Home
last modified time | relevance | path

Searched refs:gop_coeff (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c43 context->desc.h264enc.i_remain = context->gop_coeff; in vlVaHandleVAEncPictureParameterBufferTypeH264()
123 context->gop_coeff = ((1024 + h264->intra_idr_period - 1) / h264->intra_idr_period + 1) / 2 * 2; in vlVaHandleVAEncSequenceParameterBufferTypeH264()
124 if (context->gop_coeff > VL_VA_ENC_GOP_COEFF) in vlVaHandleVAEncSequenceParameterBufferTypeH264()
125 context->gop_coeff = VL_VA_ENC_GOP_COEFF; in vlVaHandleVAEncSequenceParameterBufferTypeH264()
126 context->desc.h264enc.gop_size = h264->intra_idr_period * context->gop_coeff; in vlVaHandleVAEncSequenceParameterBufferTypeH264()
Dva_private.h312 int gop_coeff; member
Dpicture.c757 int idr_period = context->desc.h264enc.gop_size / context->gop_coeff; in vlVaEndPicture()