Home
last modified time | relevance | path

Searched refs:ii_w (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/tests/
H A Dintegral.c51 const int ii_w = w+e*2, ii_h = h+e*2; in main() local
54 const int ii_lz_32 = ((ii_w + 1) + 3) & ~3; in main()
74 display_integral(ii_start, ii_w, ii_h, ii_lz_32); in main()
80 ii_w, ii_h); in main()
81 display_integral(ii_start2, ii_w, ii_h, ii_lz_32); in main()
/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans.c54 int ii_w, ii_h; // width and height of the integral image member
158 const int ii_w = w + e*2; in compute_ssd_integral_image() local
188 ii_w, starty_safe); in compute_ssd_integral_image()
214 ii_w - endx_safe, safe_ph); in compute_ssd_integral_image()
221 ii_w, ii_h - endy_safe); in compute_ssd_integral_image()
255 s->ii_w = inlink->w + e*2; in config_input()
259 s->ii_lz_32 = FFALIGN(s->ii_w + 1, 4); in config_input()
/third_party/ffmpeg/tests/checkasm/
H A Dvf_nlmeans.c46 const int ii_w = w + e*2; in checkasm_check_nlmeans() local
48 const int ii_lz_32 = FFALIGN(ii_w + 1, 4); in checkasm_check_nlmeans()

Completed in 2 milliseconds