Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_minterpolate.c885 int startc_x, startc_y, endc_x, endc_y; in bidirectional_obmc() local
891 startc_y = av_clip(start_y, 0, height - 1); in bidirectional_obmc()
900 for (y = startc_y; y < endc_y; y++) { in bidirectional_obmc()
1027 int startc_x, startc_y, endc_x, endc_y; in bilateral_obmc() local
1043 startc_y = av_clip(start_y, 0, height - 1); in bilateral_obmc()
1047 for (y = startc_y; y < endc_y; y++) { in bilateral_obmc()