/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_from.cc | 39 uint8* dst_v, int dst_stride_v, 57 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, 70 uint8* dst_v, int dst_stride_v, 79 dst_v, dst_stride_v, 92 uint8* dst_v, int dst_stride_v, 101 dst_v, dst_stride_v, 114 uint8* dst_v, int dst_stride_v, 123 dst_v, dst_stride_v, 1128 uint8* dst_v; local 1149 uint8* dst_v; local 1169 uint8* dst_v; local 1189 uint8* dst_v = dst_u + quarterwidth * height; local [all...] |
format_conversion.cc | 293 uint8* dst_v, int dst_stride_v, 302 uint8* dst_u, uint8* dst_v, int width) = ARGBToUVRow_C; 312 dst_v = dst_v + (halfheight - 1) * dst_stride_v; 374 ARGBToUVRow(row, kRowSize, dst_u, dst_v, width); 380 dst_v += dst_stride_v; 384 ARGBToUVRow(row, 0, dst_u, dst_v, width); 500 uint8* dst_v, int dst_stride_v, \ 505 dst_v, dst_stride_v, \
|
row_any.cc | 301 uint8* dst_u, uint8* dst_v, int width) { \ 303 ANYTOUV_SIMD(src_argb, src_stride_argb, dst_u, dst_v, n); \ 306 dst_v + (n >> 1), \ 343 uint8* dst_u, uint8* dst_v, int width) { \ 345 ANYTOUV_SIMD(src_uv, dst_u, dst_v, n); \ 348 dst_v + (n >> SHIFT), \ 386 uint8* dst_u, uint8* dst_v, int width) { \ 388 ANYTOUV_SIMD(src_uv, dst_u, dst_v, n); \ 391 dst_v + n, \
|
row_common.cc | 277 uint8* dst_u, uint8* dst_v, int width) { \ 288 dst_v[0] = RGBToV(ar, ag, ab); \ 292 dst_v += 1; \ 299 dst_v[0] = RGBToV(ar, ag, ab); \ 359 uint8* dst_u, uint8* dst_v, int width) { \ 370 dst_v[0] = RGBToVJ(ar, ag, ab); \ 374 dst_v += 1; \ 381 dst_v[0] = RGBToVJ(ar, ag, ab); \ 434 uint8* dst_u, uint8* dst_v, int width) { 456 dst_v[0] = RGBToV(r, g, b) [all...] |
rotate.cc | [all...] |
planar_functions.cc | 136 uint8* dst_v, int dst_stride_v, 140 !dst_y || !dst_u || !dst_v || 156 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height); 167 uint8* dst_v, int dst_stride_v, 170 !dst_y || !dst_u || !dst_v || 187 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height); 277 uint8* dst_v, int dst_stride_v, 281 uint8* dst_u, uint8* dst_v, int pix) = 340 YUY2ToUV422Row(src_yuy2, dst_u, dst_v, width); 345 dst_v += dst_stride_v [all...] |
row_x86.asm | 69 ; void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) 72 cglobal SplitUVRow%2, 4, 4, 5, src_uv, dst_u, dst_v, pix
|
scale.cc | 1695 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + local [all...] |
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
convert_from.h | 32 uint8* dst_v, int dst_stride_v, 41 uint8* dst_v, int dst_stride_v, 50 uint8* dst_v, int dst_stride_v,
|
planar_functions.h | 57 uint8* dst_v, int dst_stride_v, 68 uint8* dst_v, int dst_stride_v, 76 uint8* dst_v, int dst_stride_v, 84 uint8* dst_v, int dst_stride_v, 105 uint8* dst_v, int dst_stride_v, 170 uint8* dst_v, int dst_stride_v,
|
/external/libyuv/files/include/libyuv/ |
convert_from.h | 32 uint8* dst_v, int dst_stride_v, 41 uint8* dst_v, int dst_stride_v, 50 uint8* dst_v, int dst_stride_v,
|
planar_functions.h | 44 uint8* dst_v, int dst_stride_v, 51 uint8* dst_v, int dst_stride_v, 59 uint8* dst_v, int dst_stride_v, 69 uint8* dst_v, int dst_stride_v, 143 uint8* dst_v, int dst_stride_v, 175 uint8* dst_v, int dst_stride_v,
|
/frameworks/av/media/libstagefright/colorconversion/ |
SoftwareRenderer.cpp | 257 uint8_t *dst_v = dst_y + dst_y_size; local 258 uint8_t *dst_u = dst_v + dst_c_size; 269 memcpy(dst_v, src_v, (mCropWidth + 1) / 2); 274 dst_v += dst_c_stride; 290 uint8_t *dst_v = dst_y + dst_y_size; local 291 uint8_t *dst_u = dst_v + dst_c_size; 304 dst_v[x] = src_uv[2 * x + 1]; 309 dst_v += dst_c_stride;
|
/external/libyuv/files/source/ |
row_common.cc | 277 uint8* dst_u, uint8* dst_v, int width) { \ 287 dst_v[0] = RGBToV(ar, ag, ab); \ 291 dst_v += 1; \ 298 dst_v[0] = RGBToV(ar, ag, ab); \ 677 void MirrorRowUV_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { 682 dst_v[x] = src_uv[1]; 683 dst_v[x + 1] = src_uv[-2 + 1]; 688 dst_v[width - 1] = src_uv[1]; 706 void SplitUV_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { 710 dst_v[x] = src_uv[1] [all...] |
planar_functions.cc | 113 uint8* dst_v, int dst_stride_v, 122 uint8* dst_u, uint8* dst_v, int pix); 160 YUY2ToUV422Row(src_yuy2, dst_u, dst_v, width); 165 dst_v += dst_stride_v; 175 uint8* dst_v, int dst_stride_v, 184 uint8* dst_u, uint8* dst_v, int pix); 222 UYVYToUV422Row(src_uyvy, dst_u, dst_v, width); 227 dst_v += dst_stride_v; 239 uint8* dst_v, int dst_stride_v, 241 if (!src_y || !src_u || !src_v || !dst_y || !dst_u || !dst_v || [all...] |
format_conversion.cc | 353 uint8* dst_v, int dst_stride_v, 365 dst_v = dst_v + (halfheight - 1) * dst_stride_v; 377 uint8* dst_u, uint8* dst_v, int width) = ARGBToUVRow_C; 418 ARGBToUVRow(row, kMaxStride, dst_u, dst_v, width); 424 dst_v += dst_stride_v; 428 ARGBToUVRow(row, 0, dst_u, dst_v, width); 502 uint8* dst_v, int dst_stride_v, \ 507 dst_v, dst_stride_v, \
|
rotate.cc | [all...] |
scale.cc | 3070 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight + local [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
recon_wrapper_sse2.c | 36 unsigned char *dst_v, 68 fn(dst_v, dst_stride, vabove_row, vleft, left_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
recon_wrapper_sse2.c | 36 unsigned char *dst_v, 68 fn(dst_v, dst_stride, vabove_row, vleft, left_stride);
|
/external/webp/src/enc/ |
picture_csp.c | 438 uint8_t* const dst_v = picture->v + j * picture->uv_stride; local 445 dst_v[i] = ConvertRGBToV(r, g, b); 776 uint8_t* const dst_v, 794 dst_v[i] = RGBToV(r, g, b, rg); 809 dst_v[i] = RGBToV(r, g, b, rg); 818 uint8_t* const dst_v, 827 dst_v[i] = RGBToV(r, g, b, rg); 834 dst_v[i] = RGBToV(r, g, b, rg); 884 uint8_t* dst_v = picture->v; local [all...] |
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoDecoderVP9HWR.cpp | 601 uint8_t *dst_v = dst_y + dst_y_size; local 602 uint8_t *dst_u = dst_v + dst_c_size; 606 dst_v += (VPX_DECODE_BORDER/2) * dst_c_stride + (VPX_DECODE_BORDER/2); 628 memcpy(dst_v, srcLine, img->d_w / 2); 631 dst_v += dst_c_stride;
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 79 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs); 80 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
vp8_rtcd.h | 39 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs); 40 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
|
/hardware/intel/img/psb_video/src/ |
psb_output.c | 912 unsigned char *dst_u, *dst_v; local 925 dst_v = dst_u + (height * width) / 4; 929 dst_y, dst_u, dst_v, \ 971 unsigned char *source_uv, *source_u, *source_v, *dst_u, *dst_v; [all...] |