HomeSort by relevance Sort by last modified time
    Searched refs:q_index (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 127 int q_index; member in struct:macroblock
ethreading.c 366 z->q_index = x->q_index;
quantize.c 640 if (!ok_to_skip || QIndex != x->q_index)
707 x->q_index = QIndex;
745 int QIndex = x->q_index;
  /external/libvpx/libvpx/vp8/encoder/
block.h 127 int q_index; member in struct:macroblock
ethreading.c 366 z->q_index = x->q_index;
quantize.c 640 if (!ok_to_skip || QIndex != x->q_index)
707 x->q_index = QIndex;
745 int QIndex = x->q_index;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 127 int q_index; member in struct:macroblock
ethreading.c 366 z->q_index = x->q_index;
quantize.c 640 if (!ok_to_skip || QIndex != x->q_index)
707 x->q_index = QIndex;
745 int QIndex = x->q_index;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_block.h 103 int q_index; member in struct:macroblock
vp9_quantize.c 256 x->q_index = qindex;
261 vp9_initialize_me_consts(cpi, x->q_index);
265 const int qindex = x->q_index;
vp9_pickmode.c 219 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 254 x->q_index = qindex;
259 vp9_initialize_me_consts(cpi, x->q_index);
263 const int qindex = x->q_index;
vp9_block.h 97 int q_index; member in struct:macroblock
vp9_pickmode.c 242 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
vp9_rdopt.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c 254 x->q_index = qindex;
259 vp9_initialize_me_consts(cpi, x->q_index);
263 const int qindex = x->q_index;
vp9_block.h 97 int q_index; member in struct:macroblock
vp9_pickmode.c 238 x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;
vp9_rdopt.c     [all...]
  /hardware/intel/img/psb_video/src/
tng_VP8.c 297 int8_t q_index[MAX_MB_SEGMENTS]; member in struct:context_VP8_s
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 184 static void setup_plane_dequants(VP9_COMMON *cm, MACROBLOCKD *xd, int q_index) {
186 xd->plane[0].dequant = cm->y_dequant[q_index];
189 xd->plane[i].dequant = cm->uv_dequant[q_index];
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 182 static void setup_plane_dequants(VP9_COMMON *cm, MACROBLOCKD *xd, int q_index) {
184 xd->plane[0].dequant = cm->y_dequant[q_index];
187 xd->plane[i].dequant = cm->uv_dequant[q_index];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 184 static void setup_plane_dequants(VP9_COMMON *cm, MACROBLOCKD *xd, int q_index) {
186 xd->plane[0].dequant = cm->y_dequant[q_index];
189 xd->plane[i].dequant = cm->uv_dequant[q_index];
    [all...]

Completed in 1483 milliseconds

1 2