Searched refs:dst_y (Results 1 - 25 of 35) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
H A Dreconinter.h17 unsigned char *dst_y,
25 unsigned char *dst_y,
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c22 unsigned char *src_y, *dst_y; local
43 dst_y = dst_ybc->y_buffer + yoffset;
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
/external/libyuv/files/include/libyuv/
H A Dconvert.h33 uint8* dst_y, int dst_stride_y,
43 uint8* dst_y, int dst_stride_y,
53 uint8* dst_y, int dst_stride_y,
63 uint8* dst_y, int dst_stride_y,
71 uint8* dst_y, int dst_stride_y,
80 uint8* dst_y, int dst_stride_y,
88 uint8* dst_y, int dst_stride_y,
97 uint8* dst_y, int dst_stride_y,
105 uint8* dst_y, int dst_stride_y,
113 uint8* dst_y, in
[all...]
H A Dscale.h51 uint8* dst_y, int dst_stride_y,
62 uint8* dst_y, uint8* dst_u, uint8* dst_v,
H A Drow.h218 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
219 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
220 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
221 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
222 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
223 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
224 void ABGRToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
225 void RGBAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
274 void ARGBToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
275 void BGRAToYRow_C(const uint8* src_argb, uint8* dst_y, in
[all...]
H A Dplanar_functions.h26 void SetPlane(uint8* dst_y, int dst_stride_y,
36 uint8* dst_y, int dst_stride_y,
42 uint8* dst_y, int dst_stride_y,
49 uint8* dst_y, int dst_stride_y,
57 uint8* dst_y, int dst_stride_y,
67 uint8* dst_y, int dst_stride_y,
135 uint8* dst_y, int dst_stride_y,
141 uint8* dst_y, int dst_stride_y,
173 int I420Rect(uint8* dst_y, int dst_stride_y,
H A Dconvert_from.h30 uint8* dst_y, int dst_stride_y,
39 uint8* dst_y, int dst_stride_y,
48 uint8* dst_y, int dst_stride_y,
56 uint8* dst_y, int dst_stride_y,
H A Drotate.h39 uint8* dst_y, int dst_stride_y,
48 uint8* dst_y, int dst_stride_y,
H A Dformat_conversion.h24 uint8* dst_y, int dst_stride_y,
31 uint8* dst_y, int dst_stride_y,
38 uint8* dst_y, int dst_stride_y,
45 uint8* dst_y, int dst_stride_y,
56 uint8* dst_y, int dst_stride_y,
/external/libyuv/files/source/
H A Dconvert.cc34 uint8* dst_y, int dst_stride_y,
39 !dst_y || !dst_u || !dst_v ||
57 if (dst_y) {
58 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
129 uint8* dst_y, int dst_stride_y,
134 !dst_y || !dst_u || !dst_v ||
163 if (dst_y) {
164 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
209 uint8* dst_y, int dst_stride_y,
214 !dst_y || !dst_
31 I420Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
126 I422ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
206 I444ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
284 I411ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
334 I400ToI420(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
400 X420ToI420(const uint8* src_y, int src_stride_y0, int src_stride_y1, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
459 NV12ToI420(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
475 M420ToI420(const uint8* src_m420, int src_stride_m420, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
491 Q420ToI420(const uint8* src_y, int src_stride_y, const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
643 YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
710 UYVYToI420(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
827 V210ToI420(const uint8* src_v210, int src_stride_v210, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
926 ARGBToI420(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
984 BGRAToI420(const uint8* src_bgra, int src_stride_bgra, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1042 ABGRToI420(const uint8* src_abgr, int src_stride_abgr, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1100 RGBAToI420(const uint8* src_rgba, int src_stride_rgba, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1158 RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1229 RAWToI420(const uint8* src_raw, int src_stride_raw, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1300 RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1371 ARGB1555ToI420(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1443 ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Dplanar_functions.cc29 uint8* dst_y, int dst_stride_y,
45 IS_ALIGNED(dst_y, 16) && IS_ALIGNED(dst_stride_y, 16)) {
52 CopyRow(src_y, dst_y, width);
54 dst_y += dst_stride_y;
63 uint8* dst_y, int dst_stride_y,
65 if (!src_y || !dst_y || width <= 0 || height == 0) {
74 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
80 uint8* dst_y, int dst_stride_y,
102 MirrorRow(src_y, dst_y, width);
104 dst_y
28 CopyPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
60 I420ToI400(const uint8* src_y, int src_stride_y, uint8*, int, uint8*, int, uint8* dst_y, int dst_stride_y, int width, int height) argument
79 MirrorPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
110 YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
172 UYVYToI422(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
234 I420Mirror(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
351 ARGBToI400(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument
384 ARGBToI422(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
922 SetPlane(uint8* dst_y, int dst_stride_y, int width, int height, uint32 value) argument
949 I420Rect(uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int x, int y, int width, int height, int value_y, int value_u, int value_v) argument
977 ARGBRect(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height, uint32 value) argument
1118 ARGBGray(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1142 ARGBSepia(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1164 ARGBColorMatrix(uint8* dst_argb, int dst_stride_argb, const int8* matrix_argb, int dst_x, int dst_y, int width, int height) argument
1190 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1220 ARGBQuantize(uint8* dst_argb, int dst_stride_argb, int scale, int interval_size, int interval_offset, int dst_x, int dst_y, int width, int height) argument
[all...]
H A Drow_posix.cc669 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { argument
695 "+r"(dst_y), // %1
706 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { argument
732 "+r"(dst_y), // %1
874 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { argument
900 "+r"(dst_y), // %1
911 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { argument
937 "+r"(dst_y), // %1
1074 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) { argument
1100 "+r"(dst_y), //
1111 ABGRToYRow_Unaligned_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) argument
2175 YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) argument
2278 YUY2ToYRow_Unaligned_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) argument
2383 UYVYToYRow_SSE2(const uint8* src_uyvy, uint8* dst_y, int pix) argument
2484 UYVYToYRow_Unaligned_SSE2(const uint8* src_uyvy, uint8* dst_y, int pix) argument
[all...]
H A Dformat_conversion.cc351 uint8* dst_y, int dst_stride_y,
363 dst_y = dst_y + (height - 1) * dst_stride_y;
374 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) =
383 IS_ALIGNED(dst_y, 16) && IS_ALIGNED(dst_stride_y, 16)) {
419 ARGBToYRow(row, dst_y, width);
420 ARGBToYRow(row + kMaxStride, dst_y + dst_stride_y, width);
422 dst_y += dst_stride_y * 2;
429 ARGBToYRow(row, dst_y, width);
500 uint8* dst_y, in
350 BayerToI420(const uint8* src_bayer, int src_stride_bayer, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, uint32 src_fourcc_bayer) argument
[all...]
H A Dconvert_from.cc31 uint8* dst_y, int dst_stride_y,
36 !dst_y || !dst_u || !dst_v ||
43 dst_y = dst_y + (height - 1) * dst_stride_y;
72 if (dst_y) {
73 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
111 uint8* dst_y, int dst_stride_y,
116 !dst_y || !dst_u || !dst_v ||
123 dst_y = dst_y
28 I420ToI422(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
108 I420ToI444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
158 I420ToI411(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
208 I400Copy(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
[all...]
H A Drow_neon.cc695 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) { argument
704 "+r"(dst_y), // %1
713 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int pix) { argument
722 "+r"(dst_y), // %1
H A Drotate.cc1043 uint8* dst_y, int dst_stride_y,
1049 !dst_y || !dst_u || !dst_v) {
1073 dst_y, dst_stride_y,
1079 dst_y, dst_stride_y,
1090 dst_y, dst_stride_y,
1101 dst_y, dst_stride_y,
1119 uint8* dst_y, int dst_stride_y,
1125 !dst_y || !dst_u || !dst_v) {
1146 dst_y, dst_stride_y,
1152 dst_y, dst_stride_
1040 I420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, RotationMode mode) argument
1117 NV12ToI420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, RotationMode mode) argument
[all...]
H A Drow_common.cc269 void NAME ## ToYRow_C(const uint8* src_argb0, uint8* dst_y, int width) { \
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
273 dst_y += 1; \
773 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) { argument
776 dst_y[x] = src_yuy2[0];
777 dst_y[x + 1] = src_yuy2[2];
781 dst_y[width - 1] = src_yuy2[0];
812 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width) { argument
815 dst_y[x] = src_uyvy[1];
816 dst_y[
[all...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dscale.h42 uint8* dst_y, int dst_stride_y,
52 uint8* dst_y, uint8* dst_u, uint8* dst_v,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow.h81 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
82 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
83 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
95 void RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
96 void RAWToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
110 void ARGBToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
111 void BGRAToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
112 void ABGRToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
113 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
114 void RAWToYRow_C(const uint8* src_argb, uint8* dst_y, in
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c130 unsigned char *dst_y,
159 fn(dst_y, dst_stride, yabove_row, yleft, left_stride);
128 vp8_build_intra_predictors_mby_x86(MACROBLOCKD *x, unsigned char * yabove_row, unsigned char *dst_y, int dst_stride, unsigned char * yleft, int left_stride, build_intra_predictors_mby_fn_t tm_func) argument
/external/qemu/
H A Dconsole.h177 int dst_x, int dst_y, int w, int h);
342 int dst_x, int dst_y, int w, int h) {
346 dcl->dpy_copy(s, src_x, src_y, dst_x, dst_y, w, h);
348 dcl->dpy_update(s, dst_x, dst_y, w, h);
453 int dst_x, int dst_y, int w, int h);
341 dpy_copy(struct DisplayState *s, int src_x, int src_y, int dst_x, int dst_y, int w, int h) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c28 unsigned char *src_y, *dst_y; local
49 dst_y = dst_ybc->y_buffer + yoffset;
51 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
H A Dbilin_scaler.c199 unsigned int dst_y=0, dst_vu=0; local
229 dst_y = dst_vu<<1;
233 next_src_y_upper = ((float)dst_y+2)*y_scale;
234 next_src_y_lower = ((float)dst_y+3)*y_scale;
319 // dst_y: Counter which is twice larger than dst_vu (dst_y = 2*dst_vu)
403 // dst_y: Counter which is twice larger than dst_vu (dst_y = 2*dst_vu)
505 unsigned int dst_y=0, dst_vu=0; local
534 dst_y
803 unsigned int dst_y=0, dst_vu=0; local
1092 unsigned int dst_y=0, dst_vu=0; local
[all...]
/external/opencv/cv/src/
H A Dcvcorner.cpp218 int i, j, y, dst_y = 0, max_dy, delta = 0; local
394 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step,
398 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step,
402 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step,
405 dst_y += stripe_size.height;
515 int i, j, y, dst_y = 0, max_dy, delta = 0; local
654 for( i = 0; i < stripe_size.height; i++, dst_y++ )
656 float* dstdata = (float*)(dst->data.ptr + dst_y*dst->step);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc87 int dst_y = bounds.y() - (icon_height - bounds.height()) / 2; local
90 canvas->ClipRectInt(dst_x, dst_y, icon_width, icon_height);
93 dst_x, dst_y, icon_width, icon_height,

Completed in 350 milliseconds

12