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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_vopdq.c 50 VC1_GET_BITS9(1, picLayerHeader->DQUANTFRM);
51 if (picLayerHeader->DQUANTFRM == 1)
82 if ((picLayerHeader->DQUANTFRM == 1 && md->DQUANT == 1) || (md->DQUANT == 2))
vc1parse_common_defs.h 567 uint8_t DQUANTFRM; /** 1 bit(s). */
viddec_vc1_workload.c 451 // DQUANTFRM is present only when DQUANT is 1 and ALTPQUANT setting should be dependent on DQUANT instead
456 else if (pic->DQUANTFRM == 1)
459 BF_WRITE( VC1_0_SEQPIC_VOP_DEQUANT, DQUANTFRM, spr->vop_dquant, pic->DQUANTFRM);
  /hardware/intel/img/psb_video/src/
vc1_header.h 95 /* If DQUANTFRM == 0, then the current picture shall only be quantized with PQUANT. */
96 IMG_UINT8 DQUANTFRM; /* VOPDQUANT::DQUANTFRM - 1 bit */
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 900 pic_parms->pic_quantizer_fields.bits.dq_frame = picLayerHeader->DQUANTFRM;

Completed in 110 milliseconds