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

1 2 3 4 5 6

  /external/libyuv/files/source/
scale_neon.cc 30 uint8* dst, int dst_width) {
40 "+r"(dst_width) // %2
47 uint8* dst, int dst_width) {
66 "+r"(dst_width) // %3
73 uint8* dst_ptr, int dst_width) {
84 "+r"(dst_width) // %2
91 uint8* dst_ptr, int dst_width) {
113 "+r"(dst_width) // %2
124 uint8* dst_ptr, int dst_width) {
134 "+r"(dst_width) // %
    [all...]
scale.cc 57 uint8* dst, int dst_width);
60 uint8* dst, int dst_width);
64 uint8* dst_ptr, int dst_width);
66 uint8* dst_ptr, int dst_width);
74 uint8* dst_ptr, int dst_width);
77 uint8* dst_ptr, int dst_width);
80 uint8* dst_ptr, int dst_width);
86 uint8* dst_ptr, int dst_width);
90 uint8* dst_ptr, int dst_width);
94 uint8* dst_ptr, int dst_width);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 75 int dst_width, int dst_height,
82 int dst_width, int dst_height,
90 int dst_width, int dst_height,
109 int dst_width, int dst_height,
114 uint8* dst, int dst_width);
116 uint16* dst, int dst_width);
118 uint8* dst, int dst_width);
120 uint16* dst, int dst_width);
122 uint8* dst, int dst_width);
124 uint16* dst, int dst_width);
    [all...]
  /external/chromium_org/third_party/libyuv/include/libyuv/
scale_row.h 67 int dst_width, int dst_height,
74 int dst_width, int dst_height,
82 int dst_width, int dst_height,
101 int dst_width, int dst_height,
106 uint8* dst, int dst_width);
108 uint16* dst, int dst_width);
110 uint8* dst, int dst_width);
112 uint16* dst, int dst_width);
114 uint8* dst, int dst_width);
116 uint16* dst, int dst_width);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale_mips.cc 25 uint8* dst, int dst_width) {
30 "srl $t9, %[dst_width], 4 \n" // iterations -> by 16
59 "andi $t9, %[dst_width], 0xf \n" // residue
75 : [dst_width] "r" (dst_width)
82 uint8* dst, int dst_width) {
89 "srl $t9, %[dst_width], 3 \n" // iterations -> step 8
146 "andi $t9, %[dst_width], 0x7 \n" // x = residue
175 : [dst_width] "r" (dst_width)
    [all...]
scale_neon.cc 26 uint8* dst, int dst_width) {
39 "+r"(dst_width) // %2
47 uint8* dst, int dst_width) {
70 "+r"(dst_width) // %3
77 uint8* dst_ptr, int dst_width) {
89 "+r"(dst_width) // %2
96 uint8* dst_ptr, int dst_width) {
124 "+r"(dst_width), // %2
138 uint8* dst_ptr, int dst_width) {
151 "+r"(dst_width) // %
    [all...]
scale_neon64.cc 23 uint8* dst, int dst_width) {
36 "+r"(dst_width) // %2
46 uint8* dst, int dst_width) {
69 "+r"(dst_width) // %3
78 uint8* dst_ptr, int dst_width) {
90 "+r"(dst_width) // %2
99 uint8* dst_ptr, int dst_width) {
127 "+r"(dst_width), // %2
143 uint8* dst_ptr, int dst_width) {
156 "+r"(dst_width) // %
    [all...]
scale.cc 40 int dst_width, int dst_height,
46 uint8* dst_ptr, int dst_width) =
57 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 16)) {
61 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
87 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
94 int dst_width, int dst_height,
100 uint16* dst_ptr, int dst_width) =
111 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 16)) {
116 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
143 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
    [all...]
scale_common.cc 32 uint8* dst, int dst_width) {
34 for (x = 0; x < dst_width - 1; x += 2) {
40 if (dst_width & 1) {
46 uint16* dst, int dst_width) {
48 for (x = 0; x < dst_width - 1; x += 2) {
54 if (dst_width & 1) {
60 uint8* dst, int dst_width) {
63 for (x = 0; x < dst_width - 1; x += 2) {
69 if (dst_width & 1) {
75 uint16* dst, int dst_width) {
    [all...]
scale_argb.cc 34 int dst_width, int dst_height,
42 uint8* dst_argb, int dst_width) =
56 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
64 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 8) &&
75 ScaleARGBRowDown2(src_argb, src_stride, dst_argb, dst_width);
85 int dst_width, int dst_height,
91 const int kRowSize = (dst_width * 2 * 4 + 15) & ~15;
95 uint8* dst_argb, int dst_width) = ScaleARGBRowDown2Box_C;
101 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
107 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 8) &
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale_mips.cc 25 uint8* dst, int dst_width) {
30 "srl $t9, %[dst_width], 4 \n" // iterations -> by 16
59 "andi $t9, %[dst_width], 0xf \n" // residue
75 : [dst_width] "r" (dst_width)
82 uint8* dst, int dst_width) {
89 "srl $t9, %[dst_width], 3 \n" // iterations -> step 8
146 "andi $t9, %[dst_width], 0x7 \n" // x = residue
175 : [dst_width] "r" (dst_width)
    [all...]
scale_neon.cc 26 uint8* dst, int dst_width) {
39 "+r"(dst_width) // %2
47 uint8* dst, int dst_width) {
70 "+r"(dst_width) // %3
77 uint8* dst_ptr, int dst_width) {
89 "+r"(dst_width) // %2
96 uint8* dst_ptr, int dst_width) {
124 "+r"(dst_width), // %2
138 uint8* dst_ptr, int dst_width) {
151 "+r"(dst_width) // %
    [all...]
scale.cc 40 int dst_width, int dst_height,
46 uint8* dst_ptr, int dst_width) =
57 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 16)) {
61 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
87 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
94 int dst_width, int dst_height,
100 uint16* dst_ptr, int dst_width) =
111 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 16)) {
116 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
143 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
    [all...]
scale_common.cc 32 uint8* dst, int dst_width) {
34 for (x = 0; x < dst_width - 1; x += 2) {
40 if (dst_width & 1) {
46 uint16* dst, int dst_width) {
48 for (x = 0; x < dst_width - 1; x += 2) {
54 if (dst_width & 1) {
60 uint8* dst, int dst_width) {
63 for (x = 0; x < dst_width - 1; x += 2) {
69 if (dst_width & 1) {
75 uint16* dst, int dst_width) {
    [all...]
scale_argb.cc 34 int dst_width, int dst_height,
42 uint8* dst_argb, int dst_width) =
56 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
64 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 8) &&
75 ScaleARGBRowDown2(src_argb, src_stride, dst_argb, dst_width);
85 int dst_width, int dst_height,
91 const int kRowSize = (dst_width * 2 * 4 + 15) & ~15;
95 uint8* dst_argb, int dst_width) = ScaleARGBRowDown2Box_C;
101 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
107 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 8) &
    [all...]
  /external/libyuv/files/unit_test/
scale_argb_test.cc 21 int dst_width, int dst_height,
30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4;
31 int dst_stride_argb = (b * 2 + dst_width) * 4;
52 dst_width, dst_height, f);
57 dst_width, dst_height, f);
65 dst_width, dst_height, f);
75 dst_width, dst_height, f);
89 for (j = b * 4; j < (dst_width + b) * 4; ++j) {
107 const int dst_width = src_width / 2; local
112 dst_width, dst_height
122 const int dst_width = src_width \/ 4; local
137 const int dst_width = src_width \/ 5; local
152 const int dst_width = src_width \/ 8; local
167 const int dst_width = src_width \/ 16; local
182 const int dst_width = src_width * 3 \/ 4; local
197 int dst_width = src_width * 3 \/ 8; local
212 int dst_width = 1366; local
227 int dst_width = 4074; local
243 int dst_width = 853; local
    [all...]
scale_test.cc 21 int dst_width, int dst_height,
37 int dst_width_uv = (dst_width + rounding) >> 1;
40 int dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2);
43 int dst_stride_y = b * 2 + dst_width;
78 dst_width, dst_height, f);
87 dst_width, dst_height, f);
99 dst_width, dst_height, f);
113 dst_width, dst_height, f);
127 for (j = b; j < (dst_width + b); ++j) {
168 const int dst_width = src_width / 2 local
183 const int dst_width = src_width \/ 4; local
198 const int dst_width = src_width \/ 5; local
213 const int dst_width = src_width \/ 8; local
228 const int dst_width = src_width \/ 16; local
243 const int dst_width = src_width * 3 \/ 4; local
258 int dst_width = src_width * 3 \/ 8; local
273 int dst_width = 1366; local
288 int dst_width = 4074; local
303 int dst_width = 853; local
318 int dst_width = 853; local
334 int dst_width = 684; local
349 int dst_width = 342; local
364 int dst_width = 342; local
    [all...]
rotate_argb_test.cc 21 int dst_width, int dst_height,
30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4;
31 int dst_stride_argb = (b * 2 + dst_width) * 4;
85 for (j = b * 4; j < (dst_width + b) * 4; ++j) {
102 const int dst_width = 1280; local
106 dst_width, dst_height, kRotate0,
114 const int dst_width = 720; local
118 dst_width, dst_height, kRotate90,
126 const int dst_width = 1280; local
130 dst_width, dst_height, kRotate180
138 const int dst_width = 720; local
150 const int dst_width = 1277; local
162 const int dst_width = 719; local
174 const int dst_width = 1277; local
186 const int dst_width = 719; local
    [all...]
  /external/libyuv/files/include/libyuv/
scale_argb.h 26 int dst_width, int dst_height,
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 64 uint8* dst, int dst_width) {
73 "+r"(dst_width) // %2
80 uint8* dst, int dst_width) {
98 "+r"(dst_width) // %3
106 uint8* dst_ptr, int dst_width) {
118 "+r"(dst_width) // %2
125 uint8* dst_ptr, int dst_width) {
153 "+r"(dst_width) // %2
164 uint8* dst_ptr, int dst_width) {
174 "+r"(dst_width) // %
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 64 uint8* dst, int dst_width) {
73 "+r"(dst_width) // %2
80 uint8* dst, int dst_width) {
98 "+r"(dst_width) // %3
106 uint8* dst_ptr, int dst_width) {
118 "+r"(dst_width) // %2
125 uint8* dst_ptr, int dst_width) {
153 "+r"(dst_width) // %2
164 uint8* dst_ptr, int dst_width) {
174 "+r"(dst_width) // %
    [all...]
  /external/chromium_org/third_party/libyuv/unit_test/
rotate_test.cc 22 int dst_width, int dst_height,
31 if (dst_width < 1) {
32 dst_width = 1;
45 int dst_i420_y_size = dst_width * dst_height;
46 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2);
57 dst_i420_c, dst_width,
58 dst_i420_c + dst_i420_y_size, (dst_width + 1) / 2,
60 (dst_width + 1) / 2,
69 dst_i420_opt, dst_width,
70 dst_i420_opt + dst_i420_y_size, (dst_width + 1) / 2
    [all...]
  /external/chromium_org/third_party/libyuv/util/
convert.cc 32 int dst_width = 0, dst_height = 0; // new width and height variable
95 dst_width = atoi(argv[++c]); // NOLINT
147 if (dst_width == 0 || dst_height == 0) {
149 dst_width = rec_width;
152 dst_width = Abs(image_width);
164 int dst_width, int dst_height,
167 for (int x = 0; x < dst_width; x += kTileX) {
169 if (x + clip_width > dst_width) {
170 clip_width = dst_width - x;
179 dst_width, dst_height
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 77 unsigned dst_width,
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
94 assert(src_width <= dst_width);
95 if (src_width > dst_width)
97 if (src_width < dst_width)
107 * For SSE, typical values are length=4, src_width=32, dst_width=32.
111 * @param dst_width result element width in bits (src will be expanded to fit)
119 unsigned dst_width,
128 src_width, dst_width,
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 77 unsigned dst_width,
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
94 assert(src_width <= dst_width);
95 if (src_width > dst_width)
97 if (src_width < dst_width)
107 * For SSE, typical values are length=4, src_width=32, dst_width=32.
111 * @param dst_width result element width in bits (src will be expanded to fit)
119 unsigned dst_width,
128 src_width, dst_width,
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
    [all...]

Completed in 1546 milliseconds

1 2 3 4 5 6