Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp9_parser.cc438 const int16_t kAcQLookup[QINDEX_RANGE] = { variable
473 static_assert(arraysize(kDcQLookup) == arraysize(kAcQLookup),
513 segmentation.y_dequant[i][1] = kAcQLookup[ClampQ(q_index)]; in SetupSegmentationDequant()
517 kAcQLookup[ClampQ(q_index + quant.delta_q_uv_ac)]; in SetupSegmentationDequant()
523 segmentation.y_dequant[0][1] = kAcQLookup[ClampQ(q_index)]; in SetupSegmentationDequant()
527 kAcQLookup[ClampQ(q_index + quant.delta_q_uv_ac)]; in SetupSegmentationDequant()