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

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 32 extern const TX_SIZE max_txsize_lookup[BLOCK_SIZES];
vp9_common_data.c 90 const TX_SIZE max_txsize_lookup[BLOCK_SIZES] = { variable
vp9_pred_common.h 153 const int max_tx_size = max_txsize_lookup[xd->mi[0]->sb_type];
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 378 tx_size = VPXMIN(max_txsize_lookup[bsize],
389 tx_size = VPXMIN(max_txsize_lookup[bsize],
555 VPXMIN(max_txsize_lookup[bsize],
567 VPXMIN(max_txsize_lookup[bsize],
    [all...]
vp9_rdopt.c 187 const TX_SIZE max_tx_size = max_txsize_lookup[bs];
702 } else if (max_txsize_lookup[plane_bsize] == tx_size) {
818 const TX_SIZE max_tx_size = max_txsize_lookup[bs];
834 const TX_SIZE max_tx_size = max_txsize_lookup[bs];
    [all...]
vp9_bitstream.c 87 const TX_SIZE max_tx_size = max_txsize_lookup[bsize];
    [all...]
vp9_encodemb.c 608 if (max_txsize_lookup[plane_bsize] == tx_size) {
    [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 84 const TX_SIZE max_tx_size = max_txsize_lookup[bsize];

Completed in 581 milliseconds