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

  /external/mesa3d/src/gallium/auxiliary/util/
u_video.h 95 uint8_t *v_dst = (uint8_t *)destination_data[1] + destination_pitches[1] * src_field; local
101 v_dst[x] = src[2*x+1];
104 v_dst += v_stride;
  /external/webp/src/dec/
frame_dec.c 79 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local
87 v_dst[j * BPS - 1] = 129;
92 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129;
98 memset(v_dst - BPS - 1, 127, 8 + 1);
113 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]);
126 memcpy(v_dst - BPS, top_yuv[0].v, 8);
163 VP8PredChroma8[pred_func](v_dst);
165 DoUVTransform(bits_uv >> 8, coeffs + 20 * 16, v_dst);
172 memcpy(top_yuv[0].v, v_dst + 7 * BPS, 8)
231 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
382 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
    [all...]
io_dec.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_enc.c 90 uint8_t* const v_dst = it->yuv_out2_ + V_OFF_ENC; local
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/webrtc/webrtc/modules/video_processing/
video_denoiser.cc 87 uint8_t* v_dst = denoised_frame->buffer(kVPlane); local
131 uint8_t* mb_dst_v = v_dst + (mb_row << 3) * stride_v + (mb_col << 3);
  /external/libvpx/libvpx/vp8/common/
mfqe.c 68 unsigned char *v_dst, int uv_dst_stride,
75 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride,
83 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride,
  /external/valgrind/VEX/priv/
host_ppc_defs.c 5243 UInt v_dst = vregEnc(i->Pin.AvUnary.dst); local
5339 UInt v_dst = vregEnc(i->Pin.AvBinary.dst); local
5424 UInt v_dst = vregEnc(i->Pin.AvBin8x16.dst); local
5472 UInt v_dst = vregEnc(i->Pin.AvBin16x8.dst); local
5526 UInt v_dst = vregEnc(i->Pin.AvBin32x4.dst); local
5585 UInt v_dst = vregEnc(i->Pin.AvBin64x2.dst); local
5616 UInt v_dst = vregEnc(i->Pin.AvCipherV128Unary.dst); local
5628 UInt v_dst = vregEnc(i->Pin.AvCipherV128Binary.dst); local
5644 UInt v_dst = vregEnc(i->Pin.AvHashV128Binary.dst); local
5658 UInt v_dst = vregEnc(i->Pin.AvBCDV128Binary.dst); local
5676 UInt v_dst = vregEnc(i->Pin.AvBin32Fx4.dst); local
5732 UInt v_dst = vregEnc(i->Pin.AvUn32Fx4.dst); local
5754 UInt v_dst = vregEnc(i->Pin.AvPerm.dst); local
5764 UInt v_dst = vregEnc(i->Pin.AvSel.dst); local
5772 UInt v_dst = vregEnc(i->Pin.AvSh.dst); local
5797 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst); local
5806 UInt v_dst = vregEnc(i->Pin.AvShlDbl.dst); local
5832 UInt v_dst = vregEnc(i->Pin.AvCMov.dst); local
    [all...]
host_ppc_isel.c 5425 HReg v_dst = newVRegV(env); local
6410 HReg v_dst = lookupIRTemp(env, tmp); local
6416 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 1073 milliseconds