Home
last modified time | relevance | path

Searched defs:flt_stride (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dpickrst.c335 int flt_stride; in av1_highbd_pixel_proj_error_c() local
762 int32_t *flt0, int32_t *flt1, int flt_stride, in apply_sgr()
789 const int flt_stride, int *exqd, int64_t *err, in compute_sgrproj_err()
825 int flt_stride = ((width + 7) & ~7) + 8; in search_selfguided_restoration() local
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dpickrst_sse4.c794 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_sse4_1() local
1389 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_highbd_pixel_proj_error_sse4_1() local
H A Dpickrst_avx2.c1612 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_avx2() local
2235 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_highbd_pixel_proj_error_avx2() local
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dselfguided_sse4.c506 int32_t *flt1, int flt_stride, in av1_selfguided_restoration_sse4_1()
H A Dselfguided_avx2.c551 int32_t *flt1, int flt_stride, in av1_selfguided_restoration_avx2()
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dhighbd_pickrst_neon.c1864 int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_highbd_pixel_proj_error_neon() local
H A Dpickrst_neon.c94 int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_neon() local
/aosp_15_r20/external/libaom/av1/common/
H A Drestoration.c825 int flt_stride, int sgr_params_idx, in av1_selfguided_restoration_c()
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dselfguided_neon.c1419 int flt_stride, int sgr_params_idx, in av1_selfguided_restoration_neon()