Lines Matching refs:width

6 	int width);
8 int width);
10 int width);
14 void *fromVPtr, void *toPtr, int width);
16 void *fromVPtr, void *toPtr, int width);
18 void *fromVPtr, void *toPtr, int width);
23 gfx_conv_yuv420p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height)
28 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
44 _Convert_YUV420P_RGBA32_SSE(ybase, ubase, vbase, rgbbase, width);
49 _Convert_YUV420P_RGBA32_SSE(ybase, ubase, vbase, rgbbase, width);
59 gfx_conv_yuv420p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height)
64 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
80 _Convert_YUV420P_RGBA32_SSE2(ybase, ubase, vbase, rgbbase, width);
85 _Convert_YUV420P_RGBA32_SSE2(ybase, ubase, vbase, rgbbase, width);
95 gfx_conv_yuv420p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height)
100 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
116 _Convert_YUV420P_RGBA32_SSSE3(ybase, ubase, vbase, rgbbase, width);
121 _Convert_YUV420P_RGBA32_SSSE3(ybase, ubase, vbase, rgbbase, width);
131 gfx_conv_yuv422p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height)
136 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
151 _Convert_YUV420P_RGBA32_SSE(ybase, ubase, vbase, rgbbase, width);
161 gfx_conv_yuv422p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height)
166 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
181 _Convert_YUV420P_RGBA32_SSE2(ybase, ubase, vbase, rgbbase, width);
191 gfx_conv_yuv422p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height)
196 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
211 _Convert_YUV420P_RGBA32_SSSE3(ybase, ubase, vbase, rgbbase, width);
221 gfx_conv_yuv422_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height)
226 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
234 _Convert_YUV422_RGBA32_SSE(ybase, rgbbase, width);
242 gfx_conv_yuv422_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height)
247 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
255 _Convert_YUV422_RGBA32_SSE2(ybase, rgbbase, width);
263 gfx_conv_yuv422_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height)
268 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
276 _Convert_YUV422_RGBA32_SSSE3(ybase, rgbbase, width);