HomeSort by relevance Sort by last modified time
    Searched refs:max_txsize_lookup (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 28 extern const TX_SIZE max_txsize_lookup[BLOCK_SIZES];
vp9_common_data.c 105 const TX_SIZE max_txsize_lookup[BLOCK_SIZES] = { variable
vp9_pred_common.c 370 const int max_tx_size = max_txsize_lookup[xd->mi_8x8[0]->mbmi.sb_type];
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 699 const TX_SIZE max_txfm_size = max_txsize_lookup[bs];
729 const TX_SIZE max_tx_size = max_txsize_lookup[bs];
832 const TX_SIZE max_txfm_size = max_txsize_lookup[bs];
    [all...]

Completed in 25 milliseconds