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

  /external/libaom/libaom/test/
encodetxb_test.cc 71 const int width = get_txb_wide((TX_SIZE)tx_size);
106 const int width = get_txb_wide((TX_SIZE)tx_size);
200 const int width = get_txb_wide((TX_SIZE)tx_size);
scan_test.cc 102 const int cols = get_txb_wide((TX_SIZE)tx_size);
  /external/libaom/libaom/av1/common/
txb_common.h 63 static INLINE int get_txb_wide(TX_SIZE tx_size) { function
  /external/libaom/libaom/av1/decoder/
decodetxb.c 126 const int width = get_txb_wide(tx_size);
  /external/libaom/libaom/av1/encoder/
encodetxb.c 522 const int width = get_txb_wide(tx_size);
746 const int width = get_txb_wide(tx_size);
    [all...]
  /external/libaom/libaom/av1/encoder/x86/
encodetxb_sse2.c 447 const int width = get_txb_wide(tx_size);

Completed in 173 milliseconds