Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecodetxb.c362 const int tx_unit = tx_size_wide_unit[TX_16X16]; in av1_read_coeffs_txb_facade() local
364 for (int idy = 0; idy < txh; idy += tx_unit) { in av1_read_coeffs_txb_facade()
365 for (int idx = 0; idx < txw; idx += tx_unit) { in av1_read_coeffs_txb_facade()
/external/libaom/libaom/av1/common/
Dblockd.h962 const int tx_unit = tx_size_wide_unit[TX_16X16]; in update_txk_array() local
963 for (int idy = 0; idy < txh; idy += tx_unit) { in update_txk_array()
964 for (int idx = 0; idx < txw; idx += tx_unit) { in update_txk_array()