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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_ipic.c 69 VC1_GET_BITS9(1, picLayerHeader->PQUANTIZER);
70 picLayerHeader->UniformQuant = picLayerHeader->PQUANTIZER;
vc1parse_ppic.c 53 VC1_GET_BITS9(1, picLayerHeader->PQUANTIZER);
54 picLayerHeader->UniformQuant = picLayerHeader->PQUANTIZER;
vc1parse_bpic.c 50 VC1_GET_BITS9(1, picLayerHeader->PQUANTIZER);
vc1parse_ipic_adv.c 191 VC1_GET_BITS9(1, picLayerHeader->PQUANTIZER);
192 picLayerHeader->UniformQuant = picLayerHeader->PQUANTIZER;
vc1parse_bpic_adv.c 186 VC1_GET_BITS9(1, picLayerHeader->PQUANTIZER);
187 picLayerHeader->UniformQuant = picLayerHeader->PQUANTIZER;
vc1parse_ppic_adv.c 232 VC1_GET_BITS9(1, picLayerHeader->PQUANTIZER);
233 picLayerHeader->UniformQuant = picLayerHeader->PQUANTIZER;
vc1parse_pic_com_adv.c 177 VC1_GET_BITS9(1, picLayerHeader->PQUANTIZER);
178 picLayerHeader->UniformQuant = picLayerHeader->PQUANTIZER;
vc1parse_common_defs.h 525 uint8_t PQUANTIZER; /** 1 bit(s). */

Completed in 120 milliseconds