Searched defs:ystride (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c24 int ystride; local
29 ystride = src_ybc->y_stride;
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.cc19 int ystride,
24 yplane += ystride;
28 yplane += ystride;
45 int ystride,
50 yplane += ystride;
54 yplane += ystride;
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.cc25 int ystride,
51 yplane += ystride;
66 int ystride,
83 yplane += ystride;
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.cc24 int ystride,
32 const uint8* y_ptr = yplane + y * ystride;
55 int ystride,
62 const uint8* y_ptr = yplane + y * ystride;
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.cc318 int ystride,
324 yplane + ystride,
329 yplane += 2 * ystride;
359 int ystride,
369 yplane + ystride + i,
380 yplane + ystride + i,
386 yplane += 2 * ystride;
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.cc224 int ystride,
231 const uint8* y_ptr = yplane + y * ystride;
251 int ystride,
259 const uint8* y_ptr = yplane + y * ystride;
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
244 ConvertYUVAToARGB_C(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbaframe, int width, int height, int ystride, int uvstride, int astride, int rgbastride, YUVType yuv_type) argument
/external/chromium_org/third_party/hwcplus/include/system/
H A Dgraphics.h260 * @ystride is the stride of the luma plane.
272 size_t ystride; member in struct:android_ycbcr
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpicklpf.c31 int ystride; local
36 ystride = src_ybc->y_stride;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
H A Donyx_if.c3319 int ystride = cpi->Source->y_stride; local
3338 ystride,
3340 ystride,
3343 ystride,
3345 ystride,
3352 ystride,
3362 src += 16 * skip * ystride;
3363 dst += 16 * skip * ystride;
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c31 int ystride; local
36 ystride = src_ybc->y_stride;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
/external/chromium_org/media/base/
H A Dyuv_convert.cc567 int ystride,
576 ystride,
587 int ystride,
596 ystride,
649 int ystride,
659 ystride,
672 int ystride,
684 ystride,
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 3818 milliseconds