HomeSort by relevance Sort by last modified time
    Searched refs:cx_data_pad_before (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 270 pkt->data.raw.sz + priv->enc.cx_data_pad_before +
275 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
280 priv->enc.cx_data_pad_before + priv->enc.cx_data_pad_after;
301 ctx->priv->enc.cx_data_pad_before = pad_before;
306 ctx->priv->enc.cx_data_pad_before = 0;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 348 unsigned int cx_data_pad_before; member in struct:vpx_codec_priv::__anon26278

Completed in 86 milliseconds