Searched refs:ii_h (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/tests/ |
H A D | integral.c | 51 const int ii_w = w+e*2, ii_h = h+e*2; in main() local 57 uint32_t *ii = av_calloc(ii_h + 1, ii_lz_32 * sizeof(*ii)); in main() 58 uint32_t *ii2 = av_calloc(ii_h + 1, ii_lz_32 * sizeof(*ii2)); 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() 83 if (memcmp(ii, ii2, (ii_h+1) * ii_lz_32 * sizeof(*ii))) { in main()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_nlmeans.c | 47 const int ii_h = h + e*2; in checkasm_check_nlmeans() local 49 uint32_t *ii_orig_ref = av_calloc(ii_h + 1, ii_lz_32 * sizeof(*ii_orig_ref)); in checkasm_check_nlmeans() 51 uint32_t *ii_orig_new = av_calloc(ii_h + 1, ii_lz_32 * sizeof(*ii_orig_new)); in checkasm_check_nlmeans() 83 memset(ii_ref, 0, (ii_lz_32 * ii_h - 1) * sizeof(*ii_ref)); in checkasm_check_nlmeans() 84 memset(ii_new, 0, (ii_lz_32 * ii_h - 1) * sizeof(*ii_new)); in checkasm_check_nlmeans() 95 if (memcmp(ii_ref, ii_new, (ii_lz_32 * ii_h - 1) * sizeof(*ii_ref))) in checkasm_check_nlmeans() 98 memset(ii_new, 0, (ii_lz_32 * ii_h - 1) * sizeof(*ii_new)); in checkasm_check_nlmeans()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nlmeans.c | 54 int ii_w, ii_h; // width and height of the integral image member 159 const int ii_h = h + e*2; in compute_ssd_integral_image() local 221 ii_w, ii_h - endy_safe); in compute_ssd_integral_image() 256 s->ii_h = inlink->h + e*2; in config_input() 262 s->ii_orig = av_calloc(s->ii_h + 1, s->ii_lz_32 * sizeof(*s->ii_orig)); in config_input()
|
Completed in 3 milliseconds