HomeSort by relevance Sort by last modified time
    Searched refs:dst_stride_argb (Results 1 - 24 of 24) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_argb.h 36 uint8* dst_argb, int dst_stride_argb,
44 uint8* dst_argb, int dst_stride_argb,
52 uint8* dst_argb, int dst_stride_argb,
60 uint8* dst_argb, int dst_stride_argb,
68 uint8* dst_argb, int dst_stride_argb,
74 uint8* dst_argb, int dst_stride_argb,
80 uint8* dst_argb, int dst_stride_argb,
90 uint8* dst_argb, int dst_stride_argb,
97 uint8* dst_argb, int dst_stride_argb,
103 uint8* dst_argb, int dst_stride_argb,
    [all...]
rotate_argb.h 25 uint8* dst_argb, int dst_stride_argb,
scale_argb.h 25 uint8* dst_argb, int dst_stride_argb,
33 uint8* dst_argb, int dst_stride_argb,
46 uint8* dst_argb, int dst_stride_argb,
planar_functions.h 138 uint8* dst_argb, int dst_stride_argb,
190 int ARGBRect(uint8* dst_argb, int dst_stride_argb,
196 uint8* dst_argb, int dst_stride_argb,
201 int ARGBGray(uint8* dst_argb, int dst_stride_argb,
206 int ARGBSepia(uint8* dst_argb, int dst_stride_argb,
217 uint8* dst_argb, int dst_stride_argb,
228 int RGBColorMatrix(uint8* dst_argb, int dst_stride_argb,
235 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb,
242 int RGBColorTable(uint8* dst_argb, int dst_stride_argb,
251 uint8* dst_argb, int dst_stride_argb,
    [all...]
convert_from.h 95 uint8* dst_argb, int dst_stride_argb,
102 uint8* dst_argb, int dst_stride_argb,
109 uint8* dst_argb, int dst_stride_argb,
convert_from_argb.h 25 uint8* dst_argb, int dst_stride_argb,
  /external/libyuv/files/include/libyuv/
convert_argb.h 34 uint8* dst_argb, int dst_stride_argb,
42 uint8* dst_argb, int dst_stride_argb,
50 uint8* dst_argb, int dst_stride_argb,
58 uint8* dst_argb, int dst_stride_argb,
66 uint8* dst_argb, int dst_stride_argb,
82 uint8* dst_argb, int dst_stride_argb,
91 uint8* dst_argb, int dst_stride_argb,
106 uint8* dst_argb, int dst_stride_argb,
112 uint8* dst_argb, int dst_stride_argb,
122 uint8* dst_argb, int dst_stride_argb,
    [all...]
rotate_argb.h 25 uint8* dst_argb, int dst_stride_argb,
scale_argb.h 25 uint8* dst_argb, int dst_stride_argb,
33 uint8* dst_argb, int dst_stride_argb,
45 uint8* dst_argb, int dst_stride_argb,
planar_functions.h 138 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...]
convert_from.h 93 uint8* dst_argb, int dst_stride_argb,
100 uint8* dst_argb, int dst_stride_argb,
107 uint8* dst_argb, int dst_stride_argb,
convert_from_argb.h 25 uint8* dst_argb, int dst_stride_argb,
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_argb.cc 29 uint8* dst_argb, int dst_stride_argb,
42 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
52 uint8* dst_argb, int dst_stride_argb,
68 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
69 dst_stride_argb = -dst_stride_argb;
75 dst_stride_argb == width * 4) {
78 src_stride_y = src_stride_u = src_stride_v = dst_stride_argb = 0;
107 dst_argb += dst_stride_argb;
120 uint8* dst_argb, int dst_stride_argb,
    [all...]
planar_functions.cc 483 uint8* dst_argb, int dst_stride_argb,
526 dst_argb += dst_stride_argb;
561 uint8* dst_argb, int dst_stride_argb,
572 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
573 dst_stride_argb = -dst_stride_argb;
578 dst_stride_argb == width * 4) {
581 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0;
588 dst_argb += dst_stride_argb;
597 uint8* dst_argb, int dst_stride_argb,
    [all...]
rotate_argb.cc 162 uint8* dst_argb, int dst_stride_argb, int width, int height,
179 dst_argb, dst_stride_argb,
183 dst_argb, dst_stride_argb,
188 dst_argb, dst_stride_argb,
193 dst_argb, dst_stride_argb,
scale_argb.cc 447 int dst_stride_argb,
489 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
531 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
649 dst_argb += dst_stride_argb;
814 uint8* dst_argb, int dst_stride_argb,
827 dst_argb, dst_stride_argb, dst_width, dst_height,
836 uint8* dst_argb, int dst_stride_argb,
845 dst_argb, dst_stride_argb, dst_width, dst_height,
convert_from.cc 458 uint8* dst_argb, int dst_stride_argb,
473 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
474 dst_stride_argb = -dst_stride_argb;
505 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
512 dst_argb += dst_stride_argb;
    [all...]
  /external/libyuv/files/source/
convert_argb.cc 30 uint8* dst_argb, int dst_stride_argb,
43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
52 uint8* dst_argb, int dst_stride_argb,
69 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
70 dst_stride_argb = -dst_stride_argb;
101 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
108 dst_argb += dst_stride_argb;
123 uint8* dst_argb, int dst_stride_argb,
128 dst_argb, dst_stride_argb,
    [all...]
planar_functions.cc 476 uint8* dst_argb, int dst_stride_argb,
519 dst_argb += dst_stride_argb;
549 uint8* dst_argb, int dst_stride_argb,
560 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
561 dst_stride_argb = -dst_stride_argb;
566 dst_stride_argb == width * 4) {
569 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0;
576 dst_argb += dst_stride_argb;
758 uint8* dst_argb, int dst_stride_argb,
    [all...]
rotate_argb.cc 162 uint8* dst_argb, int dst_stride_argb, int width, int height,
179 dst_argb, dst_stride_argb,
183 dst_argb, dst_stride_argb,
188 dst_argb, dst_stride_argb,
193 dst_argb, dst_stride_argb,
scale_argb.cc 431 int dst_stride_argb,
473 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
507 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
625 dst_argb += dst_stride_argb;
790 uint8* dst_argb, int dst_stride_argb,
803 dst_argb, dst_stride_argb, dst_width, dst_height,
812 uint8* dst_argb, int dst_stride_argb,
821 dst_argb, dst_stride_argb, dst_width, dst_height,
833 uint8* dst_argb, int dst_stride_argb,
848 dst_argb, dst_stride_argb,
    [all...]
  /external/libyuv/files/unit_test/
scale_argb_test.cc 48 int dst_stride_argb = (b * 2 + dst_width) * 4; local
63 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb,
68 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb,
75 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb,
85 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb,
101 int abs_diff = Abs(dst_argb_c[(i * dst_stride_argb) + j]
166 int dst_stride_argb = (b * 2 + dst_width) * 4; local
378 int dst_stride_argb = (dst_width) * 4; local
    [all...]
rotate_argb_test.cc 45 int dst_stride_argb = dst_width * kBpp; local
46 int dst_argb_plane_size = dst_stride_argb * dst_height;
55 dst_argb_c, dst_stride_argb,
61 dst_argb_opt, dst_stride_argb,
67 dst_argb_c, dst_stride_argb,
73 dst_argb_opt, dst_stride_argb,
  /external/libyuv/files/util/
convert.cc 163 uint8* dst_argb, int dst_stride_argb,
178 dst_argb, dst_stride_argb,

Completed in 584 milliseconds