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