Home
last modified time | relevance | path

Searched defs:yc (Results 1 – 11 of 11) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix4_q31.c155 q31_t ya, yb, yc, yd; in arm_radix4_butterfly_q31() local
526 q31_t ya, yb, yc, yd; in arm_radix4_butterfly_inverse_q31() local
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c718 double * const yc) in uv_to_xy()
731 double * const yc) in upvp_to_xy()
742 double yc, in xy_to_upvp()
755 double yc, in xy_to_uv()
768 double xc, double yc, double zc, in xyz_to_rgb()
Dvf_curves.c266 const double yc = point->next->y; in interpolate() local
304 const double yc = point->y; in interpolate() local
Dvf_signalstats.c233 const int yc = y >> s->vsub; in filter8_brng() local
268 const int yc = y >> s->vsub; in filter16_brng() local
Dvsrc_testsrc.c793 int yc = (s->h >> 2); in test2_fill_picture() local
826 int yc = (s->h >> 2) + (s->h >> 1); in test2_fill_picture() local
/third_party/gstreamer/gstplugins_good/gst/alpha/
Dgstalphacolor.c277 gint yc[4]; in transform_ayuv_ayuv() local
/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp214 yc = Coeffs(fYSelector); in buildEffectShader() local
/third_party/ffmpeg/libswscale/
Drgb2rgb_template.c387 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; in yuvPlanartoyuy2_c() local
451 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc; in yuvPlanartouyvy_c() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c850 get_next_xcoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_xcoord()
888 get_next_ycoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_ycoord()
/third_party/ffmpeg/libavcodec/
Djpeg2000dec.c1395 int yc = y / s->cdy[compno]; in jpeg2000_decode_packets_po_iteration() local
/third_party/python/Lib/
D_pydecimal.py5960 def _dpower(xc, xe, yc, ye, p): argument