Searched refs:comp_prediction_mode (Results 1 – 15 of 15) sorted by relevance
332 comp_prediction_mode: u32, in new()352 comp_prediction_mode, in new()
334 uint32_t comp_prediction_mode : 2; member
5539 …trace_ctx, "\tpic_flags.bits.comp_prediction_mode = %d\n", p->pic_flags.bits.comp_prediction_mode); in va_TraceVAEncPictureParameterBufferVP9()
1069 if (picFields.comp_prediction_mode == PRED_MODE_HYBRID) in RefreshFrameInternalBuffers()1080 else if (picFields.comp_prediction_mode == PRED_MODE_COMPOUND) in RefreshFrameInternalBuffers()1091 if (picFields.comp_prediction_mode != PRED_MODE_COMPOUND) in RefreshFrameInternalBuffers()1104 if (picFields.comp_prediction_mode != PRED_MODE_SINGLE) in RefreshFrameInternalBuffers()
698 params.hybridPredictionMode = m_vp9PicParams->PicFlags.fields.comp_prediction_mode == 2; in MHW_SETPAR_DECL_SRC()
161 uint32_t comp_prediction_mode : 2; member
587 …vp9PicParam->PicFlags.fields.comp_prediction_mode = picParam->pic_flags.bits.comp_predicti… in ParsePicParams()
576 …vp9PicParam->PicFlags.fields.comp_prediction_mode = picParam->pic_flags.bits.comp_predicti… in ParsePicParams()
594 dmem->FrameCtrl.CompPredMode = vp9PicParams->PicFlags.fields.comp_prediction_mode; in SetDmemBuffer()
328 …ction_mode = " << std::dec << +picParams->PicFlags.fields.comp_prediction_mode << std::end… in DumpPicParams()
965 dmem->FrameCtrl.CompPredMode = m_vp9PicParams->PicFlags.fields.comp_prediction_mode; in SetDmemHuCVp9Prob()3744 if (m_vp9PicParams->PicFlags.fields.comp_prediction_mode == PRED_MODE_HYBRID) in RefreshFrameInternalBuffers()3755 else if (m_vp9PicParams->PicFlags.fields.comp_prediction_mode == PRED_MODE_COMPOUND) in RefreshFrameInternalBuffers()3766 if (m_vp9PicParams->PicFlags.fields.comp_prediction_mode != PRED_MODE_COMPOUND) in RefreshFrameInternalBuffers()3779 if (m_vp9PicParams->PicFlags.fields.comp_prediction_mode != PRED_MODE_SINGLE) in RefreshFrameInternalBuffers()7853 …mp_prediction_mode = " << std::dec << +picParams->PicFlags.fields.comp_prediction_mode << std::end… in DumpPicParams()
1406 cmd.DW2.HybridPredictionMode = vp9PicParams->PicFlags.fields.comp_prediction_mode == 2; in AddHcpVp9PicStateEncCmd()
3304 cmd.DW2.HybridPredictionMode = vp9PicParams->PicFlags.fields.comp_prediction_mode == 2; in AddHcpVp9PicStateEncCmd()
3793 cmd.DW2.HybridPredictionMode = vp9PicParams->PicFlags.fields.comp_prediction_mode == 2; in AddHcpVp9PicStateEncCmd()
6363 dmem->FrameCtrl.CompPredMode = m_vp9PicParams->PicFlags.fields.comp_prediction_mode; in SetDmemHuCVp9Prob()