Home
last modified time | relevance | path

Searched defs:yval (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c880 int yval = av_clip_uint8((yb + 0x8000) >> 16); in ff_yuv2rgb_c_init_tables() local
899 int yval = av_clip_uint8((yb + 0x8000) >> 16); in ff_yuv2rgb_c_init_tables() local
918 uint8_t yval = av_clip_uint8((yb + 0x8000) >> 16); in ff_yuv2rgb_c_init_tables() local
941 uint8_t yval = av_clip_uint8((yb + 0x8000) >> 16); in ff_yuv2rgb_c_init_tables() local
980 unsigned yval = av_clip_uint8((yb + 0x8000) >> 16); in ff_yuv2rgb_c_init_tables() local
1009 unsigned yval = av_clip_uint8((yb + 0x8000) >> 16); in ff_yuv2rgb_c_init_tables() local
/third_party/boost/libs/optional/test/
Doptional_test_conversions_from_U.cpp34 int yval; member
/third_party/gstreamer/gstreamer/tests/examples/controller/
Dcontroller-graph.c36 gdouble yval[] = { 0.0, 0.2, 0.8, 0.1, 0.1, 1.0 }; variable
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstrev.c111 gint y, x, R, G, B, yval; in gst_revtv_transform_frame() local
/third_party/ffmpeg/libavfilter/
Dvf_vif.c190 float yval = y[j]; in vif_xx_yy_xy() local