Home
last modified time | relevance | path

Searched refs:out_l (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dgreedyh.c198 guint8 out_l, out_c; in greedyh_scanline_C_yuy2() local
299 out_l = CLAMP (best_l, min_l, max_l); in greedyh_scanline_C_yuy2()
315 out_l = (out_l * (256 - mov_l) + avg_sc_l * mov_l) / 256; in greedyh_scanline_C_yuy2()
317 Dest[0] = out_l; in greedyh_scanline_C_yuy2()
342 guint8 out_l, out_c; in greedyh_scanline_C_uyvy() local
443 out_l = CLAMP (best_l, min_l, max_l); in greedyh_scanline_C_uyvy()
459 out_l = (out_l * (256 - mov_l) + avg_sc_l * mov_l) / 256; in greedyh_scanline_C_uyvy()
461 Dest[1] = out_l; in greedyh_scanline_C_uyvy()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dcalf-lv2-port-groups.patch16 if (!strcmp(symbol, "out_l"))
59 - const char *out_names[] = { "out_l", "out_r" };
61 + const char *out_syms[] = { "out_l", "out_r" };
Dswh-lv2-port-groups.patch115 - <port label="out_l" dir="output" type="audio">
116 + <port label="out_l" dir="output" type="audio" group="main_out" role="leftChannel">
/third_party/gstreamer/gstplugins_good/gst/replaygain/
Drganalysis.c92 gfloat *out_l; member
299 butter_filter (ctx->step_l + pos, ctx->out_l + pos, abutter, bbutter); in apply_filters()
403 ctx->out_l = ctx->outbuf_l + MAX_ORDER; in rg_analysis_new()
695 ctx->window_square_sum += ctx->out_l[ctx->window_n_samples_done + i] in rg_analysis_analyze()
696 * ctx->out_l[ctx->window_n_samples_done + i] in rg_analysis_analyze()
/third_party/openssl/doc/internal/man3/
Devp_generic_fetch.pod108 unsigned char *out, size_t *out_l,