Searched refs:outh (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_rotate.c | 69 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 D | vf_identity.c | 106 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 D | vf_transpose.c | 282 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 D | vf_blend.c | 213 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 D | vf_psnr.c | 130 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 D | vf_v360.c | 4221 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