Searched refs:CFL_BUF_SQUARE (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/test/ |
D | cfl_test.cc | 103 I data[CFL_BUF_SQUARE]; 104 I data_ref[CFL_BUF_SQUARE]; 121 reinterpret_cast<I *>(aom_memalign(32, sizeof(I) * CFL_BUF_SQUARE)); in CFLTestWithAlignedData() 123 reinterpret_cast<I *>(aom_memalign(32, sizeof(I) * CFL_BUF_SQUARE)); in CFLTestWithAlignedData() 125 aom_memalign(32, sizeof(int16_t) * CFL_BUF_SQUARE)); in CFLTestWithAlignedData() 127 aom_memalign(32, sizeof(int16_t) * CFL_BUF_SQUARE)); in CFLTestWithAlignedData() 128 memset(chroma_pels_ref, 0, sizeof(I) * CFL_BUF_SQUARE); in CFLTestWithAlignedData() 129 memset(chroma_pels, 0, sizeof(I) * CFL_BUF_SQUARE); in CFLTestWithAlignedData() 130 memset(sub_luma_pels_ref, 0, sizeof(int16_t) * CFL_BUF_SQUARE); in CFLTestWithAlignedData() 131 memset(sub_luma_pels, 0, sizeof(int16_t) * CFL_BUF_SQUARE); in CFLTestWithAlignedData() [all …]
|
/external/libaom/libaom/av1/common/ |
D | cfl.c | 94 assert(recon_buf_q3 + diff_width <= cfl->recon_buf_q3 + CFL_BUF_SQUARE); in cfl_pad() 107 assert(recon_buf_q3 + width <= cfl->recon_buf_q3 + CFL_BUF_SQUARE); in cfl_pad() 198 CFL_BUF_SQUARE); in cfl_predict_block() 227 assert((height - 1) * CFL_BUF_LINE + width <= CFL_BUF_SQUARE); in cfl_luma_subsampling_422_lbd_c() 241 assert((height - 1) * CFL_BUF_LINE + width <= CFL_BUF_SQUARE); in cfl_luma_subsampling_444_lbd_c() 270 assert((height - 1) * CFL_BUF_LINE + width <= CFL_BUF_SQUARE); in cfl_luma_subsampling_422_hbd_c() 284 assert((height - 1) * CFL_BUF_LINE + width <= CFL_BUF_SQUARE); in cfl_luma_subsampling_444_hbd_c()
|
D | blockd.h | 446 #define CFL_BUF_SQUARE (CFL_BUF_LINE * CFL_BUF_LINE) macro 450 uint16_t recon_buf_q3[CFL_BUF_SQUARE]; 452 int16_t ac_buf_q3[CFL_BUF_SQUARE];
|