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 262 pkt->data.raw.sz + priv->enc.cx_data_pad_before +
267 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
272 priv->enc.cx_data_pad_before + priv->enc.cx_data_pad_after;
293 ctx->priv->enc.cx_data_pad_before = pad_before;
298 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::__anon24833

Completed in 205 milliseconds