Home
last modified time | relevance | path

Searched refs:CFL_BUF_SQUARE (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/test/
Dcfl_test.cc112 I data[CFL_BUF_SQUARE];
113 I data_ref[CFL_BUF_SQUARE];
130 reinterpret_cast<I *>(aom_memalign(32, sizeof(I) * CFL_BUF_SQUARE)); in CFLTestWithAlignedData()
132 reinterpret_cast<I *>(aom_memalign(32, sizeof(I) * CFL_BUF_SQUARE)); in CFLTestWithAlignedData()
134 aom_memalign(32, sizeof(int16_t) * CFL_BUF_SQUARE)); in CFLTestWithAlignedData()
136 aom_memalign(32, sizeof(int16_t) * CFL_BUF_SQUARE)); in CFLTestWithAlignedData()
137 memset(chroma_pels_ref, 0, sizeof(I) * CFL_BUF_SQUARE); in CFLTestWithAlignedData()
138 memset(chroma_pels, 0, sizeof(I) * CFL_BUF_SQUARE); in CFLTestWithAlignedData()
139 memset(sub_luma_pels_ref, 0, sizeof(int16_t) * CFL_BUF_SQUARE); in CFLTestWithAlignedData()
140 memset(sub_luma_pels, 0, sizeof(int16_t) * CFL_BUF_SQUARE); in CFLTestWithAlignedData()
[all …]
/external/libaom/libaom/av1/common/
Dcfl.c94 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()
200 CFL_BUF_SQUARE); in cfl_predict_block()
231 assert((height - 1) * CFL_BUF_LINE + width <= CFL_BUF_SQUARE); in cfl_luma_subsampling_422_lbd_c()
245 assert((height - 1) * CFL_BUF_LINE + width <= CFL_BUF_SQUARE); in cfl_luma_subsampling_444_lbd_c()
275 assert((height - 1) * CFL_BUF_LINE + width <= CFL_BUF_SQUARE); in cfl_luma_subsampling_422_hbd_c()
289 assert((height - 1) * CFL_BUF_LINE + width <= CFL_BUF_SQUARE); in cfl_luma_subsampling_444_hbd_c()
Dblockd.h438 #define CFL_BUF_SQUARE (CFL_BUF_LINE * CFL_BUF_LINE) macro
442 uint16_t recon_buf_q3[CFL_BUF_SQUARE];
444 int16_t ac_buf_q3[CFL_BUF_SQUARE];