Home
last modified time | relevance | path

Searched defs:tcoeff (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodetxb.h35 const tran_low_t *tcoeff; member
Dencodetxb.c120 static INLINE int64_t get_coeff_dist(tran_low_t tcoeff, tran_low_t dqcoeff, in get_coeff_dist()
586 const tran_low_t *tcoeff = tcoeff_txb + BLOCK_OFFSET(block); local
950 tran_low_t *tcoeff = p->coeff + BLOCK_OFFSET(block); local
1504 const LV_MAP_COEFF_COST *txb_costs, const tran_low_t *tcoeff,
1562 const tran_low_t *tcoeff, tran_low_t *qcoeff, tran_low_t *dqcoeff,
1613 const LV_MAP_COEFF_COST *txb_costs, const tran_low_t *tcoeff,
1758 const tran_low_t *tcoeff = p->coeff + block_offset; local
1926 const tran_low_t *tcoeff = p->coeff + block_offset; local
2090 tran_low_t *tcoeff; local
Dblock.h93 tran_low_t tcoeff[MAX_MB_PLANE][MAX_SB_SQUARE]; member