HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_OFFSET (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 124 const int16_t *coeff_ptr = BLOCK_OFFSET(mb->plane[plane].coeff, block);
143 dqcoeff_ptr = BLOCK_OFFSET(pd->dqcoeff, block);
144 qcoeff_ptr = BLOCK_OFFSET(pd->qcoeff, block);
349 int16_t *coeff = BLOCK_OFFSET(p->coeff, block);
350 int16_t *qcoeff = BLOCK_OFFSET(pd->qcoeff, block);
351 int16_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
422 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
480 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
529 int16_t *coeff = BLOCK_OFFSET(p->coeff, block);
530 int16_t *qcoeff = BLOCK_OFFSET(pd->qcoeff, block)
    [all...]
vp9_quantize.c 173 vp9_quantize_b(BLOCK_OFFSET(p->coeff, pb_idx.block),
176 BLOCK_OFFSET(pd->qcoeff, pb_idx.block),
177 BLOCK_OFFSET(pd->dqcoeff, pb_idx.block),
vp9_tokenize.c 111 const int16_t *qcoeff_ptr = BLOCK_OFFSET(pd->qcoeff, block);
vp9_rdopt.c 499 const int16_t *const qcoeff_ptr = BLOCK_OFFSET(pd->qcoeff, block);
565 int16_t *const coeff = BLOCK_OFFSET(p->coeff, block);
566 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 229 BLOCK_OFFSET(pd->dqcoeff, block), tx_size,
vp9_decodframe.c 252 int16_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 186 #define BLOCK_OFFSET(x, i) ((x) + (i) * 16)

Completed in 334 milliseconds