Searched refs:quant_update (Results 1 – 5 of 5) sorted by relevance
781 reg |= VE_VP8_SEGMENT3(slice->segment.quant_update[3]); in cedrus_vp8_setup()782 reg |= VE_VP8_SEGMENT2(slice->segment.quant_update[2]); in cedrus_vp8_setup()783 reg |= VE_VP8_SEGMENT1(slice->segment.quant_update[1]); in cedrus_vp8_setup()784 reg |= VE_VP8_SEGMENT0(slice->segment.quant_update[0]); in cedrus_vp8_setup()
188 u32 quant = clamp(q->y_ac_qi + seg->quant_update[i], in cfg_qp()196 seg->quant_update[i]); in cfg_qp()
326 u32 quant = clamp(q->y_ac_qi + seg->quant_update[i], in cfg_qp()334 seg->quant_update[i]); in cfg_qp()
1699 __s8 quant_update[4]; member
1090 - ``quant_update[4]``
Completed in 17 milliseconds