Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c1239 const int txb_w = tx_size_wide[tx_size]; in get_intra_txb_hash() local
1242 if (txb_w != diff_stride) { in get_intra_txb_hash()
1245 memcpy(cur_hash_row, cur_diff_row, sizeof(*diff) * txb_w); in get_intra_txb_hash()
1246 cur_hash_row += txb_w; 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()
2051 const int txb_w = tx_size_wide_unit[tx_size]; in update_txb_coeff_cost() local
2054 for (idx = 0; idx < txb_w; ++idx) in update_txb_coeff_cost()
2340 const int txb_w = tx_size_wide[tx_size]; in search_tx_type() local
2350 for (int c = 0; c < txb_w; ++c) { in search_tx_type()
2356 fprintf(fp, "%d,%d,%d,%" PRId64, txb_w, txb_h, tx_type, rd); in search_tx_type()