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

1 2

  /external/libvpx/libvpx/third_party/libyuv/source/
row_mips.cc 383 void SplitUVRow_DSPR2(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
394 "lw $t0, 0(%[src_uv]) \n" // V1 | U1 | V0 | U0
395 "lw $t1, 4(%[src_uv]) \n" // V3 | U3 | V2 | U2
396 "lw $t2, 8(%[src_uv]) \n" // V5 | U5 | V4 | U4
397 "lw $t3, 12(%[src_uv]) \n" // V7 | U7 | V6 | U6
398 "lw $t5, 16(%[src_uv]) \n" // V9 | U9 | V8 | U8
399 "lw $t6, 20(%[src_uv]) \n" // V11 | U11 | V10 | U10
400 "lw $t7, 24(%[src_uv]) \n" // V13 | U13 | V12 | U12
401 "lw $t8, 28(%[src_uv]) \n" // V15 | U15 | V14 | U14
402 "addiu %[src_uv], %[src_uv], 32 \n
    [all...]
rotate.cc 423 const uint8* src_uv, int src_stride_uv,
431 if (!src_y || !src_uv || width <= 0 || height == 0 ||
441 src_uv = src_uv + (halfheight - 1) * src_stride_uv;
450 src_uv, src_stride_uv,
459 RotateUV90(src_uv, src_stride_uv,
468 RotateUV270(src_uv, src_stride_uv,
477 RotateUV180(src_uv, src_stride_uv,
convert_to_argb.cc 42 const uint8* src_uv; local
156 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
158 src_uv, aligned_src_width,
164 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
167 src_uv, aligned_src_width,
convert_to_i420.cc 41 const uint8* src_uv; local
185 src_uv = sample + (src_width * src_height) +
188 src_uv, aligned_src_width,
196 src_uv = sample + (src_width * src_height) +
200 src_uv, aligned_src_width,
row_common.cc     [all...]
row_neon.cc 485 const uint8* src_uv,
500 "+r"(src_uv), // %1
541 const uint8* src_uv,
556 "+r"(src_uv), // %1
621 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
633 : "+r"(src_uv), // %0
740 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
758 : "+r"(src_uv), // %0
    [all...]
row_neon64.cc 479 const uint8* src_uv,
494 "+r"(src_uv), // %1
535 const uint8* src_uv,
550 "+r"(src_uv), // %1
615 void SplitUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
627 : "+r"(src_uv), // %0
731 void MirrorUVRow_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v,
748 : "+r"(src_uv), // %0
    [all...]
convert_argb.cc     [all...]
  /external/libyuv/files/source/
rotate.cc 486 const uint8* src_uv,
499 if (!src_y || !src_uv || width <= 0 || height == 0 || !dst_y || !dst_u ||
509 src_uv = src_uv + (halfheight - 1) * src_stride_uv;
517 return NV12ToI420(src_y, src_stride_y, src_uv, src_stride_uv, dst_y,
522 RotateUV90(src_uv, src_stride_uv, dst_u, dst_stride_u, dst_v,
527 RotateUV270(src_uv, src_stride_uv, dst_u, dst_stride_u, dst_v,
532 RotateUV180(src_uv, src_stride_uv, dst_u, dst_stride_u, dst_v,
convert_to_argb.cc 47 const uint8* src_uv; local
150 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
151 r = NV12ToARGB(src, src_width, src_uv, aligned_src_width, crop_argb,
156 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
158 r = NV21ToARGB(src, src_width, src_uv, aligned_src_width, crop_argb,
convert_to_i420.cc 47 const uint8* src_uv; local
155 src_uv = sample + (src_width * src_height) +
157 r = NV12ToI420Rotate(src, src_width, src_uv, aligned_src_width, y,
163 src_uv = sample + (src_width * src_height) +
166 r = NV12ToI420Rotate(src, src_width, src_uv, aligned_src_width, y,
row_common.cc     [all...]
row_dspr2.cc 383 void SplitUVRow_DSPR2(const uint8* src_uv,
396 "lw $t0, 0(%[src_uv]) \n" // V1 | U1 | V0 | U0
397 "lw $t1, 4(%[src_uv]) \n" // V3 | U3 | V2 | U2
398 "lw $t2, 8(%[src_uv]) \n" // V5 | U5 | V4 | U4
399 "lw $t3, 12(%[src_uv]) \n" // V7 | U7 | V6 | U6
400 "lw $t5, 16(%[src_uv]) \n" // V9 | U9 | V8 | U8
401 "lw $t6, 20(%[src_uv]) \n" // V11 | U11 | V10 |
403 "lw $t7, 24(%[src_uv]) \n" // V13 | U13 | V12 |
405 "lw $t8, 28(%[src_uv]) \n" // V15 | U15 | V14 |
407 "addiu %[src_uv], %[src_uv], 32 \n
    [all...]
row_neon.cc 442 const uint8* src_uv,
457 "+r"(src_uv), // %1
498 const uint8* src_uv,
513 "+r"(src_uv), // %1
578 void SplitUVRow_NEON(const uint8* src_uv,
592 : "+r"(src_uv), // %0
701 void MirrorUVRow_NEON(const uint8* src_uv,
721 : "+r"(src_uv), // %0
    [all...]
row_neon64.cc 443 const uint8* src_uv,
458 "+r"(src_uv), // %1
499 const uint8* src_uv,
514 "+r"(src_uv), // %1
579 void SplitUVRow_NEON(const uint8* src_uv,
593 : "+r"(src_uv), // %0
699 void MirrorUVRow_NEON(const uint8* src_uv,
718 : "+r"(src_uv), // %0
    [all...]
convert_argb.cc     [all...]
  /external/webp/src/dsp/
upsampling_neon.c 135 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) do { \
140 const uint8x8_t u = vld1_u8((src_uv) + i + 0); \
141 const uint8x8_t v = vld1_u8((src_uv) + i + 16); \
165 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \
170 const int u = (src_uv)[i]; \
171 const int v = (src_uv)[i + 16]; \
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate.h 47 const uint8* src_uv, int src_stride_uv,
row.h 625 const uint8* src_uv,
630 const uint8* src_uv,
    [all...]
  /external/libyuv/files/include/libyuv/
rotate.h 56 const uint8* src_uv,
row.h 744 const uint8* src_uv,
749 const uint8* src_uv,
791 const uint8* src_uv,
840 const uint8* src_uv,
845 const uint8* src_uv,
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 284 const uint8_t *src_uv = (const uint8_t *)data local
305 dst_u[x] = src_uv[2 * x];
306 dst_v[x] = src_uv[2 * x + 1];
309 src_uv += mWidth;
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 225 uint8_t *src_uv = surface_data + psb_surface->stride * (obj_surface->height + srcy / 2); local
239 int u = *(src_uv + x);
240 int v = *(src_uv + x + 1);
249 src_uv += psb_surface->stride;
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc 62 const uint8_t* src_uv = reinterpret_cast<const uint8_t*>( local
66 src_y, src_y_stride, src_uv, src_uv_stride,
  /hardware/intel/img/psb_video/src/
psb_output.c 911 unsigned char *src_y, *src_uv, *dst_y, *dst_uv; local
921 src_uv = surface_data + ((height + 0x1f) & (~0x1f)) * width;
928 src_y, src_uv, \
936 src_uv = surface_data + ((height + 2*32 + 63)/64*64) * ((width + 2*32 + 63)/64*64);
941 src_y, src_uv, \
959 src_uv = surface_data + psb_surface->stride * obj_surface->height + (y / 2) * psb_surface->stride + x;;
961 memcpy(dst_uv, src_uv, width);
963 src_uv += psb_surface->stride;
1056 unsigned char *source_y, *src_uv, *dst_y, *dst_uv; local
    [all...]

Completed in 921 milliseconds

1 2