Home
last modified time | relevance | path

Searched refs:alpha_q3 (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dcfl_simd.h196 int dst_stride, int alpha_q3);
198 int dst_stride, int alpha_q3);
200 int dst_stride, int alpha_q3);
203 int dst_stride, int alpha_q3);
205 int dst_stride, int alpha_q3);
207 int dst_stride, int alpha_q3);
209 int dst_stride, int alpha_q3);
212 int dst_stride, int alpha_q3);
214 int dst_stride, int alpha_q3);
216 int dst_stride, int alpha_q3);
[all …]
Dcfl_ssse3.c315 int alpha_q3, int width, int height) { in cfl_predict_lbd_ssse3() argument
316 const __m128i alpha_sign = _mm_set1_epi16(alpha_q3); in cfl_predict_lbd_ssse3()
359 int alpha_q3, int bd, int width, in cfl_predict_hbd_ssse3() argument
361 const __m128i alpha_sign = _mm_set1_epi16(alpha_q3); in cfl_predict_hbd_ssse3()
Dcfl_avx2.c256 int alpha_q3, int width, int height) { in cfl_predict_lbd_avx2() argument
258 const __m256i alpha_sign = _mm256_set1_epi16(alpha_q3); in cfl_predict_lbd_avx2()
318 int alpha_q3, int bd, int width, in cfl_predict_hbd_avx2() argument
322 const __m256i alpha_sign = _mm256_set1_epi16(alpha_q3); in cfl_predict_hbd_avx2()
/external/libaom/libaom/test/
Dcfl_test.cc154 int alpha_q3; member in __anon941b00d50111::CFLTestWithAlignedData
157 alpha_q3 = this->rnd(33) - 16; in randData()
379 predict(sub_luma_pels, chroma_pels, CFL_BUF_LINE, alpha_q3); in TEST_P()
380 predict_ref(sub_luma_pels_ref, chroma_pels_ref, CFL_BUF_LINE, alpha_q3); in TEST_P()
390 predict_ref(sub_luma_pels_ref, chroma_pels_ref, CFL_BUF_LINE, alpha_q3); in TEST_P()
397 predict(sub_luma_pels, chroma_pels, CFL_BUF_LINE, alpha_q3); in TEST_P()
427 predict(sub_luma_pels, chroma_pels, CFL_BUF_LINE, alpha_q3, bd); in TEST_P()
428 predict_ref(sub_luma_pels_ref, chroma_pels_ref, CFL_BUF_LINE, alpha_q3, bd); in TEST_P()
439 predict_ref(sub_luma_pels_ref, chroma_pels_ref, CFL_BUF_LINE, alpha_q3, bd); in TEST_P()
446 predict(sub_luma_pels, chroma_pels, CFL_BUF_LINE, alpha_q3, bd); in TEST_P()
/external/libaom/libaom/av1/common/
Dcfl.h59 static INLINE int get_scaled_luma_q0(int alpha_q3, int16_t pred_buf_q3) { in get_scaled_luma_q0() argument
60 int scaled_luma_q6 = alpha_q3 * pred_buf_q3; in get_scaled_luma_q0()
226 int alpha_q3) { \
227 cfl_predict_lbd_##arch(pred_buf_q3, dst, dst_stride, alpha_q3, width, \
234 const int16_t *pred_buf_q3, uint16_t *dst, int dst_stride, int alpha_q3, \
236 cfl_predict_hbd_##arch(pred_buf_q3, dst, dst_stride, alpha_q3, bd, width, \
Dcfl.c150 int dst_stride, int alpha_q3, int width, in cfl_predict_lbd_c() argument
154 dst[i] = clip_pixel(get_scaled_luma_q0(alpha_q3, ac_buf_q3[i]) + dst[i]); in cfl_predict_lbd_c()
165 int alpha_q3, int bit_depth, int width, int height) { in CFL_PREDICT_FN()
169 get_scaled_luma_q0(alpha_q3, ac_buf_q3[i]) + dst[i], bit_depth); in CFL_PREDICT_FN()
197 const int alpha_q3 = in cfl_predict_block() local
205 alpha_q3, xd->bd); in cfl_predict_block()
209 cfl_get_predict_lbd_fn(tx_size)(cfl->ac_buf_q3, dst, dst_stride, alpha_q3); in cfl_predict_block()
/external/libaom/libaom/av1/common/arm/
Dcfl_neon.c475 int alpha_q3, int width, int height) { in cfl_predict_lbd_neon() argument
476 const int16_t abs_alpha_q12 = abs(alpha_q3) << 9; in cfl_predict_lbd_neon()
479 const int16x4_t alpha_sign = vdup_n_s16(alpha_q3); in cfl_predict_lbd_neon()
488 const int16x8_t alpha_sign = vdupq_n_s16(alpha_q3); in cfl_predict_lbd_neon()
549 int alpha_q3, int bd, int width, in cfl_predict_hbd_neon() argument
552 const int16_t abs_alpha_q12 = abs(alpha_q3) << 9; in cfl_predict_hbd_neon()
555 const int16x4_t alpha_sign = vdup_n_s16(alpha_q3); in cfl_predict_hbd_neon()
565 const int16x8_t alpha_sign = vdupq_n_s16(alpha_q3); in cfl_predict_hbd_neon()
/external/libaom/config/arm64/config/
Dav1_rtcd.h66 int dst_stride, int alpha_q3, int bd);
72 int dst_stride, int alpha_q3);
/external/libaom/config/x86/config/
Dav1_rtcd.h66 int dst_stride, int alpha_q3, int bd);
72 int dst_stride, int alpha_q3);
/external/libaom/config/arm/config/
Dav1_rtcd.h66 int dst_stride, int alpha_q3, int bd);
72 int dst_stride, int alpha_q3);
/external/libaom/config/x86_64/config/
Dav1_rtcd.h66 int dst_stride, int alpha_q3, int bd);
72 int dst_stride, int alpha_q3);