/third_party/ffmpeg/libavcodec/ |
D | vp8dsp.c | 371 #define LOOP_FILTER(vpn, dir, size, stridea, strideb, maybe_inline) \ argument 380 if (vpn ## _normal_limit(dst + i * stridea, strideb, \ 382 if (hev(dst + i * stridea, strideb, hev_thresh)) \ 383 vpn ## _filter_common(dst + i * stridea, strideb, 1); \ 385 filter_mbedge(dst + i * stridea, strideb); \ 398 if (vpn ## _normal_limit(dst + i * stridea, strideb, \ 400 int hv = hev(dst + i * stridea, strideb, hev_thresh); \ 402 vpn ## _filter_common(dst + i * stridea, strideb, 1); \ 404 vpn ## _filter_common(dst + i * stridea, strideb, 0); \ 408 #define UV_LOOP_FILTER(vpn, dir, stridea, strideb) \ argument [all …]
|
D | vp9dsp_template.c | 1749 ptrdiff_t stridea, ptrdiff_t strideb, in loop_filter() argument 1757 for (i = 0; i < 8; i++, dst += stridea) { in loop_filter() 1859 #define lf_8_fn(dir, wd, stridea, strideb) \ argument 1866 loop_filter(dst, E, I, H, stridea, strideb, wd); \ 1880 #define lf_16_fn(dir, stridea) \ argument 1886 loop_filter_##dir##_16_8_c(dst + 8 * stridea, stride, E, I, H); \ 1894 #define lf_mix_fn(dir, wd1, wd2, stridea) \ in lf_16_fn() argument 1900 loop_filter_##dir##_##wd2##_8_c(dst + 8 * stridea, stride, E >> 8, I >> 8, H >> 8); \ in lf_16_fn()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9dsp_init_arm.c | 201 #define lf_mix_fn(dir, wd1, wd2, stridea) \ argument 207 ff_vp9_loop_filter_##dir##_##wd2##_8_neon(dst + 8 * stridea, stride, E >> 8, I >> 8, H >> 8); \
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 2601 ptrdiff_t stridea = a->stride; in compare_two_images() local 2628 stridea *= 2; in compare_two_images() 2634 if (stridea < 0) rowa += (height-1) * (-stridea); in compare_two_images() 2658 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images() 2850 for (y=0; y<height; ++y, rowa += stridea, rowb += strideb) in compare_two_images()
|
/third_party/libpng/contrib/libtests/ |
D | pngstest.c | 2601 ptrdiff_t stridea = a->stride; in compare_two_images() local 2628 stridea *= 2; in compare_two_images() 2634 if (stridea < 0) rowa += (height-1) * (-stridea); in compare_two_images() 2658 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images() 2850 for (y=0; y<height; ++y, rowa += stridea, rowb += strideb) in compare_two_images()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 2601 ptrdiff_t stridea = a->stride; in compare_two_images() local 2628 stridea *= 2; in compare_two_images() 2634 if (stridea < 0) rowa += (height-1) * (-stridea); in compare_two_images() 2658 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images() 2850 for (y=0; y<height; ++y, rowa += stridea, rowb += strideb) in compare_two_images()
|