Searched refs:out_l (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | greedyh.c | 198 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/ |
D | calf-lv2-port-groups.patch | 16 if (!strcmp(symbol, "out_l")) 59 - const char *out_names[] = { "out_l", "out_r" }; 61 + const char *out_syms[] = { "out_l", "out_r" };
|
D | swh-lv2-port-groups.patch | 115 - <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/ |
D | rganalysis.c | 92 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/ |
D | evp_generic_fetch.pod | 108 unsigned char *out, size_t *out_l,
|