Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.h32 extern const TX_SIZE max_txsize_lookup[BLOCK_SIZES];
Dvp9_pred_common.h157 const int max_tx_size = max_txsize_lookup[xd->mi[0]->sb_type]; in get_tx_size_context()
Dvp9_common_data.c90 const TX_SIZE max_txsize_lookup[BLOCK_SIZES] = { variable
/external/libaom/libaom/av1/common/
Dcommon_data.h105 static const TX_SIZE max_txsize_lookup[BLOCK_SIZES_ALL] = { variable
Dblockd.h736 return AOMMIN(max_txsize_lookup[bsize], largest_tx_size); in tx_size_from_tx_mode()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c355 tx_size = VPXMIN(max_txsize_lookup[bsize], in calculate_tx_size()
371 tx_size = VPXMIN(max_txsize_lookup[bsize], in calculate_tx_size()
1119 VPXMIN(max_txsize_lookup[bsize], in vp9_pick_intra_mode()
1802 VPXMIN(max_txsize_lookup[bsize], tx_mode_to_biggest_tx_size[cm->tx_mode]); in vp9_pick_inter_mode()
2409 VPXMIN(max_txsize_lookup[bsize], in vp9_pick_inter_mode()
Dvp9_rdopt.c189 const TX_SIZE max_tx_size = max_txsize_lookup[bs]; in model_rd_for_sb()
706 if (max_txsize_lookup[plane_bsize] == tx_size) in block_rd_txfm()
816 const TX_SIZE max_tx_size = max_txsize_lookup[bs]; in choose_largest_tx_size()
832 const TX_SIZE max_tx_size = max_txsize_lookup[bs]; in choose_tx_size_from_rd()
3311 ~(sf->intra_y_mode_mask[max_txsize_lookup[bsize]]); in vp9_rd_pick_inter_mode_sb()
Dvp9_encodemb.c611 if (max_txsize_lookup[plane_bsize] == tx_size) { in encode_block()
Dvp9_bitstream.c87 const TX_SIZE max_tx_size = max_txsize_lookup[bsize]; in write_selected_tx_size()
Dvp9_encodeframe.c1880 VPXMIN(max_txsize_lookup[bsize], tx_mode_to_biggest_tx_size[tx_mode]); in set_mode_info_seg_skip()
6142 ++get_tx_counts(max_txsize_lookup[bsize], get_tx_size_context(xd), in encode_superblock()
6148 max_txsize_lookup[bsize]); in encode_superblock()
Dvp9_encoder.c6262 const TX_SIZE tx_size = max_txsize_lookup[bsize];
/external/libaom/libaom/av1/encoder/
Dtpl_model.c405 const TX_SIZE tx_size = max_txsize_lookup[bsize]; in mc_flow_dispenser()
Drdopt.c5844 const TX_SIZE max_square_tx_size = max_txsize_lookup[bsize]; in find_tx_size_rd_records()
11337 ~(sf->intra_y_mode_mask[max_txsize_lookup[bsize]]); in init_mode_skip_mask()
13751 mbmi->tx_size = max_txsize_lookup[bsize]; in av1_rd_pick_inter_mode_sb_seg_skip()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c84 const TX_SIZE max_tx_size = max_txsize_lookup[bsize]; in read_tx_size()