Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.h31 extern const TX_SIZE max_txsize_lookup[BLOCK_SIZES];
Dvp9_common_data.c103 const TX_SIZE max_txsize_lookup[BLOCK_SIZES] = { variable
Dvp9_blockd.h281 return MIN(y_tx_size, max_txsize_lookup[plane_bsize]); in get_uv_tx_size_impl()
Dvp9_pred_common.c351 const int max_tx_size = max_txsize_lookup[xd->mi[0]->mbmi.sb_type]; in vp9_get_tx_size_context()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_pickmode.c250 mbmi->tx_size = MIN(max_txsize_lookup[bsize], in vp9_pick_inter_mode()
Dvp9_rdopt.c778 const TX_SIZE max_tx_size = max_txsize_lookup[bs]; in choose_largest_txfm_size()
798 const TX_SIZE max_tx_size = max_txsize_lookup[bs]; in choose_txfm_size_from_rd()
881 const TX_SIZE max_tx_size = max_txsize_lookup[bs]; in choose_txfm_size_from_modelrd()
955 const TX_SIZE max_tx_size = max_txsize_lookup[bs]; in inter_super_block_yrd()
1008 for (tx_size = TX_4X4; tx_size <= max_txsize_lookup[bs]; ++tx_size) in intra_super_block_yrd()
1262 if (!(cpi->sf.intra_y_mode_mask[max_txsize_lookup[bsize]] & (1 << mode))) in rd_pick_intra_sby_mode()
3173 cpi->sf.intra_y_mode_mask[max_txsize_lookup[bsize]]; in vp9_rd_pick_inter_mode_sb()
Dvp9_encodeframe.c2554 mbmi->tx_size = max_txsize_lookup[bsize]; in set_mode_info()
3492 ++get_tx_counts(max_txsize_lookup[bsize], vp9_get_tx_size_context(xd), in encode_superblock()
3500 max_txsize_lookup[bsize]); in encode_superblock()
Dvp9_bitstream.c85 const TX_SIZE max_tx_size = max_txsize_lookup[bsize]; in write_selected_tx_size()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c80 const TX_SIZE max_tx_size = max_txsize_lookup[bsize]; in read_tx_size()