Home | History | Annotate | Download | only in simd

Lines Matching refs:vplane

301                                    uint8* vplane,
313 vplane,
318 vplane += uvstride;
327 ConvertRGBToYUV_V1H2(rgbframe, yplane, uplane, vplane);
331 ++vplane;
336 ConvertRGBToYUV_V1H1(rgbframe, yplane, uplane, vplane);
342 uint8* vplane,
358 vplane + i / 2);
369 vplane + i / 2);
375 vplane += uvstride;
384 ConvertRGBToYUV_V1H2(rgbframe, yplane, uplane, vplane);
388 ++vplane;
394 ConvertRGBToYUV_V1H1(rgbframe, yplane, uplane, vplane);