Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dscale_eval.c152 int tmp_h = av_rescale(w, inlink->h, inlink->w); in ff_scale_adjust_dimensions() local
156 h = FFMIN(tmp_h, h); in ff_scale_adjust_dimensions()
164 h = FFMAX(tmp_h, h); in ff_scale_adjust_dimensions()
Dvf_zscale.c320 int tmp_h = av_rescale(w, inlink->h, inlink->w); in config_props() local
324 h = FFMIN(tmp_h, h); in config_props()
327 h = FFMAX(tmp_h, h); in config_props()
Davf_showcqt.c408 int tmp_w, tmp_h, ret; in init_axis_from_file() local
410 if ((ret = ff_load_image(tmp_data, tmp_linesize, &tmp_w, &tmp_h, &tmp_format, in init_axis_from_file()
419 … convert_axis_pixel_format(s->format), tmp_data, tmp_linesize, tmp_w, tmp_h, in init_axis_from_file()
/third_party/ffmpeg/libavcodec/mips/
Dvp9_mc_mmi.c539 int tmp_h = h + 7; \
542 convolve_horiz_mmi(src, srcstride, temp, 64, hfilter, SIZE, tmp_h); \
577 int tmp_h = h + 7; \
579 convolve_horiz_mmi(src, srcstride, temp2, 64, hfilter, SIZE, tmp_h); \
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
DOrdinals.pm363 map { my %tmp_h = $_->platforms();
366 .$tmp_h{$platform} } @items),
/third_party/openssl/util/perl/OpenSSL/
DOrdinals.pm363 map { my %tmp_h = $_->platforms();
366 .$tmp_h{$platform} } @items),
/third_party/ffmpeg/libavcodec/
Dvp9dsp_template.c2049 int tmp_h = h + 7; in do_8tap_2d_c() local
2065 } while (--tmp_h); in do_8tap_2d_c()
2165 int tmp_h = h + 1; in do_bilin_2d_c() local
2179 } while (--tmp_h); in do_bilin_2d_c()
2337 int tmp_h = (((h - 1) * dy + my) >> 4) + 8; in do_scaled_8tap_c() local
2358 } while (--tmp_h); in do_scaled_8tap_c()
2413 int tmp_h = (((h - 1) * dy + my) >> 4) + 2; in do_scaled_bilin_c() local
2432 } while (--tmp_h); in do_scaled_bilin_c()