HomeSort by relevance Sort by last modified time
    Searched refs:v_dst (Results 1 - 19 of 19) sorted by null

  /hardware/samsung_slsi/exynos5/include/
swconverter.h 161 * @param v_dst
175 unsigned char *v_dst,
243 * @param v_dst
258 unsigned char *v_dst,
297 * @param v_dst
312 unsigned char *v_dst,
432 * Deinterleave src to u_dst, v_dst
438 * @param v_dst
452 unsigned char *v_dst,
  /external/chromium_org/third_party/libwebp/dec/
frame.c 61 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
225 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
227 Dither8x8(&dec->dithering_rg_, v_dst, uv_bps, data->dither_);
716 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local
728 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4])
    [all...]
io.c 30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; local
41 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
  /external/webp/src/dec/
frame.c 61 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
225 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
227 Dither8x8(&dec->dithering_rg_, v_dst, uv_bps, data->dither_);
716 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local
728 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4])
    [all...]
io.c 30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; local
41 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 305 * @param v_dst
319 unsigned char *v_dst,
338 csc_deinterleave_memcpy(u_dst + dst_offset, v_dst + dst_offset,
342 csc_deinterleave_memcpy(u_dst + dst_offset, v_dst + dst_offset,
352 csc_deinterleave_memcpy(u_dst + dst_offset, v_dst + dst_offset,
356 csc_deinterleave_memcpy(u_dst + dst_offset, v_dst + dst_offset,
368 csc_deinterleave_memcpy(u_dst + dst_offset, v_dst + dst_offset,
378 csc_deinterleave_memcpy(u_dst + dst_offset, v_dst + dst_offset,
500 * @param v_dst
515 unsigned char *v_dst,
    [all...]
csc_tiled_to_linear_uv_deinterleave_neon.s 34 * @param v_dst
58 @r1 v_dst
109 add r7, r1, r12 @ dst_offset = v_dst + temp1
134 add r12, r1, r12 @ r12 = v_dst + temp1
181 add r12, r1, r12 @ r12 = v_dst + temp1
212 add r12, r1, r12 @ r12 = v_dst + temp1
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 214 unsigned char *y_dst, *u_dst, *v_dst; local
225 v_dst = u_dst;
262 unsigned char *y_dst, *u_dst, *v_dst; local
291 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
295 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]);
298 v_dst = u_dst;
313 memcpy(v_dst, v_src, surface_image.width/2);
320 v_dst += surface_image.pitches[1];
323 v_dst += surface_image.pitches[2];
365 unsigned char *y_dst, *u_dst, *v_dst; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
filter.c 90 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; local
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/webp/src/enc/
filter.c 90 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; local
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mfqe.c 79 unsigned char *v_dst,
88 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
94 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
  /external/libvpx/libvpx/vp8/common/
mfqe.c 79 unsigned char *v_dst,
88 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
94 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 79 unsigned char *v_dst,
88 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
94 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, src_weight);
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 4763 UInt v_dst = vregNo(i->Pin.AvUnary.dst); local
4797 UInt v_dst = vregNo(i->Pin.AvBinary.dst); local
4824 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst); local
4872 UInt v_dst = vregNo(i->Pin.AvBin16x8.dst); local
4926 UInt v_dst = vregNo(i->Pin.AvBin32x4.dst); local
4985 UInt v_dst = vregNo(i->Pin.AvBin64x2.dst); local
5016 UInt v_dst = vregNo(i->Pin.AvCipherV128Unary.dst); local
5028 UInt v_dst = vregNo(i->Pin.AvCipherV128Binary.dst); local
5044 UInt v_dst = vregNo(i->Pin.AvHashV128Binary.dst); local
5058 UInt v_dst = vregNo(i->Pin.AvBCDV128Trinary.dst); local
5074 UInt v_dst = vregNo(i->Pin.AvBin32Fx4.dst); local
5130 UInt v_dst = vregNo(i->Pin.AvUn32Fx4.dst); local
5152 UInt v_dst = vregNo(i->Pin.AvPerm.dst); local
5162 UInt v_dst = vregNo(i->Pin.AvSel.dst); local
5171 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst); local
5180 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst); local
5206 UInt v_dst = vregNo(i->Pin.AvCMov.dst); local
    [all...]
host_ppc_isel.c 4737 HReg v_dst = newVRegV(env); local
5506 HReg v_dst = lookupIRTemp(env, tmp); local
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 439 unsigned char *y_dst, *u_dst, *v_dst; local
461 v_dst = surface_p + surface_image.offsets[2];
485 v_dst[col] = v_src[col];
489 v_dst += surface_image.pitches[2];
    [all...]
mpeg2vaenc.c 439 unsigned char *y_dst, *u_dst, *v_dst; local
461 v_dst = surface_p + surface_image.offsets[2];
485 v_dst[col] = v_src[col];
489 v_dst += surface_image.pitches[2];
    [all...]
avcenc.c 360 unsigned char *y_dst, *u_dst, *v_dst; local
382 v_dst = surface_p + surface_image.offsets[2];
408 v_dst = surface_p + surface_image.offsets[V];
412 memcpy(v_dst, v_src, surface_image.width / 2);
414 v_dst += surface_image.pitches[V];
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2163 unsigned char *y_dst, *u_dst, *v_dst; local
    [all...]

Completed in 361 milliseconds