Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dwiener_test.cc147 DECLARE_ALIGNED(32, int64_t, M_ref[WIENER_WIN2]); in RunWienerTest()
148 DECLARE_ALIGNED(32, int64_t, H_ref[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest()
149 DECLARE_ALIGNED(32, int64_t, M_test[WIENER_WIN2]); in RunWienerTest()
150 DECLARE_ALIGNED(32, int64_t, H_test[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest()
212 DECLARE_ALIGNED(32, int64_t, M_ref[WIENER_WIN2]); in RunWienerTest_ExtremeValues()
213 DECLARE_ALIGNED(32, int64_t, H_ref[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest_ExtremeValues()
214 DECLARE_ALIGNED(32, int64_t, M_test[WIENER_WIN2]); in RunWienerTest_ExtremeValues()
215 DECLARE_ALIGNED(32, int64_t, H_test[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest_ExtremeValues()
426 DECLARE_ALIGNED(32, int64_t, M_ref[WIENER_WIN2]); in RunWienerTest()
427 DECLARE_ALIGNED(32, int64_t, H_ref[WIENER_WIN2 * WIENER_WIN2]); in RunWienerTest()
[all …]
/external/libaom/libaom/av1/encoder/x86/
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()
173 int64_t H_int[WIENER_WIN2][WIENER_WIN * 8]) { in acc_stat_highbd_win7_one_line_sse4_1()
229 int64_t H_int[WIENER_WIN2][WIENER_WIN * 8] = { { 0 } }; in compute_stats_highbd_win7_opt_sse4_1()
Dpickrst_avx2.c34 int32_t H_int[WIENER_WIN2][WIENER_WIN * 8]) { in acc_stat_win7_one_line_avx2()
79 H_int32[WIENER_WIN2][WIENER_WIN * 8]) = { { 0 } }; in compute_stats_win7_opt_avx2()
80 int64_t H_int64[WIENER_WIN2][WIENER_WIN * 8] = { { 0 } }; in compute_stats_win7_opt_avx2()
99 for (k = 0; k < WIENER_WIN2; ++k) { in compute_stats_win7_opt_avx2()
165 int64_t H_int[WIENER_WIN2][WIENER_WIN * 8]) { in acc_stat_highbd_win7_one_line_avx2()
222 DECLARE_ALIGNED(32, int64_t, H_int[WIENER_WIN2][WIENER_WIN * 8]) = { { 0 } }; in compute_stats_highbd_win7_opt_avx2()
/external/libaom/libaom/av1/common/
Drestoration.h118 #define WIENER_WIN2 ((WIENER_WIN) * (WIENER_WIN)) macro
/external/libaom/libaom/av1/encoder/
Dpickrst.c940 int16_t Y[WIENER_WIN2]; in av1_compute_stats_c()
983 int32_t Y[WIENER_WIN2]; in av1_compute_stats_highbd_c()
1201 int64_t *Hc[WIENER_WIN2]; in wiener_decompose_sep_sym()
1499 int64_t M[WIENER_WIN2]; in search_wiener()
1500 int64_t H[WIENER_WIN2 * WIENER_WIN2]; in search_wiener()