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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c26 static int get_aq_c_strength(int q_index, vpx_bit_depth_t bit_depth) { argument
28 const int base_quant = vp9_ac_quant(q_index, 0, bit_depth) / 4;
H A Dvp9_block.h63 int q_index; member in struct:macroblock
H A Dvp9_quantize.c668 x->q_index = qindex;
673 vp9_initialize_me_consts(cpi, x->q_index);
677 const int qindex = x->q_index;
H A Dvp9_pickmode.c480 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
H A Dvp9_rdopt.c2600 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
3223 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
3348 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
H A Dvp9_encodeframe.c3592 x->q_index < QIDX_SKIP_THRESH);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h127 int q_index; member in struct:macroblock
H A Dquantize.c411 if (!ok_to_skip || QIndex != x->q_index)
478 x->q_index = QIndex;
516 int QIndex = x->q_index;
H A Dethreading.c381 z->q_index = x->q_index;
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h127 int q_index; member in struct:macroblock
H A Dethreading.c366 z->q_index = x->q_index;
H A Dquantize.c640 if (!ok_to_skip || QIndex != x->q_index)
707 x->q_index = QIndex;
745 int QIndex = x->q_index;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c254 x->q_index = qindex;
259 vp9_initialize_me_consts(cpi, x->q_index);
263 const int qindex = x->q_index;
H A Dvp9_block.h97 int q_index; member in struct:macroblock
H A Dvp9_pickmode.c242 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
H A Dvp9_rdopt.c3176 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
3797 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
H A Dvp9_encodeframe.c3594 x->q_index < QIDX_SKIP_THRESH);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1826 for (size_t q_index = 0; q_index < arraysize(kQualities); q_index++) {
1837 q_index,
1860 for (size_t q_index = 0; q_index < arraysize(kQualities); q_index += 2) {
1873 q_index);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c184 static void setup_plane_dequants(VP9_COMMON *cm, MACROBLOCKD *xd, int q_index) { argument
186 xd->plane[0].dequant = cm->y_dequant[q_index];
189 xd->plane[i].dequant = cm->uv_dequant[q_index];
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c182 static void setup_plane_dequants(VP9_COMMON *cm, MACROBLOCKD *xd, int q_index) { argument
184 xd->plane[0].dequant = cm->y_dequant[q_index];
187 xd->plane[i].dequant = cm->uv_dequant[q_index];

Completed in 5688 milliseconds