Home
last modified time | relevance | path

Searched defs:dgd_win (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dpickrst_sve.c421 const uint8_t *dgd_win = dgd + horiz_offset + vert_offset * dgd_stride; in av1_compute_stats_downsampled_sve() local
503 const uint8_t *dgd_win = dgd + horiz_offset + vert_offset * dgd_stride; in av1_compute_stats_sve() local
H A Dpickrst_neon.c2269 const uint8_t *dgd_win = dgd + horiz_offset + vert_offset * dgd_stride; in av1_compute_stats_downsampled_neon() local
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dpickrst_sse4.c128 const uint8_t *dgd_win = dgd - wiener_halfwin * dgd_stride - wiener_halfwin; in compute_stats_win7_opt_sse4_1() local
345 const uint16_t *dgd_win = dgd - wiener_halfwin * dgd_stride - wiener_halfwin; in compute_stats_highbd_win7_opt_sse4_1() local
486 const uint16_t *dgd_win = dgd - wiener_halfwin * dgd_stride - wiener_halfwin; in compute_stats_highbd_win5_opt_sse4_1() local
642 const uint8_t *dgd_win = dgd - wiener_halfwin * dgd_stride - wiener_halfwin; in compute_stats_win5_opt_sse4_1() local
H A Dpickrst_avx2.c166 const uint16_t *dgd_win = dgd - wiener_halfwin * dgd_stride - wiener_halfwin; in compute_stats_highbd_win7_opt_avx2() local
308 const uint16_t *dgd_win = dgd - wiener_halfwin * dgd_stride - wiener_halfwin; in compute_stats_highbd_win5_opt_avx2() local
/aosp_15_r20/external/libaom/test/
H A Dwiener_test.cc61 const uint8_t *dgd_win = dgd - wiener_halfwin * dgd_stride - wiener_halfwin; in compute_stats_win_opt_c() local
439 const uint16_t *dgd_win = dgd - wiener_halfwin * dgd_stride - wiener_halfwin; in compute_stats_highbd_win_opt_c() local