Searched refs:MAX_TX_SQUARE (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/test/ |
D | encodetxb_test.cc | 49 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/ |
D | enums.h | 194 #define MAX_TX_SQUARE (MAX_TX_SIZE * MAX_TX_SIZE) macro
|
D | idct.c | 284 DECLARE_ALIGNED(32, uint16_t, tmp[MAX_TX_SQUARE]); in av1_inv_txfm_add_c()
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 527 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]);
|
D | rdopt.c | 2326 DECLARE_ALIGNED(16, uint16_t, recon16[MAX_TX_SQUARE]); in dist_block_px_domain()
|