Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvc1_header.h233 IMG_BOOL pqindex_gt8; /* Flag to indicate PQINDEX > 8 */ member
Dpnw_VC1.c743 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_type == 0); in psb__VC1_process_picture_param()
746 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale > 8); in psb__VC1_process_picture_param()
1632 if (!ctx->pqindex_gt8) { in psb__VC1_write_VLC_tables()
2402 …TE_FIELD(reg_value, MSVDX_VEC_VC1, CR_VEC_VC1_FE_PPS2, VC1_FE_PQINDEX_GT8, ctx->pqindex_gt8); in psb__VC1_load_picture_registers()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_VC1.c739 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_type == 0); in psb__VC1_process_picture_param()
742 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale > 8); in psb__VC1_process_picture_param()
1633 if (!ctx->pqindex_gt8) { in psb__VC1_write_VLC_tables()
2416 …TE_FIELD(reg_value, MSVDX_VEC_VC1, CR_VEC_VC1_FE_PPS2, VC1_FE_PQINDEX_GT8, ctx->pqindex_gt8); in psb__VC1_load_picture_registers()