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

1 2

  /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...]
scale_argb.cc 42 uint8* dst_ptr, int dst_width) {
47 mov ecx, [esp + 16] // dst_width
69 uint8* dst_ptr, int dst_width) {
75 mov ecx, [esp + 4 + 16] // dst_width
106 uint8* dst_ptr, int dst_width) {
114 mov ecx, [esp + 8 + 20] // dst_width
145 uint8* dst_ptr, int dst_width) {
154 mov ecx, [esp + 12 + 20] // dst_width
194 ptrdiff_t src_stride, int dst_width,
202 mov ecx, [esp + 8 + 16] // dst_width
    [all...]
convert_argb.cc 1005 int dst_width, int dst_height,
1009 src_width <= 0 || dst_width <= 0 ||
    [all...]
rotate_argb.cc 30 uint8* dst_ptr, int dst_width);
34 uint8* dst_ptr, int dst_width);
40 int src_step, uint8* dst_ptr, int dst_width) = ScaleARGBRowDownEven_C;
convert.cc 195 uint8* dst, int dst_width);
200 uint8* dst_ptr, int dst_width);
203 uint8* dst_ptr, int dst_width);
230 uint8* dst_ptr, int dst_width) = ScaleRowDown2Int_C;
277 int dst_width, int dst_height,
    [all...]
mjpeg_decoder.cc 268 uint8** planes, int dst_width, int dst_height) {
269 if (dst_width != GetWidth() ||
357 int dst_width, int dst_height) {
358 if (dst_width != GetWidth() ||
  /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,
scale.h 33 int dst_width, int dst_height,
54 int dst_width, int dst_height,
64 int dst_width, int dst_height,
70 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
mjpeg_decoder.h 113 // dst_width must match exactly. dst_height must be <= to image height; if
119 bool DecodeToBuffers(uint8** planes, int dst_width, int dst_height);
126 int dst_width, int dst_height);
convert_argb.h 182 // dst_width/height for clipping determine final size.
187 int dst_width, int dst_height);
195 // Normally this would be the same as dst_width, with recommended alignment
200 // Normally this would be the same as (dst_width + 1) / 2, with
204 // To center, crop_x = (src_width - dst_width) / 2
208 // "dst_width" / "dst_height" is size of destination to crop to.
219 int dst_width, int dst_height,
convert.h 200 // dst_width/height for clipping determine final size.
207 int dst_width, int dst_height);
215 // Normally this would be the same as dst_width, with recommended alignment
220 // Normally this would be the same as (dst_width + 1) / 2, with
224 // To center, crop_x = (src_width - dst_width) / 2
228 // "dst_width" / "dst_height" is size of destination to crop to.
241 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...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 45 int dst_width, int dst_height,
54 int dst_width, int dst_height,
59 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
  /external/webp/src/utils/
rescaler.h 32 int dst_width, dst_height; // destination dimensions member in struct:__anon18248
41 int dst_width, int dst_height, int dst_stride,
rescaler.c 26 uint8_t* const dst, int dst_width, int dst_height,
29 wrk->x_expand = (src_width < dst_width);
32 wrk->dst_width = dst_width;
49 wrk->frow = work + num_channels * dst_width;
55 const int x_out_max = wrk->dst_width * wrk->num_channels;
102 const int x_out_max = wrk->dst_width * wrk->num_channels;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
bilin_scaler.c 63 void bilinear_scale_line_w8(unsigned char* src, unsigned char* dst_, unsigned int dst_width, vector float vf_x_scale, vector float vf_NSweight, unsigned int src_linestride);
64 void bilinear_scale_line_w16(unsigned char* src, unsigned char* dst_, unsigned int dst_width, vector float vf_x_scale, vector float vf_NSweight, unsigned int src_linestride);
136 unsigned int dst_width = parms.dst_pixel_width; local
146 unsigned int scaled_src_linestride_y = dst_width;
157 unsigned int dst_picture_size = dst_width*dst_height;
160 unsigned int dst_dbl_linestride_y = dst_width<<1;
161 unsigned int dst_dbl_linestride_vu = dst_width>>1;
169 vector float vf_x_scale = spu_splats( (float)src_width/(float)dst_width );
284 dst_width,
291 dst_width,
442 unsigned int dst_width = parms.dst_pixel_width; local
745 unsigned int dst_width = parms.dst_pixel_width; local
1033 unsigned int dst_width = parms.dst_pixel_width; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
nine_box.cc 112 int dst_width = dst->allocation.width; local
119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1;
135 cairo_translate(cr, dst_width, 0.0f);
153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity);
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 393 float dst_width = frame.width(); local
395 if (src_width != dst_width || src_height != dst_height) {
396 float sx = dst_width / src_width;
  /external/opencv/cv/src/
cvderiv.cpp 50 int dst_width, buffer_step = 0; local
60 dst_width = src_size.width - 2;
67 src_size.width = dst_width;
70 dst_width = 0;
73 assert( src_step >= src_size.width && dst_step >= dst_width );
97 for( x = 0; x < dst_width; x++ )
    [all...]
  /external/webp/src/dec/
vp8l.c 406 const int dst_width = rescaler->dst_width; local
411 VP8LConvertFromBGRA(src, dst_width, colorspace, dst);
519 const int dst_width = rescaler->dst_width; local
523 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 117 int i, j, dst_width, dst_height, dst_widthc, dst_heightc; local
213 dst_width = 20;
218 dst_width = 16;
227 dst_width = 12;
234 memcpy(curL, pred_block, dst_width);
    [all...]

Completed in 329 milliseconds

1 2