Home
last modified time | relevance | path

Searched refs:WIENER_WIN2 (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/test/
Dwiener_test.cc146 DECLARE_ALIGNED(32, int64_t, M_ref[WIENER_WIN2]); in RunWienerTest()
147 DECLARE_ALIGNED(32, int64_t, H_ref[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest()
148 DECLARE_ALIGNED(32, int64_t, M_test[WIENER_WIN2]); in RunWienerTest()
149 DECLARE_ALIGNED(32, int64_t, H_test[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest()
211 DECLARE_ALIGNED(32, int64_t, M_ref[WIENER_WIN2]); in RunWienerTest_ExtremeValues()
212 DECLARE_ALIGNED(32, int64_t, H_ref[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest_ExtremeValues()
213 DECLARE_ALIGNED(32, int64_t, M_test[WIENER_WIN2]); in RunWienerTest_ExtremeValues()
214 DECLARE_ALIGNED(32, int64_t, H_test[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest_ExtremeValues()
424 DECLARE_ALIGNED(32, int64_t, M_ref[WIENER_WIN2]); in RunWienerTest()
425 DECLARE_ALIGNED(32, int64_t, H_ref[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest()
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_avx2.c34 int32_t H_int[WIENER_WIN2][WIENER_WIN * 8]) { in acc_stat_win7_one_line_avx2()
77 int32_t H_int32[WIENER_WIN2][WIENER_WIN * 8] = { { 0 } }; in compute_stats_win7_opt_avx2()
78 int64_t H_int64[WIENER_WIN2][WIENER_WIN * 8] = { { 0 } }; in compute_stats_win7_opt_avx2()
97 for (k = 0; k < WIENER_WIN2; ++k) { in compute_stats_win7_opt_avx2()
162 int64_t H_int[WIENER_WIN2][WIENER_WIN * 8]) { in acc_stat_highbd_win7_one_line_avx2()
219 int64_t H_int[WIENER_WIN2][WIENER_WIN * 8] = { { 0 } }; in compute_stats_highbd_win7_opt_avx2()
Dpickrst_sse4.c38 int32_t H_int[WIENER_WIN2][WIENER_WIN * 8]) { in acc_stat_win7_one_line_sse4_1()
82 int32_t H_int32[WIENER_WIN2][WIENER_WIN * 8] = { { 0 } }; in compute_stats_win7_opt_sse4_1()
83 int64_t H_int64[WIENER_WIN2][WIENER_WIN * 8] = { { 0 } }; in compute_stats_win7_opt_sse4_1()
102 for (k = 0; k < WIENER_WIN2; ++k) { in compute_stats_win7_opt_sse4_1()
172 int64_t H_int[WIENER_WIN2][WIENER_WIN * 8]) { in acc_stat_highbd_win7_one_line_sse4_1()
228 int64_t H_int[WIENER_WIN2][WIENER_WIN * 8] = { { 0 } }; in compute_stats_highbd_win7_opt_sse4_1()
/external/libaom/libaom/av1/encoder/
Dpickrst.c675 int16_t Y[WIENER_WIN2]; in av1_compute_stats_c()
717 int32_t Y[WIENER_WIN2]; in av1_compute_stats_highbd_c()
934 int64_t *Hc[WIENER_WIN2]; in wiener_decompose_sep_sym()
1194 int64_t M[WIENER_WIN2]; in search_wiener()
1195 int64_t H[WIENER_WIN2 * WIENER_WIN2]; in search_wiener()
/external/libaom/libaom/av1/common/
Drestoration.h118 #define WIENER_WIN2 ((WIENER_WIN) * (WIENER_WIN)) macro