Searched refs:WIENER_WIN2 (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/test/ |
D | wiener_test.cc | 147 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/ |
D | pickrst_sse4.c | 38 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()
|
D | pickrst_avx2.c | 34 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/ |
D | restoration.h | 118 #define WIENER_WIN2 ((WIENER_WIN) * (WIENER_WIN)) macro
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 940 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()
|