Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c1240 const int txb_h = tx_size_high[tx_size]; in get_intra_txb_hash() local
1244 for (int i = 0; i < txb_h; i++) { in get_intra_txb_hash()
1252 const uint32_t hash = av1_get_crc32c_value(crc, hash_data, 2 * txb_w * txb_h); in get_intra_txb_hash()
2050 const int txb_h = tx_size_high_unit[tx_size]; in update_txb_coeff_cost() local
2053 for (idy = 0; idy < txb_h; ++idy) in update_txb_coeff_cost()
2341 const int txb_h = tx_size_high[tx_size]; in search_tx_type() local
2349 for (int r = 0; r < txb_h; ++r) { in search_tx_type()
2356 fprintf(fp, "%d,%d,%d,%" PRId64, txb_w, txb_h, tx_type, rd); in search_tx_type()