Home
last modified time | relevance | path

Searched refs:weighting_quant_param_index (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c90 if (ph->weighting_quant_param_index == 0x0) { in gen_weight_quant_param()
94 } else if (ph->weighting_quant_param_index == 0x1) { in gen_weight_quant_param()
99 } else if (ph->weighting_quant_param_index == 0x2) { in gen_weight_quant_param()
143 READ_BITS(bitctx, 2, &ph->weighting_quant_param_index); in get_extend_header()
145 if (ph->weighting_quant_param_index == 1) { in get_extend_header()
149 } else if (ph->weighting_quant_param_index == 2) { in get_extend_header()
639 pp->weightingQuantParamIndex = p_dec->ph.weighting_quant_param_index; in avsd_fill_parameters()
H A Davsd_parse.h172 RK_U32 weighting_quant_param_index; member