Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dencodetxb_test.cc73 const int height = get_txb_high((TX_SIZE)tx_size); in GetNzMapContextsRun()
108 const int height = get_txb_high((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
202 const int height = get_txb_high((TX_SIZE)tx_size); in RunTest()
Dscan_test.cc101 const int rows = get_txb_high((TX_SIZE)tx_size); in TEST()
/external/libaom/libaom/av1/common/
Dtxb_common.h68 static INLINE int get_txb_high(TX_SIZE tx_size) { in get_txb_high() function
/external/libaom/libaom/av1/encoder/
Dencodetxb.c497 const int height = get_txb_high(tx_size);
581 const int height = get_txb_high(tx_size);
767 const int height = get_txb_high(tx_size);
1779 const int height = get_txb_high(tx_size);
1931 const int height = get_txb_high(tx_size);
2100 const int height = get_txb_high(tx_size);
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c127 const int height = get_txb_high(tx_size); in av1_read_coeffs_txb()
/external/libaom/libaom/av1/encoder/x86/
Dencodetxb_sse2.c448 const int height = get_txb_high(tx_size); in av1_get_nz_map_contexts_sse2()