Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dtx_search.c2263 const int txb_h = tx_size_high[tx_size]; in search_tx_type() local
2271 for (int r = 0; r < txb_h; ++r) { in search_tx_type()
2278 fprintf(fp, "%d,%d,%d,%" PRId64, txb_w, txb_h, tx_type, rd); in search_tx_type()