HomeSort by relevance Sort by last modified time
    Searched full:src_stride_argb (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
convert_from_argb.h 24 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
30 int ARGBToBGRA(const uint8* src_argb, int src_stride_argb,
36 int ARGBToABGR(const uint8* src_argb, int src_stride_argb,
42 int ARGBToRGBA(const uint8* src_argb, int src_stride_argb,
48 int ARGBToRGB24(const uint8* src_argb, int src_stride_argb,
54 int ARGBToRAW(const uint8* src_argb, int src_stride_argb,
60 int ARGBToRGB565(const uint8* src_argb, int src_stride_argb,
66 int ARGBToARGB1555(const uint8* src_argb, int src_stride_argb,
72 int ARGBToARGB4444(const uint8* src_argb, int src_stride_argb,
78 int ARGBToI444(const uint8* src_argb, int src_stride_argb,
    [all...]
scale_argb.h 23 int ARGBScale(const uint8* src_argb, int src_stride_argb,
31 int ARGBScaleClip(const uint8* src_argb, int src_stride_argb,
format_conversion.h 135 int ARGBToBayerBGGR(const uint8* src_argb, int src_stride_argb,
140 int ARGBToBayerGBRG(const uint8* src_argb, int src_stride_argb,
145 int ARGBToBayerGRBG(const uint8* src_argb, int src_stride_argb,
150 int ARGBToBayerRGGB(const uint8* src_argb, int src_stride_argb,
158 int ARGBToBayer(const uint8* src_argb, int src_stride_argb,
rotate_argb.h 24 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
  /external/chromium_org/third_party/libyuv/include/libyuv/
convert_from_argb.h 24 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
30 int ARGBToBGRA(const uint8* src_argb, int src_stride_argb,
36 int ARGBToABGR(const uint8* src_argb, int src_stride_argb,
42 int ARGBToRGBA(const uint8* src_argb, int src_stride_argb,
48 int ARGBToRGB24(const uint8* src_argb, int src_stride_argb,
54 int ARGBToRAW(const uint8* src_argb, int src_stride_argb,
60 int ARGBToRGB565(const uint8* src_argb, int src_stride_argb,
66 int ARGBToARGB1555(const uint8* src_argb, int src_stride_argb,
72 int ARGBToARGB4444(const uint8* src_argb, int src_stride_argb,
78 int ARGBToI444(const uint8* src_argb, int src_stride_argb,
    [all...]
scale_argb.h 23 int ARGBScale(const uint8* src_argb, int src_stride_argb,
31 int ARGBScaleClip(const uint8* src_argb, int src_stride_argb,
format_conversion.h 135 int ARGBToBayerBGGR(const uint8* src_argb, int src_stride_argb,
140 int ARGBToBayerGBRG(const uint8* src_argb, int src_stride_argb,
145 int ARGBToBayerGRBG(const uint8* src_argb, int src_stride_argb,
150 int ARGBToBayerRGGB(const uint8* src_argb, int src_stride_argb,
158 int ARGBToBayer(const uint8* src_argb, int src_stride_argb,
rotate_argb.h 24 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_from_argb.cc 26 int ARGBToI444(const uint8* src_argb, int src_stride_argb,
41 src_argb = src_argb + (height - 1) * src_stride_argb;
42 src_stride_argb = -src_stride_argb;
45 if (src_stride_argb == width * 4 &&
51 src_stride_argb = dst_stride_y = dst_stride_u = dst_stride_v = 0;
58 if (IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16)) {
76 if (IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16) &&
95 src_argb += src_stride_argb;
105 int ARGBToI422(const uint8* src_argb, int src_stride_argb,
    [all...]
planar_functions.cc 485 int ARGBMirror(const uint8* src_argb, int src_stride_argb,
497 src_argb = src_argb + (height - 1) * src_stride_argb;
498 src_stride_argb = -src_stride_argb;
503 IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16) &&
522 src_argb += src_stride_argb;
    [all...]
rotate_argb.cc 164 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
175 src_argb = src_argb + (height - 1) * src_stride_argb;
176 src_stride_argb = -src_stride_argb;
182 return ARGBCopy(src_argb, src_stride_argb,
186 ARGBRotate90(src_argb, src_stride_argb,
191 ARGBRotate270(src_argb, src_stride_argb,
196 ARGBRotate180(src_argb, src_stride_argb,
  /external/chromium_org/third_party/libyuv/source/
convert_from_argb.cc 26 int ARGBToI444(const uint8* src_argb, int src_stride_argb,
41 src_argb = src_argb + (height - 1) * src_stride_argb;
42 src_stride_argb = -src_stride_argb;
45 if (src_stride_argb == width * 4 &&
51 src_stride_argb = dst_stride_y = dst_stride_u = dst_stride_v = 0;
58 if (IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16)) {
69 if (IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16) &&
90 src_argb += src_stride_argb;
100 int ARGBToI422(const uint8* src_argb, int src_stride_argb,
    [all...]
planar_functions.cc 485 int ARGBMirror(const uint8* src_argb, int src_stride_argb,
497 src_argb = src_argb + (height - 1) * src_stride_argb;
498 src_stride_argb = -src_stride_argb;
503 IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16) &&
522 src_argb += src_stride_argb;
    [all...]
rotate_argb.cc 164 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
175 src_argb = src_argb + (height - 1) * src_stride_argb;
176 src_stride_argb = -src_stride_argb;
182 return ARGBCopy(src_argb, src_stride_argb,
186 ARGBRotate90(src_argb, src_stride_argb,
191 ARGBRotate270(src_argb, src_stride_argb,
196 ARGBRotate180(src_argb, src_stride_argb,
  /external/chromium_org/third_party/libyuv/unit_test/
scale_argb_test.cc 29 int src_stride_argb = (b * 2 + Abs(src_width)) * 4; local
45 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
50 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
57 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
67 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
102 static int TileARGBScale(const uint8* src_argb, int src_stride_argb,
136 int src_stride_argb = (b * 2 + Abs(src_width)) * 4; local
    [all...]
rotate_argb_test.cc 38 int src_stride_argb = src_width * kBpp; local
39 int src_argb_plane_size = src_stride_argb * src_height;
54 RotatePlane(src_argb, src_stride_argb,
60 RotatePlane(src_argb, src_stride_argb,
66 ARGBRotate(src_argb, src_stride_argb,
72 ARGBRotate(src_argb, src_stride_argb,
  /external/libyuv/files/source/
planar_functions.cc 269 int ARGBMirror(const uint8* src_argb, int src_stride_argb,
278 src_argb = src_argb + (height - 1) * src_stride_argb;
279 src_stride_argb = -src_stride_argb;
286 IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16) &&
295 src_argb += src_stride_argb;
351 int ARGBToI400(const uint8* src_argb, int src_stride_argb,
359 src_argb = src_argb + (height - 1) * src_stride_argb;
360 src_stride_argb = -src_stride_argb;
    [all...]
rotate_argb.cc 130 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
141 src_argb = src_argb + (height - 1) * src_stride_argb;
142 src_stride_argb = -src_stride_argb;
148 return ARGBCopy(src_argb, src_stride_argb,
152 ARGBRotate90(src_argb, src_stride_argb,
157 ARGBRotate270(src_argb, src_stride_argb,
162 ARGBRotate180(src_argb, src_stride_argb,
  /external/libvpx/libvpx/third_party/libyuv/source/
row.h 84 void ARGBToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
86 void BGRAToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
88 void ABGRToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
97 void RGB24ToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
99 void RAWToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
115 void ARGBToUVRow_C(const uint8* src_argb0, int src_stride_argb,
117 void BGRAToUVRow_C(const uint8* src_argb0, int src_stride_argb,
119 void ABGRToUVRow_C(const uint8* src_argb0, int src_stride_argb,
121 void RGB24ToUVRow_C(const uint8* src_argb0, int src_stride_argb,
123 void RAWToUVRow_C(const uint8* src_argb0, int src_stride_argb,
    [all...]
  /external/libyuv/files/unit_test/
rotate_argb_test.cc 25 int src_stride_argb = (b * 2 + src_width) * 4; local
38 src_argb[(i * src_stride_argb) + j] = (random() & 0xff);
49 ARGBRotate(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
53 ARGBRotate(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
60 ARGBRotate(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
69 ARGBRotate(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
    [all...]
scale_argb_test.cc 25 int src_stride_argb = (b * 2 + src_width) * 4; local
38 src_argb[(i * src_stride_argb) + j] = (random() & 0xff);
49 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
54 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
62 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
72 ARGBScale(src_argb + (src_stride_argb * b) + b * 4, src_stride_argb,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
row.h 84 void ARGBToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
86 void BGRAToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
88 void ABGRToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
97 void RGB24ToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
99 void RAWToUVRow_SSSE3(const uint8* src_argb0, int src_stride_argb,
115 void ARGBToUVRow_C(const uint8* src_argb0, int src_stride_argb,
117 void BGRAToUVRow_C(const uint8* src_argb0, int src_stride_argb,
119 void ABGRToUVRow_C(const uint8* src_argb0, int src_stride_argb,
121 void RGB24ToUVRow_C(const uint8* src_argb0, int src_stride_argb,
123 void RAWToUVRow_C(const uint8* src_argb0, int src_stride_argb,
    [all...]
  /external/libyuv/files/include/libyuv/
planar_functions.h 74 int ARGBMirror(const uint8* src_argb, int src_stride_argb,
104 int ARGBToRGB24(const uint8* src_argb, int src_stride_argb,
110 int ARGBToRAW(const uint8* src_argb, int src_stride_argb,
116 int ARGBToRGB565(const uint8* src_argb, int src_stride_argb,
122 int ARGBToARGB1555(const uint8* src_argb, int src_stride_argb,
128 int ARGBToARGB4444(const uint8* src_argb, int src_stride_argb,
134 int ARGBToI400(const uint8* src_argb, int src_stride_argb,
186 int ARGBGrayTo(const uint8* src_argb, int src_stride_argb,
228 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
265 int ARGBAttenuate(const uint8* src_argb, int src_stride_argb,
    [all...]
format_conversion.h 135 int ARGBToBayerBGGR(const uint8* src_argb, int src_stride_argb,
140 int ARGBToBayerGBRG(const uint8* src_argb, int src_stride_argb,
145 int ARGBToBayerGRBG(const uint8* src_argb, int src_stride_argb,
150 int ARGBToBayerRGGB(const uint8* src_argb, int src_stride_argb,
158 int ARGBToBayer(const uint8* src_argb, int src_stride_argb,
rotate_argb.h 24 int ARGBRotate(const uint8* src_argb, int src_stride_argb,

Completed in 892 milliseconds

1 2 3