Searched refs:src_stride_yuy2 (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert.h94 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2,
119 const uint8* src_yuy2, int src_stride_yuy2,
H A Dconvert_argb.h110 // const uint8* src_yuy2, int src_stride_yuy2,
116 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2,
H A Dplanar_functions.h73 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc831 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, argument
844 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
845 src_stride_yuy2 = -src_stride_yuy2;
848 if (src_stride_yuy2 == width * 2 &&
852 src_stride_yuy2 = dst_stride_argb = 0;
860 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16) &&
876 src_yuy2 += src_stride_yuy2;
H A Dconvert.cc398 const uint8* src_yuy2, int src_stride_yuy2,
462 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16)) {
501 src_yuy2 += src_stride_yuy2;
515 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, argument
521 void (*YUY2ToUVRow)(const uint8* src_yuy2, int src_stride_yuy2,
528 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
529 src_stride_yuy2 = -src_stride_yuy2;
538 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16)) {
571 YUY2ToUVRow(src_yuy2, src_stride_yuy2, dst_
397 Q420ToI420(const uint8* src_y, int src_stride_y, const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Dplanar_functions.cc274 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, argument
288 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
289 src_stride_yuy2 = -src_stride_yuy2;
292 if (src_stride_yuy2 == width * 2 &&
298 src_stride_yuy2 = dst_stride_y = dst_stride_u = dst_stride_v = 0;
307 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16)) {
342 src_yuy2 += src_stride_yuy2;
H A Drow_common.cc1598 void YUY2ToUVRow_C(const uint8* src_yuy2, int src_stride_yuy2, argument
1603 dst_u[0] = (src_yuy2[1] + src_yuy2[src_stride_yuy2 + 1] + 1) >> 1;
1604 dst_v[0] = (src_yuy2[3] + src_yuy2[src_stride_yuy2 + 3] + 1) >> 1;
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dconvert.h94 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2,
119 const uint8* src_yuy2, int src_stride_yuy2,
H A Dconvert_argb.h110 // const uint8* src_yuy2, int src_stride_yuy2,
116 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2,
H A Dplanar_functions.h73 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2,
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_argb.cc831 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, argument
844 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
845 src_stride_yuy2 = -src_stride_yuy2;
848 if (src_stride_yuy2 == width * 2 &&
852 src_stride_yuy2 = dst_stride_argb = 0;
860 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16) &&
876 src_yuy2 += src_stride_yuy2;
H A Dconvert.cc398 const uint8* src_yuy2, int src_stride_yuy2,
462 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16)) {
501 src_yuy2 += src_stride_yuy2;
515 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, argument
521 void (*YUY2ToUVRow)(const uint8* src_yuy2, int src_stride_yuy2,
528 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
529 src_stride_yuy2 = -src_stride_yuy2;
538 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16)) {
571 YUY2ToUVRow(src_yuy2, src_stride_yuy2, dst_
397 Q420ToI420(const uint8* src_y, int src_stride_y, const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Dplanar_functions.cc274 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, argument
288 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
289 src_stride_yuy2 = -src_stride_yuy2;
292 if (src_stride_yuy2 == width * 2 &&
298 src_stride_yuy2 = dst_stride_y = dst_stride_u = dst_stride_v = 0;
307 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16)) {
342 src_yuy2 += src_stride_yuy2;
H A Drow_common.cc1598 void YUY2ToUVRow_C(const uint8* src_yuy2, int src_stride_yuy2, argument
1603 dst_u[0] = (src_yuy2[1] + src_yuy2[src_stride_yuy2 + 1] + 1) >> 1;
1604 dst_v[0] = (src_yuy2[3] + src_yuy2[src_stride_yuy2 + 3] + 1) >> 1;
/external/libyuv/files/include/libyuv/
H A Dconvert.h96 const uint8* src_yuy2, int src_stride_yuy2,
104 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2,
H A Dconvert_argb.h107 // const uint8* src_yuy2, int src_stride_yuy2,
113 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2,
H A Dplanar_functions.h41 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2,
/external/libyuv/files/source/
H A Dconvert.cc492 const uint8* src_yuy2, int src_stride_yuy2,
546 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16)) {
576 src_yuy2 += src_stride_yuy2;
612 static bool TestReadSafe(const uint8* src_yuy2, int src_stride_yuy2, argument
623 (src_stride_yuy2 >= 0 && (height & 1) && width * bpp >= overread)) {
628 if (src_stride_yuy2 >= 0) {
629 src_yuy2 += (height - 1) * src_stride_yuy2;
643 int YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, argument
651 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
652 src_stride_yuy2
491 Q420ToI420(const uint8* src_y, int src_stride_y, const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Dconvert_argb.cc676 int YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, argument
686 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
687 src_stride_yuy2 = -src_stride_yuy2;
702 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16)) {
755 src_yuy2 += src_stride_yuy2;
H A Dplanar_functions.cc110 int YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, argument
118 src_yuy2 = src_yuy2 + (height - 1) * src_stride_yuy2;
119 src_stride_yuy2 = -src_stride_yuy2;
136 if (IS_ALIGNED(src_yuy2, 16) && IS_ALIGNED(src_stride_yuy2, 16)) {
162 src_yuy2 += src_stride_yuy2;
H A Drow_common.cc747 void YUY2ToUVRow_C(const uint8* src_yuy2, int src_stride_yuy2, argument
751 dst_u[0] = (src_yuy2[1] + src_yuy2[src_stride_yuy2 + 1] + 1) >> 1;
752 dst_v[0] = (src_yuy2[3] + src_yuy2[src_stride_yuy2 + 3] + 1) >> 1;

Completed in 260 milliseconds