Home
last modified time | relevance | path

Searched refs:cx_data_pad_before (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c282 + ctx->priv->enc.cx_data_pad_before in vpx_codec_get_cx_data()
287 memcpy(dst_buf + ctx->priv->enc.cx_data_pad_before, in vpx_codec_get_cx_data()
291 modified_pkt->data.raw.sz += ctx->priv->enc.cx_data_pad_before in vpx_codec_get_cx_data()
315 ctx->priv->enc.cx_data_pad_before = pad_before; in vpx_codec_set_cx_data_buf()
320 ctx->priv->enc.cx_data_pad_before = 0; in vpx_codec_set_cx_data_buf()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h351 unsigned int cx_data_pad_before; member