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

  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h 31 tran_low_t *qcoeff[MAX_MB_PLANE][3]; member in struct:__anon16587
vp9_block.h 29 tran_low_t *qcoeff; member in struct:macroblock_plane
vp9_tokenize.c 480 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
508 v = qcoeff[scan[c]];
519 v = qcoeff[scan[c]];
    [all...]
vp9_encodemb.c 99 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
140 vp9_pt_energy_class[vp9_get_token(qcoeff[scan[i]])];
145 int x = qcoeff[rc];
285 memset(qcoeff, 0, sizeof(*qcoeff) * (16 << (tx_size * 2)));
294 qcoeff[rc] = x;
332 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
348 qcoeff, dqcoeff, pd->dequant
421 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
503 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
773 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
    [all...]
vp9_pickmode.c 606 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
618 qcoeff, dqcoeff, pd->dequant, eob,
624 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
631 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
638 p->quant_fp, p->quant_shift, qcoeff, dqcoeff,
669 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
674 *rate += (int)abs(qcoeff[0]);
676 *rate += (int)vp9_satd((const int16_t *)qcoeff, step << 4)
    [all...]
vp9_rdopt.c 142 p->qcoeff = ctx->qcoeff_pbuf[i][m];
152 ctx->qcoeff_pbuf[i][n] = p->qcoeff;
369 const tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); local
393 int v = qcoeff[0];
408 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:__anon30232
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/libvpx/libvpx/vp8/common/
blockd.h 202 short *qcoeff; member in struct:blockd
218 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 1768 milliseconds