HomeSort by relevance Sort by last modified time
    Searched refs:ac_qlookup (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_quant_common.c 51 static const int16_t ac_qlookup[QINDEX_RANGE] = { variable
89 static int16_t ac_qlookup[QINDEX_RANGE]; variable
106 ac_qlookup[0] = val;
117 ac_qlookup[i] = (int16_t)ac_val;
129 return ac_qlookup[clamp(qindex + delta, 0, MAXQ)];
  /external/libvpx/libvpx/vp8/common/
quant_common.c 26 static const int ac_qlookup[QINDEX_RANGE] = variable
97 retval = ac_qlookup[ QIndex ];
115 retval = (ac_qlookup[ QIndex ] * 101581) >> 16;
133 retval = ac_qlookup[ QIndex ];

Completed in 497 milliseconds