Searched refs:gop_coeff (Results 1 – 3 of 3) sorted by relevance
44 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()
319 int gop_coeff; member
810 int idr_period = context->desc.h264enc.gop_size / context->gop_coeff; in vlVaEndPicture()