Home
last modified time | relevance | path

Searched refs:MAX_TX_SQUARE (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/test/
Dencodetxb_test.cc50 aom_memalign(16, sizeof(*coeff_contexts_ref_) * MAX_TX_SQUARE)); in SetUp()
53 aom_memalign(16, sizeof(*coeff_contexts_) * MAX_TX_SQUARE)); in SetUp()
137 memset(coeff_contexts_, 0, sizeof(*coeff_contexts_) * MAX_TX_SQUARE); in InitDataWithEob()
146 sizeof(*coeff_contexts_) * MAX_TX_SQUARE); in InitDataWithEob()
152 sizeof(*coeff_contexts_ref_) * MAX_TX_SQUARE)) { in Compare()
203 tran_low_t coeff[MAX_TX_SQUARE]; in RunTest()
/external/libaom/libaom/av1/common/
Denums.h210 #define MAX_TX_SQUARE (MAX_TX_SIZE * MAX_TX_SIZE) macro
Didct.c284 DECLARE_ALIGNED(32, uint16_t, tmp[MAX_TX_SQUARE]); in av1_inv_txfm_add_c()
/external/libaom/libaom/av1/encoder/
Dencodetxb.c590 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]);
772 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]);
2153 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]);
Dtx_search.c1202 DECLARE_ALIGNED(16, uint16_t, recon16[MAX_TX_SQUARE]); in dist_block_px_domain()