Searched refs:DQPROFILE (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse_vopdq.c53 VC1_GET_BITS9(2, picLayerHeader->DQPROFILE);
54 if (picLayerHeader->DQPROFILE == VC1_DQPROFILE_SNGLEDGES)
58 else if (picLayerHeader->DQPROFILE == VC1_DQPROFILE_DBLEDGES)
66 else if (picLayerHeader->DQPROFILE == VC1_DQPROFILE_ALLMBLKS)
70 if (! (picLayerHeader->DQPROFILE == VC1_DQPROFILE_ALLMBLKS &&
H A Dvc1parse_common_defs.h110 DQPROFILE syntax element. */
568 uint8_t DQPROFILE; /** 2 bit(s). */ member in struct:__anon347
H A Dviddec_vc1_workload.c460 BF_WRITE( VC1_0_SEQPIC_VOP_DEQUANT, DQPROFILE, spr->vop_dquant, pic->DQPROFILE);
/hardware/intel/img/psb_video/src/
H A Dvc1_header.h97 /* DQPROFILE specifies where it is allowable to change quantization step sizes within the current picture. */
98 IMG_UINT8 DQPROFILE; /* VOPDQUANT::DQPROFILE - 2 bits */ member in struct:_vc1PicHeader_
104 /* DQDBEDGE specifies which two edges will be quantized with ALTPQUANT when DQPROFILE == 'Double Edge'. */
106 /* DQSBEDGE specifies which edge will be quantized with ALTPQUANT when DQPROFILE == 'Single Edge'. */
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c901 pic_parms->pic_quantizer_fields.bits.dq_profile = picLayerHeader->DQPROFILE;

Completed in 57 milliseconds