Home
last modified time | relevance | path

Searched refs:outh (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_rotate.c69 int outh, outw; member
88 int outw, outh; member
340 SET_SIZE_EXPR(outh, "out_h"); in config_props()
342 rot->outh = res + 0.5; in config_props()
352 outlink->h = rot->outh; in config_props()
418 const int outw = td->outw, outh = td->outh; in filter_slice() local
423 const int start = (outh * job ) / nb_jobs; in filter_slice()
424 const int end = (outh * (job+1)) / nb_jobs; in filter_slice()
433 if (fabs(rot->angle - 0) < FLT_EPSILON && outw == inw && outh in filter_slice()
538 const int outh = AV_CEIL_RSHIFT(outlink->h, vsub); filter_frame() local
[all...]
H A Dvf_identity.c106 const int outh = td->planeheight[c]; in compute_images_msad() local
107 const int slice_start = (outh * jobnr) / nb_jobs; in compute_images_msad()
108 const int slice_end = (outh * (jobnr+1)) / nb_jobs; in compute_images_msad()
134 const int outh = td->planeheight[c]; in compute_images_identity() local
135 const int slice_start = (outh * jobnr) / nb_jobs; in compute_images_identity()
136 const int slice_end = (outh * (jobnr+1)) / nb_jobs; in compute_images_identity()
H A Dvf_transpose.c282 int outh = AV_CEIL_RSHIFT(out->height, vsub); in filter_slice() local
283 int start = (outh * jobnr ) / nb_jobs; in filter_slice()
284 int end = (outh * (jobnr+1)) / nb_jobs; in filter_slice()
301 dst = out->data[plane] + dstlinesize * (outh - start - 1); in filter_slice()
H A Dvf_blend.c213 int outh = AV_CEIL_RSHIFT(dst_buf->height, vsub); in blend_frame() local
216 .w = outw, .h = outh, .param = param, .plane = plane, in blend_frame()
220 FFMIN(outh, ff_filter_get_nb_threads(ctx))); in blend_frame()
H A Dvf_psnr.c130 const int outh = td->planeheight[c]; in compute_images_mse() local
131 const int slice_start = (outh * jobnr) / nb_jobs; in compute_images_mse()
132 const int slice_end = (outh * (jobnr+1)) / nb_jobs; in compute_images_mse()
H A Dvf_v360.c4221 static void set_dimensions(int *outw, int *outh, int w, int h, const AVPixFmtDescriptor *desc) in set_dimensions() argument
4225 outh[1] = outh[2] = AV_CEIL_RSHIFT(h, desc->log2_chroma_h); in set_dimensions()
4226 outh[0] = outh[3] = h; in set_dimensions()

Completed in 12 milliseconds