Home
last modified time | relevance | path

Searched refs:scale_v (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dgdv.c38 unsigned scale_h, scale_v; member
130 static void rescale(GDVContext *gdv, uint8_t *dst, int w, int h, int scale_v, int scale_h) in rescale() argument
134 if ((gdv->scale_v == scale_v) && (gdv->scale_h == scale_h)) { in rescale()
138 if (gdv->scale_v) { in rescale()
155 if (scale_h && scale_v) { in rescale()
167 } else if (scale_v) { in rescale()
174 gdv->scale_v = scale_v; in rescale()
524 if (!gdv->scale_v && !gdv->scale_h) { in gdv_decode_frame()
538 if (!gdv->scale_v) { in gdv_decode_frame()
547 sidx += !gdv->scale_v ? avctx->width : avctx->width/2; in gdv_decode_frame()
Dpixlet.c437 int64_t scale_v = scaling_v[i]; in reconstruction() local
444 filterfn(ptr, ctx->filter[1], scaled_width, scale_v); in reconstruction()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c1736 gfloat scale_h, scale_v; member
1760 g_ascii_formatd (scale_v_str, G_ASCII_DTOSTR_BUF_SIZE, "%f", templ->scale_v); in cuda_converter_generate_yuv_to_yuv_kernel_code()
1790 g_ascii_formatd (scale_v_str, G_ASCII_DTOSTR_BUF_SIZE, "%f", templ->scale_v); in cuda_converter_generate_yuv_to_rgb_kernel_code()
1824 g_ascii_formatd (scale_v_str, G_ASCII_DTOSTR_BUF_SIZE, "%f", templ->scale_v); in cuda_converter_generate_rgb_to_yuv_kernel_code()
1847 g_ascii_formatd (scale_v_str, G_ASCII_DTOSTR_BUF_SIZE, "%f", templ->scale_v); in cuda_converter_generate_rgb_to_rgb_kernel_code()
1937 templ.scale_v = (gfloat) GST_VIDEO_INFO_COMP_HEIGHT (in_info, 0) / in cuda_converter_lookup_path()