Searched refs:MAX_TX_SIZE (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | enums.h | 191 #define MAX_TX_SIZE (1 << MAX_TX_SIZE_LOG2) macro 194 #define MAX_TX_SQUARE (MAX_TX_SIZE * MAX_TX_SIZE)
|
D | reconintra.c | 1137 DECLARE_ALIGNED(16, uint16_t, left_data[MAX_TX_SIZE * 2 + 32]); in build_intra_predictors_high() 1138 DECLARE_ALIGNED(16, uint16_t, above_data[MAX_TX_SIZE * 2 + 32]); in build_intra_predictors_high() 1324 DECLARE_ALIGNED(16, uint8_t, left_data[MAX_TX_SIZE * 2 + 32]); in build_intra_predictors() 1325 DECLARE_ALIGNED(16, uint8_t, above_data[MAX_TX_SIZE * 2 + 32]); in build_intra_predictors()
|
D | idct.c | 285 int tmp_stride = MAX_TX_SIZE; in av1_inv_txfm_add_c()
|
/external/libaom/libaom/test/ |
D | dr_prediction_test.cc | 153 static const int kBufSize = ((2 * MAX_TX_SIZE) << 1) + 16;
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 2331 CONVERT_TO_SHORTPTR(recon), MAX_TX_SIZE, bsw, in dist_block_px_domain() 2335 av1_convolve_2d_copy_sr(dst, dst_stride, recon, MAX_TX_SIZE, bsw, bsh, NULL, in dist_block_px_domain() 2343 MAX_TX_SIZE, eob, in dist_block_px_domain() 2346 return 16 * pixel_dist(cpi, x, plane, src, src_stride, recon, MAX_TX_SIZE, in dist_block_px_domain()
|