HomeSort by relevance Sort by last modified time
    Searched refs:DQPROFILE (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_vopdq.c 53 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 &&
vc1parse_common_defs.h 110 DQPROFILE syntax element. */
568 uint8_t DQPROFILE; /** 2 bit(s). */
viddec_vc1_workload.c 460 BF_WRITE( VC1_0_SEQPIC_VOP_DEQUANT, DQPROFILE, spr->vop_dquant, pic->DQPROFILE);
  /hardware/intel/img/psb_video/src/
vc1_header.h 97 /* DQPROFILE specifies where it is allowable to change quantization step sizes within the current picture. */
98 IMG_UINT8 DQPROFILE; /* VOPDQUANT::DQPROFILE - 2 bits */
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/
vbp_vc1_parser.c 901 pic_parms->pic_quantizer_fields.bits.dq_profile = picLayerHeader->DQPROFILE;

Completed in 224 milliseconds