Home
last modified time | relevance | path

Searched refs:tcoeff_txb (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodetxb.c643 tran_low_t *tcoeff_txb = local
650 tran_low_t *tcoeff = BLOCK_OFFSET(tcoeff_txb, block);
2024 tran_low_t *tcoeff_txb = local
2026 tran_low_t *tcoeff = BLOCK_OFFSET(tcoeff_txb, block);
Dbitstream.c374 tran_low_t *tcoeff_txb = in pack_txb_tokens() local
381 tran_low_t *tcoeff = BLOCK_OFFSET(tcoeff_txb, block); in pack_txb_tokens()