HomeSort by relevance Sort by last modified time
    Searched refs:v_dst (Results 1 - 12 of 12) 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,
  /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
  /external/chromium_org/third_party/libwebp/dec/
frame.c 69 uint8_t* const v_dst = dec->cache_v_ + ctx->id_ * 8 * uv_bps + mb_x * 8; local
74 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
78 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
82 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
86 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
558 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local
568 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]);
576 v_dst[j * BPS - 1] = 129;
580 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129
    [all...]
io.c 33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; local
44 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
  /external/webp/src/dec/
frame.c 69 uint8_t* const v_dst = dec->cache_v_ + ctx->id_ * 8 * uv_bps + mb_x * 8; local
74 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
78 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
82 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
86 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
558 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local
568 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]);
576 v_dst[j * BPS - 1] = 129;
580 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129
    [all...]
io.c 33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; local
44 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
  /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);
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 4574 UInt v_dst = vregNo(i->Pin.AvUnary.dst); local
4602 UInt v_dst = vregNo(i->Pin.AvBinary.dst); local
4629 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst); local
4675 UInt v_dst = vregNo(i->Pin.AvBin16x8.dst); local
4727 UInt v_dst = vregNo(i->Pin.AvBin32x4.dst); local
4775 UInt v_dst = vregNo(i->Pin.AvBin32Fx4.dst); local
4831 UInt v_dst = vregNo(i->Pin.AvUn32Fx4.dst); local
4853 UInt v_dst = vregNo(i->Pin.AvPerm.dst); local
4863 UInt v_dst = vregNo(i->Pin.AvSel.dst); local
4872 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst); local
4881 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst); local
4907 UInt v_dst = vregNo(i->Pin.AvCMov.dst); local
    [all...]
host_ppc_isel.c 4281 HReg v_dst = newVRegV(env); local
4885 HReg v_dst = lookupIRTemp(env, tmp); local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
filter.c 218 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; local
229 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
231 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/webp/src/enc/
filter.c 218 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; local
229 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
231 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);

Completed in 1505 milliseconds