HomeSort by relevance Sort by last modified time
    Searched defs:qcoeff (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_tokenize.c 224 const int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
250 v = qcoeff[scan[c]];
261 v = qcoeff[scan[c]];
vp9_block.h 28 int16_t *qcoeff[MAX_MB_PLANE][3]; member in struct:__anon16782
62 int16_t *qcoeff; member in struct:macroblock_plane
vp9_encodemb.c 111 int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
145 vp9_pt_energy_class[vp9_dct_value_tokens_ptr[qcoeff[scan[i]]].token];
150 int x = qcoeff[rc];
275 vpx_memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2)));
284 qcoeff[rc] = x;
311 int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
324 p->quant, p->quant_shift, qcoeff, dqcoeff
472 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
    [all...]
vp9_rdopt.c 567 const int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
585 int v = qcoeff[0];
596 v = qcoeff[rc];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 224 const int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
251 v = qcoeff[scan[c]];
262 v = qcoeff[scan[c]];
vp9_encodemb.c 118 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
155 qcoeff[scan[i]]].token];
161 x = qcoeff[rc];
289 vpx_memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2)));
297 qcoeff[rc] = x;
324 int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
337 p->quant, p->quant_shift, qcoeff, dqcoeff
484 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
    [all...]
vp9_block.h 34 int16_t *qcoeff[MAX_MB_PLANE][3]; member in struct:__anon28735
68 int16_t *qcoeff; member in struct:macroblock_plane
vp9_rdopt.c 565 const int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
583 int v = qcoeff[0];
594 v = qcoeff[rc];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 224 const int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
251 v = qcoeff[scan[c]];
262 v = qcoeff[scan[c]];
vp9_encodemb.c 118 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
155 qcoeff[scan[i]]].token];
161 x = qcoeff[rc];
289 vpx_memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2)));
297 qcoeff[rc] = x;
324 int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
337 p->quant, p->quant_shift, qcoeff, dqcoeff
484 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
    [all...]
vp9_block.h 34 int16_t *qcoeff[MAX_MB_PLANE][3]; member in struct:__anon39825
68 int16_t *qcoeff; member in struct:macroblock_plane
vp9_rdopt.c 565 const int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
583 int v = qcoeff[0];
594 v = qcoeff[rc];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h 198 short *qcoeff; member in struct:blockd
214 DECLARE_ALIGNED(16, short, qcoeff[400]);
  /external/libvpx/libvpx/vp8/common/
blockd.h 198 short *qcoeff; member in struct:blockd
214 DECLARE_ALIGNED(16, short, qcoeff[400]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 198 short *qcoeff; member in struct:blockd
214 DECLARE_ALIGNED(16, short, qcoeff[400]);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2055 Short *qcoeff; local
    [all...]

Completed in 799 milliseconds