/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 289 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/ |
D | selfguided_sse4.c | 504 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()
|
D | selfguided_avx2.c | 551 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/ |
D | pickrst_avx2.c | 557 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()
|
D | pickrst_sse4.c | 558 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/ |
D | av1_rtcd.h | 279 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/ |
D | av1_rtcd.h | 279 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/ |
D | restoration.c | 864 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/ |
D | selfguided_neon.c | 1346 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/ |
D | av1_rtcd.h | 283 int dgd_stride, int32_t *flt0, int32_t *flt1, int flt_stride,
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 286 int dgd_stride, int32_t *flt0, int32_t *flt1, int flt_stride,
|