Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtokenize.c218 const int mi_height = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in av1_tokenize_sb_vartx()
222 int bh = block_size_high[txb_size] >> tx_size_high_log2[0]; in av1_tokenize_sb_vartx()
232 block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in av1_tokenize_sb_vartx()
Dencodemb.c380 int mu_blocks_high = block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in av1_foreach_transformed_block_in_plane()
497 const int mi_height = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in av1_encode_sb()
502 const int bh = block_size_high[txb_size] >> tx_size_high_log2[0]; in av1_encode_sb()
518 block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in av1_encode_sb()
Dav1_fwd_txfm2d.c420 const int txh_idx = tx_size_high_log2[tx_size] - tx_size_high_log2[0]; in av1_get_fwd_txfm_cfg()
Dbitstream.c1391 int mu_blocks_high = block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in write_inter_txb_coeff()
1396 const int num_4x4_h = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in write_inter_txb_coeff()
1452 block_size_high[plane_bsize] >> tx_size_high_log2[0]; in write_tokens_b()
1464 block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in write_tokens_b()
1530 const int height = block_size_high[bsize] >> tx_size_high_log2[0]; in write_modes_b()
Drd.c949 const int num_4x4_h = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in get_entropy_contexts_plane()
Dencodeframe.c1402 block_size_high[bsize] >> tx_size_high_log2[0]; in restore_context()
1437 block_size_high[bsize] >> tx_size_high_log2[0]; in save_context()
5847 const int mi_height = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in tx_partition_count_update()
5905 const int mi_height = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in tx_partition_set_contexts()
Dencodetxb.c669 int mu_blocks_high = block_size_high[max_unit_bsize] >> tx_size_high_log2[0];
Drdopt.c2323 assert(tx_size_wide_log2[0] == tx_size_high_log2[0]); in dist_block_px_domain()
3936 (block_size_high[bsize] >> tx_size_high_log2[tx_size]); in set_skip_flag()
/external/libaom/libaom/av1/common/
Dav1_txfm.h224 return tx_size_high_log2[tx_size] - tx_size_high_log2[0]; in get_txh_idx()
Dblockd.h367 (tx_blk_row << tx_size_high_log2[0]); in mi_to_pixel_loc()
425 ((x) + (i) * (1 << (tx_size_wide_log2[0] + tx_size_high_log2[0])))
798 const int tx_h_log2 = tx_size_high_log2[txs] - MI_SIZE_LOG2; in av1_get_txb_size_index()
813 const int tx_h_log2 = tx_size_high_log2[txs] - MI_SIZE_LOG2; in av1_get_txk_type_index()
Dblockd.c73 const int txs_high = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in av1_reset_skip_context()
Dcommon_data.h261 static const int tx_size_high_log2[TX_SIZES_ALL] = { variable
Donyxc_int.h1098 return max_blocks_high >> tx_size_high_log2[0]; in max_block_high()
1113 << tx_size_high_log2[0]; in max_intra_block_height()
1114 return ALIGN_POWER_OF_TWO(max_blocks_high, tx_size_high_log2[tx_size]); in max_intra_block_height()
Dreconintra.c408 const int bh_unit = block_size_high[bsize] >> tx_size_high_log2[0]; in has_bottom_left()
1505 const int y = row_off << tx_size_high_log2[0]; in av1_predict_intra_block()
Dav1_loopfilter.c922 int mu_blocks_high = block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in setup_fix_block_mask()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1131 block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in decode_token_recon_block()
1183 block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in decode_token_recon_block()
1275 const int tx_h_log2 = tx_size_high_log2[txs] - MI_SIZE_LOG2; in read_tx_size_vartx()
1603 const int height = block_size_high[bsize] >> tx_size_high_log2[0]; in parse_decode_block()