Searched refs:max_txsize_rect_lookup (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | blockd.h | 734 const TX_SIZE max_rect_tx_size = max_txsize_rect_lookup[bsize]; in tx_size_from_tx_mode() 794 TX_SIZE txs = max_txsize_rect_lookup[bsize]; in av1_get_txb_size_index() 809 TX_SIZE txs = max_txsize_rect_lookup[bsize]; in av1_get_txk_type_index() 886 TX_SIZE tx_size = max_txsize_rect_lookup[bsize]; in bsize_to_max_depth() 896 TX_SIZE tx_size = max_txsize_rect_lookup[bsize]; in bsize_to_tx_size_cat() 909 TX_SIZE max_tx_size = max_txsize_rect_lookup[bsize]; in depth_to_tx_size() 931 const TX_SIZE uv_tx = max_txsize_rect_lookup[plane_bsize]; in av1_get_max_uv_txsize() 1003 const TX_SIZE max_txsize = max_txsize_rect_lookup[bsize]; in get_vartx_max_txsize()
|
D | common_data.h | 126 static const TX_SIZE max_txsize_rect_lookup[BLOCK_SIZES_ALL] = { variable
|
D | pred_common.h | 333 const TX_SIZE max_tx_size = max_txsize_rect_lookup[mbmi->sb_type]; in get_tx_size_context()
|
D | reconinter.c | 1111 max_txsize_rect_lookup[plane_bsize], mode, 0, 0, in av1_build_intra_predictors_for_interintra()
|
D | av1_loopfilter.c | 902 TX_SIZE max_txsize = max_txsize_rect_lookup[plane_bsize]; in setup_fix_block_mask()
|
/external/libaom/libaom/av1/encoder/ |
D | block.h | 474 TX_SIZE ctx_size = max_txsize_rect_lookup[bsize]; in tx_size_to_depth()
|
D | rdopt.c | 3662 txfm_yrd(cpi, x, rd_stats, ref_best_rd, bs, max_txsize_rect_lookup[bs], in estimate_yrd_for_sb() 3750 const TX_SIZE max_rect_tx_size = max_txsize_rect_lookup[bs]; in choose_tx_size_type_from_rd() 3905 const TX_SIZE tx_size = max_txsize_rect_lookup[bsize]; in set_skip_flag() 5428 const TX_SIZE max_tx_size = max_txsize_rect_lookup[plane_bsize]; in select_tx_size_and_type() 5860 TX_SIZE cur_tx_size = max_txsize_rect_lookup[bsize]; in find_tx_size_rd_records() 5984 const TX_SIZE min_tx_size = sub_tx_size_map[max_txsize_rect_lookup[bsize]]; in pick_tx_size_type_yrd() 11022 : max_txsize_rect_lookup[bsize]; in rd_pick_skip_mode()
|
D | encodeframe.c | 6054 if (mbmi->tx_size != max_txsize_rect_lookup[bsize]) in encode_superblock() 6090 if (intra_tx_size != max_txsize_rect_lookup[bsize]) ++x->txb_split_count; in encode_superblock()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1271 TX_SIZE txs = max_txsize_rect_lookup[bsize]; in read_tx_size_vartx() 1377 return max_txsize_rect_lookup[bsize]; in read_tx_size() 1599 const TX_SIZE max_tx_size = max_txsize_rect_lookup[bsize]; in parse_decode_block()
|