Searched refs:ac_qlookup_10 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_quant_common.c158 static const int16_t ac_qlookup_10[QINDEX_RANGE] = { variable
254 return ac_qlookup_10[clamp(qindex + delta, 0, MAXQ)];

Completed in 83 milliseconds