Home
last modified time | relevance | path

Searched refs:flt_stride (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpickrst.c289 int flt_stride; in av1_highbd_pixel_proj_error_c() local
293 flt_stride = flt0_stride; in av1_highbd_pixel_proj_error_c()
297 flt_stride = flt1_stride; in av1_highbd_pixel_proj_error_c()
310 flt += flt_stride; in av1_highbd_pixel_proj_error_c()
533 int flt_stride) { in apply_sgr() argument
536 int32_t *flt0_row = flt0 + i * flt_stride; in apply_sgr()
537 int32_t *flt1_row = flt1 + i * flt_stride; in apply_sgr()
545 flt_stride, sgr_params_idx, bit_depth, use_highbd); in apply_sgr()
561 int flt_stride = ((width + 7) & ~7) + 8; in search_selfguided_restoration() local
570 pu_width, pu_height, flt0, flt1, flt_stride); in search_selfguided_restoration()
[all …]
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c504 int32_t *flt1, int flt_stride, in av1_selfguided_restoration_sse4_1() argument
569 final_filter_fast(flt0, flt_stride, A, B, buf_stride, dgd8, dgd_stride, in av1_selfguided_restoration_sse4_1()
576 final_filter(flt1, flt_stride, A, B, buf_stride, dgd8, dgd_stride, width, in av1_selfguided_restoration_sse4_1()
Dselfguided_avx2.c551 int32_t *flt1, int flt_stride, in av1_selfguided_restoration_avx2() argument
619 final_filter_fast(flt0, flt_stride, A, B, buf_stride, dgd8, dgd_stride, in av1_selfguided_restoration_avx2()
626 final_filter(flt1, flt_stride, A, B, buf_stride, dgd8, dgd_stride, width, in av1_selfguided_restoration_avx2()
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_avx2.c557 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_avx2() local
588 flt += flt_stride; in av1_lowbd_pixel_proj_error_avx2()
727 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_highbd_pixel_proj_error_avx2() local
795 flt += flt_stride; in av1_highbd_pixel_proj_error_avx2()
Dpickrst_sse4.c558 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_sse4_1() local
585 flt += flt_stride; in av1_lowbd_pixel_proj_error_sse4_1()
725 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_highbd_pixel_proj_error_sse4_1() local
784 flt += flt_stride; in av1_highbd_pixel_proj_error_sse4_1()
/external/libaom/config/arm/config/
Dav1_rtcd.h279 int dgd_stride, int32_t *flt0, int32_t *flt1, int flt_stride,
282 int dgd_stride, int32_t *flt0, int32_t *flt1, int flt_stride,
/external/libaom/config/arm64/config/
Dav1_rtcd.h279 int dgd_stride, int32_t *flt0, int32_t *flt1, int flt_stride,
282 int dgd_stride, int32_t *flt0, int32_t *flt1, int flt_stride,
/external/libaom/libaom/av1/common/
Drestoration.c864 int flt_stride, int sgr_params_idx, in av1_selfguided_restoration_c() argument
894 flt0, flt_stride, bit_depth, in av1_selfguided_restoration_c()
898 flt_stride, bit_depth, sgr_params_idx, 1); in av1_selfguided_restoration_c()
/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c1346 int flt_stride, int sgr_params_idx, in av1_selfguided_restoration_neon() argument
1376 flt_stride, bit_depth, sgr_params_idx, 0); in av1_selfguided_restoration_neon()
1378 restoration_internal(dgd16, width, height, dgd16_stride, flt1, flt_stride, in av1_selfguided_restoration_neon()
/external/libaom/config/x86/config/
Dav1_rtcd.h283 int dgd_stride, int32_t *flt0, int32_t *flt1, int flt_stride,
/external/libaom/config/x86_64/config/
Dav1_rtcd.h286 int dgd_stride, int32_t *flt0, int32_t *flt1, int flt_stride,