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

  /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/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/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/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/VEX/priv/
host_ppc_defs.c 4813 UInt v_dst = vregEnc(i->Pin.AvUnary.dst); local
4847 UInt v_dst = vregEnc(i->Pin.AvBinary.dst); local
4874 UInt v_dst = vregEnc(i->Pin.AvBin8x16.dst); local
4922 UInt v_dst = vregEnc(i->Pin.AvBin16x8.dst); local
4976 UInt v_dst = vregEnc(i->Pin.AvBin32x4.dst); local
5035 UInt v_dst = vregEnc(i->Pin.AvBin64x2.dst); local
5066 UInt v_dst = vregEnc(i->Pin.AvCipherV128Unary.dst); local
5078 UInt v_dst = vregEnc(i->Pin.AvCipherV128Binary.dst); local
5094 UInt v_dst = vregEnc(i->Pin.AvHashV128Binary.dst); local
5108 UInt v_dst = vregEnc(i->Pin.AvBCDV128Trinary.dst); local
5124 UInt v_dst = vregEnc(i->Pin.AvBin32Fx4.dst); local
5180 UInt v_dst = vregEnc(i->Pin.AvUn32Fx4.dst); local
5202 UInt v_dst = vregEnc(i->Pin.AvPerm.dst); local
5212 UInt v_dst = vregEnc(i->Pin.AvSel.dst); local
5220 UInt v_dst = vregEnc(i->Pin.AvSh.dst); local
5245 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst); local
5254 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst); local
5280 UInt v_dst = vregEnc(i->Pin.AvCMov.dst); local
    [all...]
host_ppc_isel.c 4892 HReg v_dst = newVRegV(env); local
5716 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 374 milliseconds