Searched refs:tx_unit (Results 1 – 2 of 2) sorted by relevance
362 const int tx_unit = tx_size_wide_unit[TX_16X16]; in av1_read_coeffs_txb_facade() local364 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()
962 const int tx_unit = tx_size_wide_unit[TX_16X16]; in update_txk_array() local963 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()