Home
last modified time | relevance | path

Searched refs:CFL_BUF_LINE (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/arm/
Dcfl_neon.c46 const uint16_t *end = pred_buf_q3 + (height >> 1) * CFL_BUF_LINE; in cfl_luma_subsampling_420_lbd_neon()
78 } while ((pred_buf_q3 += CFL_BUF_LINE) < end); in cfl_luma_subsampling_420_lbd_neon()
85 const uint16_t *end = pred_buf_q3 + height * CFL_BUF_LINE; in cfl_luma_subsampling_422_lbd_neon()
105 } while ((pred_buf_q3 += CFL_BUF_LINE) < end); in cfl_luma_subsampling_422_lbd_neon()
112 const uint16_t *end = pred_buf_q3 + height * CFL_BUF_LINE; in cfl_luma_subsampling_444_lbd_neon()
131 } while ((pred_buf_q3 += CFL_BUF_LINE) < end); in cfl_luma_subsampling_444_lbd_neon()
145 const uint16_t *end = pred_buf_q3 + (height >> 1) * CFL_BUF_LINE; in cfl_luma_subsampling_420_hbd_neon()
185 } while ((pred_buf_q3 += CFL_BUF_LINE) < end); in cfl_luma_subsampling_420_hbd_neon()
192 const uint16_t *end = pred_buf_q3 + height * CFL_BUF_LINE; in cfl_luma_subsampling_422_hbd_neon()
219 } while ((pred_buf_q3 += CFL_BUF_LINE) < end); in cfl_luma_subsampling_422_hbd_neon()
[all …]
/external/libaom/libaom/av1/common/
Dcfl.c19 assert(block_size_wide[CFL_MAX_BLOCK_SIZE] == CFL_BUF_LINE); in cfl_init()
20 assert(block_size_high[CFL_MAX_BLOCK_SIZE] == CFL_BUF_LINE); in cfl_init()
38 assert(width <= CFL_BUF_LINE); in cfl_store_dc_pred()
70 assert(width <= CFL_BUF_LINE); in cfl_load_dc_pred()
71 assert(height <= CFL_BUF_LINE); in cfl_load_dc_pred()
98 recon_buf_q3 += CFL_BUF_LINE; in cfl_pad()
104 cfl->recon_buf_q3 + ((height - diff_height) * CFL_BUF_LINE); in cfl_pad()
106 const uint16_t *last_row_q3 = recon_buf_q3 - CFL_BUF_LINE; in cfl_pad()
111 recon_buf_q3 += CFL_BUF_LINE; in cfl_pad()
125 recon += CFL_BUF_LINE; in subtract_average_c()
[all …]
Dblockd.h443 #define CFL_BUF_LINE (32) macro
444 #define CFL_BUF_LINE_I128 (CFL_BUF_LINE >> 3)
445 #define CFL_BUF_LINE_I256 (CFL_BUF_LINE >> 4)
446 #define CFL_BUF_SQUARE (CFL_BUF_LINE * CFL_BUF_LINE)
460 int16_t dc_pred_cache[CFL_PRED_PLANES][CFL_BUF_LINE];
/external/libaom/libaom/test/
Dcfl_test.cc58 ASSERT_EQ(a[j * CFL_BUF_LINE + i], b[j * CFL_BUF_LINE + i]); in assert_eq()
109 data[j * CFL_BUF_LINE + i] = d; in randData()
110 data_ref[j * CFL_BUF_LINE + i] = d; in randData()
152 chroma_pels[j * CFL_BUF_LINE + i] = dc; in randData()
153 chroma_pels_ref[j * CFL_BUF_LINE + i] = dc; in randData()
154 sub_luma_pels_ref[j * CFL_BUF_LINE + i] = in randData()
155 sub_luma_pels[j * CFL_BUF_LINE + i] = this->rnd(1 << (bd + 3)); in randData()
233 fun(this->data, CFL_BUF_LINE, sub_luma_pels); in subsampleTest()
234 fun_ref(this->data_ref, CFL_BUF_LINE, sub_luma_pels_ref); in subsampleTest()
249 fun_ref(this->data_ref, CFL_BUF_LINE, sub_luma_pels); in subsampleSpeedTest()
[all …]
/external/libaom/libaom/av1/common/ppc/
Dcfl_ppc.c39 const int16_t *dst_end = dst + height * CFL_BUF_LINE; in subtract_average_vsx()
41 const int16_t *end = sum_buf + height * CFL_BUF_LINE; in subtract_average_vsx()
66 } while ((sum_buf += (CFL_BUF_LINE * 2)) < end); in subtract_average_vsx()
109 } while ((dst += CFL_BUF_LINE * 4) < dst_end); in subtract_average_vsx()
/external/libaom/libaom/av1/common/x86/
Dcfl_ssse3.c185 const uint16_t *end = pred_buf_q3 + (height >> 1) * CFL_BUF_LINE; in cfl_luma_subsampling_420_hbd_ssse3()
223 } while ((pred_buf_q3 += CFL_BUF_LINE) < end); in cfl_luma_subsampling_420_hbd_ssse3()
273 const uint16_t *end = pred_buf_q3 + height * CFL_BUF_LINE; in cfl_luma_subsampling_444_hbd_ssse3()
296 pred_buf_q3 += CFL_BUF_LINE; in cfl_luma_subsampling_444_hbd_ssse3()