Searched refs:yval (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstreamer/tests/examples/controller/ |
D | controller-graph.c | 36 gdouble yval[] = { 0.0, 0.2, 0.8, 0.1, 0.1, 1.0 }; variable 61 ts_step = w / (G_N_ELEMENTS (yval) - 1); in on_graph_draw() 63 for (i = 0; i < G_N_ELEMENTS (yval); i++) { in on_graph_draw() 64 gst_timed_value_control_source_set (tvcs, ts, yval[i]); in on_graph_draw() 89 for (i = 0; i < G_N_ELEMENTS (yval); i++) { in on_graph_draw() 91 cairo_arc (cr, x + ts, y + yval[i] * h, 3.0, 0.0, 2 * G_PI); in on_graph_draw() 114 yval[ix] = gtk_spin_button_get_value (spin); in on_yval_changed() 151 for (i = 0; i < G_N_ELEMENTS (yval); i++) { in main() 153 gtk_spin_button_set_value (GTK_SPIN_BUTTON (spin), yval[i]); in main()
|
/third_party/boost/libs/optional/test/ |
D | optional_test_conversions_from_U.cpp | 34 int yval; member 35 Y(X const& x) : yval(x.val) {} in Y() 36 friend bool operator==(Y const& l, Y const& r) { return l.yval == r.yval; } in operator ==()
|
/third_party/ffmpeg/libswscale/ |
D | yuv2rgb.c | 880 int yval = av_clip_uint8((yb + 0x8000) >> 16); in ff_yuv2rgb_c_init_tables() local 881 y_table[i + 110] = (yval >> 7) << rbase; in ff_yuv2rgb_c_init_tables() 882 y_table[i + 37 + table_plane_size] = ((yval + 43) / 85) << gbase; in ff_yuv2rgb_c_init_tables() 883 y_table[i + 110 + 2*table_plane_size] = (yval >> 7) << bbase; in ff_yuv2rgb_c_init_tables() 899 int yval = av_clip_uint8((yb + 0x8000) >> 16); in ff_yuv2rgb_c_init_tables() local 900 y_table[i + 16] = ((yval + 18) / 36) << rbase; in ff_yuv2rgb_c_init_tables() 901 y_table[i + 16 + table_plane_size] = ((yval + 18) / 36) << gbase; in ff_yuv2rgb_c_init_tables() 902 y_table[i + 37 + 2*table_plane_size] = ((yval + 43) / 85) << bbase; in ff_yuv2rgb_c_init_tables() 918 uint8_t yval = av_clip_uint8((yb + 0x8000) >> 16); in ff_yuv2rgb_c_init_tables() local 919 y_table16[i] = (yval >> 4) << rbase; in ff_yuv2rgb_c_init_tables() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstrev.c | 111 gint y, x, R, G, B, yval; in gst_revtv_transform_frame() local 151 yval = y - ((short) (R + G + B) / vscale); in gst_revtv_transform_frame() 153 if (yval > 0) { in gst_revtv_transform_frame() 154 dest[x + (yval * dstride / 4)] = THE_COLOR; in gst_revtv_transform_frame()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vif.c | 190 float yval = y[j]; in vif_xx_yy_xy() local 192 float yyval = yval * yval; in vif_xx_yy_xy() 193 float xyval = xval * yval; in vif_xx_yy_xy()
|