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.cc72 const int height = get_txb_high((TX_SIZE)tx_size); in GetNzMapContextsRun()
107 const int height = get_txb_high((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun()
201 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);
523 const int height = get_txb_high(tx_size);
747 const int height = get_txb_high(tx_size);
1685 const int height = get_txb_high(tx_size);
1833 const int height = get_txb_high(tx_size);
1995 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()