Searched refs:av_pixelutils_get_sad_fn (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | pixelutils.h | 48 av_pixelutils_sad_fn av_pixelutils_get_sad_fn(int w_bits, int h_bits,
|
H A D | pixelutils.c | 72 av_pixelutils_sad_fn av_pixelutils_get_sad_fn(int w_bits, int h_bits, int aligned, void *log_ctx) in av_pixelutils_get_sad_fn() function
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | pixelutils.c | 37 av_pixelutils_sad_fn f_out = av_pixelutils_get_sad_fn(n, n, align, NULL); in run_single_test()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_mpdecimate.c | 148 decimate->sad = av_pixelutils_get_sad_fn(3, 3, 0, ctx); // 8x8, not aligned on blocksize in init()
|
H A D | vf_deshake.c | 428 deshake->sad = av_pixelutils_get_sad_fn(4, 4, aligned, deshake); // 16x16, 2nd source unaligned in filter_frame()
|
Completed in 2 milliseconds