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.cc49 aom_memalign(16, sizeof(*coeff_contexts_ref_) * MAX_TX_SQUARE)); in SetUp()
52 aom_memalign(16, sizeof(*coeff_contexts_) * MAX_TX_SQUARE)); in SetUp()
136 memset(coeff_contexts_, 0, sizeof(*coeff_contexts_) * MAX_TX_SQUARE); in InitDataWithEob()
145 sizeof(*coeff_contexts_) * MAX_TX_SQUARE); in InitDataWithEob()
151 sizeof(*coeff_contexts_ref_) * MAX_TX_SQUARE)) { in Compare()
202 tran_low_t coeff[MAX_TX_SQUARE]; in RunTest()
/external/libaom/libaom/av1/common/
Denums.h194 #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.c527 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]);
752 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]);
2052 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]);
Drdopt.c2326 DECLARE_ALIGNED(16, uint16_t, recon16[MAX_TX_SQUARE]); in dist_block_px_domain()