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 282 + ctx->priv->enc.cx_data_pad_before
287 memcpy(dst_buf + ctx->priv->enc.cx_data_pad_before,
291 modified_pkt->data.raw.sz += ctx->priv->enc.cx_data_pad_before
315 ctx->priv->enc.cx_data_pad_before = pad_before;
320 ctx->priv->enc.cx_data_pad_before = 0;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 351 unsigned int cx_data_pad_before; member in struct:vpx_codec_priv::__anon24046

Completed in 41 milliseconds