Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c398 context->gop_coeff = ((1024 + h264->intra_idr_period - 1) / h264->intra_idr_period + 1) / 2 * 2; in handleVAEncSequenceParameterBufferType()
399 if (context->gop_coeff > VL_VA_ENC_GOP_COEFF) in handleVAEncSequenceParameterBufferType()
400 context->gop_coeff = VL_VA_ENC_GOP_COEFF; in handleVAEncSequenceParameterBufferType()
401 context->desc.h264enc.gop_size = h264->intra_idr_period * context->gop_coeff; in handleVAEncSequenceParameterBufferType()
442 context->desc.h264enc.i_remain = context->gop_coeff; in handleVAEncPictureParameterBufferType()
709 int idr_period = context->desc.h264enc.gop_size / context->gop_coeff; in vlVaEndPicture()
Dva_private.h292 int gop_coeff; member