Searched defs:rgbstride (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.cc18 int rgbstride,
23 rgbframe += rgbstride;
27 rgbframe += rgbstride;
44 int rgbstride,
49 rgbframe += rgbstride;
53 rgbframe += rgbstride;
12 ConvertRGB32ToYUV_SSSE3(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
38 ConvertRGB24ToYUV_SSSE3(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
H A Dconvert_rgb_to_yuv_c.cc24 int rgbstride,
50 rgbframe += rgbstride;
65 int rgbstride,
82 rgbframe += rgbstride;
18 ConvertRGB32ToYUV_C(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
59 ConvertRGB24ToYUV_C(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
H A Dconvert_yuv_to_rgb_x86.cc27 int rgbstride,
31 uint8* rgb_row = rgbframe + y * rgbstride;
57 int rgbstride,
61 uint8* rgb_row = rgbframe + y * rgbstride;
17 ConvertYUVAToARGB_MMX(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int astride, int rgbstride, YUVType yuv_type) argument
49 ConvertYUVToRGB32_SSE(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
H A Dconvert_rgb_to_yuv_sse2.cc317 int rgbstride,
322 rgbframe + rgbstride,
328 rgbframe += 2 * rgbstride;
358 int rgbstride,
367 rgbframe + rgbstride + i * 4,
378 rgbframe + rgbstride + i * 4,
385 rgbframe += 2 * rgbstride;
311 ConvertRGB32ToYUV_SSE2(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
352 ConvertRGB32ToYUV_SSE2_Reference(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
H A Dconvert_yuv_to_rgb_c.cc226 int rgbstride,
230 uint8* rgb_row = rgbframe + y * rgbstride;
218 ConvertYUVToRGB32_C(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
/external/chromium_org/media/base/
H A Dyuv_convert.cc566 int rgbstride,
575 rgbstride,
586 int rgbstride,
595 rgbstride,
651 int rgbstride,
661 rgbstride,
675 int rgbstride,
687 rgbstride,
560 ConvertRGB32ToYUV(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
580 ConvertRGB24ToYUV(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
643 ConvertYUVToRGB32(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
665 ConvertYUVAToARGB(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int astride, int rgbstride, YUVType yuv_type) argument

Completed in 3138 milliseconds