Searched defs:q_index (Results 1 - 7 of 7) 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
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h127 int q_index; member in struct:macroblock
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h127 int q_index; member in struct:macroblock
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h97 int q_index; member in struct:macroblock
/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 1657 milliseconds