Searched refs:txb_w (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.h | 50 const int txb_w = tx_size_wide_unit[tx_size]; in av1_update_txb_coeff_cost() local 53 for (idx = 0; idx < txb_w; ++idx) in av1_update_txb_coeff_cost()
|
D | rdopt.c | 2259 const int txb_w = tx_size_wide[tx_size]; in get_intra_txb_hash() local 2262 if (txb_w != diff_stride) { in get_intra_txb_hash() 2265 memcpy(cur_hash_row, cur_diff_row, sizeof(*diff) * txb_w); in get_intra_txb_hash() 2266 cur_hash_row += txb_w; in get_intra_txb_hash() 2272 const uint32_t hash = av1_get_crc32c_value(crc, hash_data, 2 * txb_w * txb_h); in get_intra_txb_hash() 3358 const int txb_w = tx_size_wide[tx_size]; in search_txk_type() local 3368 for (int c = 0; c < txb_w; ++c) { in search_txk_type() 3374 fprintf(fp, "%d,%d,%d,%" PRId64, txb_w, txb_h, tx_type, rd); in search_txk_type()
|