Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c44 context->desc.h264enc.i_remain = context->gop_coeff; in vlVaHandleVAEncPictureParameterBufferTypeH264()
162 context->gop_coeff = ((1024 + h264->intra_idr_period - 1) / h264->intra_idr_period + 1) / 2 * 2; in vlVaHandleVAEncSequenceParameterBufferTypeH264()
163 if (context->gop_coeff > VL_VA_ENC_GOP_COEFF) in vlVaHandleVAEncSequenceParameterBufferTypeH264()
164 context->gop_coeff = VL_VA_ENC_GOP_COEFF; in vlVaHandleVAEncSequenceParameterBufferTypeH264()
165 context->desc.h264enc.gop_size = h264->intra_idr_period * context->gop_coeff; in vlVaHandleVAEncSequenceParameterBufferTypeH264()
Dva_private.h319 int gop_coeff; member
Dpicture.c810 int idr_period = context->desc.h264enc.gop_size / context->gop_coeff; in vlVaEndPicture()