Home
last modified time | relevance | path

Searched refs:get_txb_wide (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Dencodetxb_test.cc71 const int width = get_txb_wide((TX_SIZE)tx_size); in GetNzMapContextsRun()
106 const int width = get_txb_wide((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
200 const int width = get_txb_wide((TX_SIZE)tx_size); in RunTest()
Dscan_test.cc102 const int cols = get_txb_wide((TX_SIZE)tx_size); in TEST()
/external/libaom/libaom/av1/common/
Dtxb_common.h63 static INLINE int get_txb_wide(TX_SIZE tx_size) { in get_txb_wide() function
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c126 const int width = get_txb_wide(tx_size); in av1_read_coeffs_txb()
/external/libaom/libaom/av1/encoder/
Dencodetxb.c522 const int width = get_txb_wide(tx_size);
746 const int width = get_txb_wide(tx_size);
1684 const int width = get_txb_wide(tx_size);
1832 const int width = get_txb_wide(tx_size);
1994 const int width = get_txb_wide(tx_size);
/external/libaom/libaom/av1/encoder/x86/
Dencodetxb_sse2.c447 const int width = get_txb_wide(tx_size); in av1_get_nz_map_contexts_sse2()