Home
last modified time | relevance | path

Searched defs:qcoeff (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c118 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in optimize_b() local
324 int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant() local
484 int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in encode_block_intra() local
Dvp9_block.h34 int16_t *qcoeff[MAX_MB_PLANE][3]; member
68 int16_t *qcoeff; member
Dvp9_tokenize.c224 const int16_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in tokenize_b() local
Dvp9_rdopt.c565 const int16_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in cost_coeffs() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h198 short *qcoeff; member