Lines Matching refs:height

23 gfx_conv_yuv420p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height)
28 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
42 for (int i=0;i<height;i+=2) {
59 gfx_conv_yuv420p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height)
64 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
78 for (int i=0;i<height;i+=2) {
95 gfx_conv_yuv420p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height)
100 gfx_conv_YCbCr420p_RGB32_c(in, out, width, height);
114 for (int i=0;i<height;i+=2) {
131 gfx_conv_yuv422p_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height)
136 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
150 for (int i=0;i<height;i++) {
161 gfx_conv_yuv422p_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height)
166 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
180 for (int i=0;i<height;i++) {
191 gfx_conv_yuv422p_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height)
196 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
210 for (int i=0;i<height;i++) {
221 gfx_conv_yuv422_rgba32_sse(AVFrame *in, AVFrame *out, int width, int height)
226 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
233 for (int i = 0; i <= height; i++) {
242 gfx_conv_yuv422_rgba32_sse2(AVFrame *in, AVFrame *out, int width, int height)
247 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
254 for (int i = 0; i <= height; i++) {
263 gfx_conv_yuv422_rgba32_ssse3(AVFrame *in, AVFrame *out, int width, int height)
268 gfx_conv_YCbCr422_RGB32_c(in, out, width, height);
275 for (int i = 0; i <= height; i++) {