HomeSort by relevance Sort by last modified time
    Searched refs:dst_argb (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/libaom/libaom/third_party/libyuv/include/libyuv/
convert_argb.h 37 uint8* dst_argb, int dst_stride_argb,
45 uint8* dst_argb, int dst_stride_argb,
53 uint8* dst_argb, int dst_stride_argb,
61 uint8* dst_argb, int dst_stride_argb,
69 uint8* dst_argb, int dst_stride_argb,
75 uint8* dst_argb, int dst_stride_argb,
81 uint8* dst_argb, int dst_stride_argb,
91 uint8* dst_argb, int dst_stride_argb,
98 uint8* dst_argb, int dst_stride_argb,
104 uint8* dst_argb, int dst_stride_argb
    [all...]
rotate_argb.h 26 uint8* dst_argb, int dst_stride_argb,
row.h 505 uint8* dst_argb,
510 uint8* dst_argb,
515 uint8* dst_argb,
559 uint8* dst_argb,
563 uint8* dst_argb,
574 uint8* dst_argb,
577 uint8* dst_argb,
    [all...]
scale_argb.h 26 uint8* dst_argb, int dst_stride_argb,
34 uint8* dst_argb, int dst_stride_argb,
47 uint8* dst_argb, int dst_stride_argb,
planar_functions.h 139 uint8* dst_argb, int dst_stride_argb,
191 int ARGBRect(uint8* dst_argb, int dst_stride_argb,
197 uint8* dst_argb, int dst_stride_argb,
202 int ARGBGray(uint8* dst_argb, int dst_stride_argb,
207 int ARGBSepia(uint8* dst_argb, int dst_stride_argb,
218 uint8* dst_argb, int dst_stride_argb,
229 int RGBColorMatrix(uint8* dst_argb, int dst_stride_argb,
236 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb,
243 int RGBColorTable(uint8* dst_argb, int dst_stride_argb,
252 uint8* dst_argb, int dst_stride_argb
    [all...]
scale_row.h 91 const uint8* src_argb, uint8* dst_argb,
98 const uint16* src_argb, uint16* dst_argb,
193 uint8* dst_argb, int dst_width);
196 uint8* dst_argb, int dst_width);
198 uint8* dst_argb, int dst_width);
201 uint8* dst_argb, int dst_width);
205 uint8* dst_argb, int dst_width);
206 void ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb,
208 void ScaleARGBCols64_C(uint8* dst_argb, const uint8* src_argb,
210 void ScaleARGBColsUp2_C(uint8* dst_argb, const uint8* src_argb
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_argb.cc 26 uint8_t* dst_argb,
34 uint8_t* dst_argb, int dst_width) = ScaleARGBRowDownEven_C;
61 ScaleARGBRowDownEven(src_argb, 0, src_pixel_step, dst_argb, height);
62 dst_argb += dst_stride_argb;
69 uint8_t* dst_argb,
78 ARGBTranspose(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width,
84 uint8_t* dst_argb,
91 dst_argb += dst_stride_argb * (width - 1);
93 ARGBTranspose(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width,
99 uint8_t* dst_argb,
    [all...]
convert_to_argb.cc 44 uint8_t* dst_argb,
65 // For in-place conversion, if destination dst_argb is same as source sample,
68 (rotation && format != FOURCC_ARGB) || dst_argb == sample;
69 uint8_t* dest_argb = dst_argb;
74 if (dst_argb == NULL || sample == NULL || src_width <= 0 || crop_width <= 0 ||
88 dst_argb = rotate_buffer;
96 r = YUY2ToARGB(src, aligned_src_width * 2, dst_argb, dst_stride_argb,
101 r = UYVYToARGB(src, aligned_src_width * 2, dst_argb, dst_stride_argb,
106 r = RGB24ToARGB(src, src_width * 3, dst_argb, dst_stride_argb, crop_width,
111 r = RAWToARGB(src, src_width * 3, dst_argb, dst_stride_argb, crop_width
    [all...]
convert_argb.cc 31 uint8_t* dst_argb,
35 if (!src_argb || !dst_argb || width <= 0 || height == 0) {
45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width * 4,
57 uint8_t* dst_argb,
67 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
73 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
110 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
111 dst_argb += dst_stride_argb;
129 uint8_t* dst_argb,
    [all...]
row_gcc.cc 155 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) {
176 "+r"(dst_argb), // %1
185 uint8_t* dst_argb,
218 "+r"(dst_argb), // %1
224 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) {
256 "+r"(dst_argb), // %1
    [all...]
row_neon.cc 112 uint8_t* dst_argb,
125 "+r"(dst_argb), // %3
138 uint8_t* dst_argb,
151 "+r"(dst_argb), // %3
165 uint8_t* dst_argb,
179 "+r"(dst_argb), // %4
345 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) {
354 "+r"(dst_argb), // %1
364 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) {
375 "+r"(dst_argb), // %
    [all...]
row_neon64.cc 118 uint8_t* dst_argb,
133 "+r"(dst_argb), // %3
147 uint8_t* dst_argb,
162 "+r"(dst_argb), // %3
177 uint8_t* dst_argb,
193 "+r"(dst_argb), // %4
373 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) {
384 "+r"(dst_argb), // %1
395 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) {
406 "+r"(dst_argb), // %
    [all...]
  /external/libaom/libaom/third_party/libyuv/source/
convert_argb.cc 29 uint8* dst_argb, int dst_stride_argb,
31 if (!src_argb || !dst_argb ||
42 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
52 uint8* dst_argb, int dst_stride_argb,
61 !dst_argb ||
68 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
106 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width);
107 dst_argb += dst_stride_argb;
120 uint8* dst_argb, int dst_stride_argb
    [all...]
row_neon.cc 173 uint8* dst_argb,
189 "+r"(dst_argb), // %3
203 uint8* dst_argb,
219 "+r"(dst_argb), // %3
233 uint8* dst_argb,
249 "+r"(dst_argb), // %3
541 uint8* dst_argb,
555 "+r"(dst_argb), // %1
567 uint8* dst_argb,
582 "+r"(dst_argb), // %
    [all...]
row_neon64.cc 174 uint8* dst_argb,
189 "+r"(dst_argb), // %3
203 uint8* dst_argb,
218 "+r"(dst_argb), // %3
232 uint8* dst_argb,
247 "+r"(dst_argb), // %3
518 uint8* dst_argb,
532 "+r"(dst_argb), // %1
544 uint8* dst_argb,
558 "+r"(dst_argb), // %
    [all...]
  /external/libyuv/files/source/
convert_argb.cc 31 uint8* dst_argb,
35 if (!src_argb || !dst_argb || width <= 0 || height == 0) {
45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width * 4,
57 uint8* dst_argb,
67 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
73 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
105 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
119 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
120 dst_argb += dst_stride_argb
    [all...]
row_neon.cc 131 uint8* dst_argb,
147 "+r"(dst_argb), // %3
161 uint8* dst_argb,
177 "+r"(dst_argb), // %3
192 uint8* dst_argb,
210 "+r"(dst_argb), // %4
398 void I400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) {
410 "+r"(dst_argb), // %1
421 void J400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) {
434 "+r"(dst_argb), // %
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate_argb.h 26 uint8_t* dst_argb,
scale_argb.h 27 uint8_t* dst_argb,
39 uint8_t* dst_argb,
60 uint8_t* dst_argb,
convert_argb.h 35 uint8_t* dst_argb,
48 uint8_t* dst_argb,
74 uint8_t* dst_argb,
87 uint8_t* dst_argb,
113 uint8_t* dst_argb,
139 uint8_t* dst_argb,
152 uint8_t* dst_argb,
165 uint8_t* dst_argb,
193 uint8_t* dst_argb,
219 uint8_t* dst_argb,
    [all...]
  /external/libyuv/files/include/libyuv/
rotate_argb.h 26 uint8* dst_argb,
convert_argb.h 35 uint8* dst_argb,
48 uint8* dst_argb,
74 uint8* dst_argb,
87 uint8* dst_argb,
100 uint8* dst_argb,
128 uint8* dst_argb,
154 uint8* dst_argb,
163 uint8* dst_argb,
177 uint8* dst_argb,
188 uint8* dst_argb,
    [all...]
scale_argb.h 27 uint8* dst_argb,
39 uint8* dst_argb,
60 uint8* dst_argb,
row.h 691 uint8* dst_argb,
697 uint8* dst_argb,
704 uint8* dst_argb,
710 uint8* dst_argb,
745 uint8* dst_argb,
755 uint8* dst_argb,
759 uint8* dst_argb,
763 uint8* dst_argb,
769 uint8* dst_argb,
775 uint8* dst_argb,
    [all...]
planar_functions.h 227 uint8* dst_argb,
312 int ARGBRect(uint8* dst_argb,
324 uint8* dst_argb,
331 int ARGBGray(uint8* dst_argb,
340 int ARGBSepia(uint8* dst_argb,
356 uint8* dst_argb,
369 int RGBColorMatrix(uint8* dst_argb,
380 int ARGBColorTable(uint8* dst_argb,
391 int RGBColorTable(uint8* dst_argb,
405 uint8* dst_argb,
    [all...]

Completed in 498 milliseconds

1 2 3 4