Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp9_parser.cc87 const int16_t kAcQLookup[][kQIndexRange] = { variable
139 static_assert(arraysize(kDcQLookup[0]) == arraysize(kAcQLookup[0]),
598 kAcQLookup[bit_depth_index][ClampQ(q_index)]; in SetupSegmentationDequant()
602 kAcQLookup[bit_depth_index][ClampQ(q_index + quant.delta_q_uv_ac)]; in SetupSegmentationDequant()
608 segmentation.y_dequant[0][1] = kAcQLookup[bit_depth_index][ClampQ(q_index)]; in SetupSegmentationDequant()
612 kAcQLookup[bit_depth_index][ClampQ(q_index + quant.delta_q_uv_ac)]; in SetupSegmentationDequant()