Home
last modified time | relevance | path

Searched refs:av_pixelutils_get_sad_fn (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dpixelutils.h48 av_pixelutils_sad_fn av_pixelutils_get_sad_fn(int w_bits, int h_bits,
H A Dpixelutils.c72 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 Dpixelutils.c37 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 Dvf_mpdecimate.c148 decimate->sad = av_pixelutils_get_sad_fn(3, 3, 0, ctx); // 8x8, not aligned on blocksize in init()
H A Dvf_deshake.c428 deshake->sad = av_pixelutils_get_sad_fn(4, 4, aligned, deshake); // 16x16, 2nd source unaligned in filter_frame()

Completed in 2 milliseconds