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

  /external/webrtc/webrtc/modules/video_processing/util/
skin_detection.h 19 const uint8_t* v_src,
skin_detection.cc 45 const uint8_t* v_src,
53 const uint8_t* v = v_src + ((mb_row << 3) + 4) * stride_v + (mb_col << 3) + 4;
  /external/libvpx/libvpx/vpx_dsp/arm/
subtract_neon.c 48 const uint8x16_t v_src = vld1q_u8(&src[0]); local
51 vsubl_u8(vget_low_u8(v_src), vget_low_u8(v_pred));
53 vsubl_u8(vget_high_u8(v_src), vget_high_u8(v_pred));
62 const uint8x8_t v_src = vld1_u8(&src[0]); local
64 const uint16x8_t v_diff = vsubl_u8(v_src, v_pred);
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 261 unsigned char *y_src, *u_src, *v_src; local
285 v_src = newImageBuffer + surface_image.width * surface_image.height;
313 memcpy(v_dst, v_src, surface_image.width/2);
316 v_src += surface_image.width/2;
331 u_dst[col * 2 + 1] = v_src[col];
336 v_src += (surface_image.width / 2);
364 unsigned char *y_src, *u_src, *v_src; local
393 v_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
397 v_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]);
400 v_src = u_src
    [all...]
  /external/webrtc/webrtc/modules/video_processing/
video_denoiser.cc 90 const uint8_t* v_src = frame.buffer(kVPlane); local
108 y_src, u_src, v_src, stride_y, stride_u, stride_v, mb_row, mb_col);
129 v_src + (mb_row << 3) * stride_v + (mb_col << 3);
  /external/libvpx/libvpx/vp8/common/
mfqe.c 66 unsigned char *u_src, unsigned char *v_src,
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,
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 438 unsigned char *y_src, *u_src, *v_src; local
457 v_src = ctx->frame_data_buffer + y_size + u_size;
474 u_dst[col * 2 + 1] = v_src[col];
479 v_src += (ctx->width / 2);
485 v_dst[col] = v_src[col];
491 v_src += (ctx->width / 2);
    [all...]
mpeg2vaenc.c 438 unsigned char *y_src, *u_src, *v_src; local
457 v_src = ctx->frame_data_buffer + y_size + u_size;
474 u_dst[col * 2 + 1] = v_src[col];
479 v_src += (ctx->width / 2);
485 v_dst[col] = v_src[col];
491 v_src += (ctx->width / 2);
    [all...]
avcenc.c 359 unsigned char *y_src, *u_src, *v_src; local
378 v_src = newImageBuffer + y_size + u_size;
395 u_dst[col * 2 + 1] = v_src[col];
400 v_src += (picture_width / 2);
412 memcpy(v_dst, v_src, surface_image.width / 2);
416 v_src += (picture_width / 2);
    [all...]
  /external/valgrind/VEX/priv/
host_ppc_defs.c 5244 UInt v_src = vregEnc(i->Pin.AvUnary.src); local
5617 UInt v_src = vregEnc(i->Pin.AvCipherV128Unary.src); local
5645 UInt v_src = vregEnc(i->Pin.AvHashV128Binary.src); local
5733 UInt v_src = vregEnc(i->Pin.AvUn32Fx4.src); local
5808 UInt v_src, opc2; local
5833 UInt v_src = vregEnc(i->Pin.AvCMov.src); local
5852 UInt v_src = vregEnc(i->Pin.AvLdVSCR.src); local
    [all...]
host_ppc_isel.c 6016 HReg v_src = iselVecExpr(env, e->Iex.Binop.arg1, IEndianess); local
6205 HReg v_src = iselVecExpr(env, stmt->Ist.Store.data, IEndianess); local
6267 HReg v_src = iselFp128Expr(env, stmt->Ist.Put.data, IEndianess); local
6278 HReg v_src = iselVecExpr(env, stmt->Ist.Put.data, IEndianess); local
6411 HReg v_src = iselFp128Expr(env, stmt->Ist.WrTmp.data, IEndianess); local
6417 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data, IEndianess); local
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 360 unsigned char *v_src) {
421 src_ptr1 = v_src;
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2162 unsigned char *y_src, *u_src, *v_src; local
    [all...]

Completed in 223 milliseconds