Home
last modified time | relevance | path

Searched refs:gfx_conv_yuv422_rgba32_sse (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_mmx.h19 void gfx_conv_yuv422_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height);
H A Dgfx_util.cpp97 return gfx_conv_yuv422_rgba32_sse; in resolve_colorspace()
H A Dgfx_conv_mmx.cpp221 gfx_conv_yuv422_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height) in gfx_conv_yuv422_rgba32_sse() function