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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
vp9_subtract_neon.c 49 const uint8x16_t v_src = vld1q_u8(&src[0]); local
51 const uint16x8_t v_diff_lo = vsubl_u8(vget_low_u8(v_src),
53 const uint16x8_t v_diff_hi = vsubl_u8(vget_high_u8(v_src),
63 const uint8x8_t v_src = vld1_u8(&src[0]); local
65 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...]
  /hardware/intel/common/libva/test/encode/
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...]
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...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2162 unsigned char *y_src, *u_src, *v_src; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 1284 HReg v_src = newVRegV(env); local
5167 HReg v_src = iselVecExpr(env, e->Iex.Binop.arg1); local
5328 HReg v_src = iselVecExpr(env, stmt->Ist.Store.data); local
5378 HReg v_src = iselVecExpr(env, stmt->Ist.Put.data); local
5507 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data); local
    [all...]
host_ppc_defs.c 4764 UInt v_src = vregNo(i->Pin.AvUnary.src); local
5017 UInt v_src = vregNo(i->Pin.AvCipherV128Unary.src); local
5045 UInt v_src = vregNo(i->Pin.AvHashV128Binary.src); local
5131 UInt v_src = vregNo(i->Pin.AvUn32Fx4.src); local
5182 UInt v_src, opc2; local
5207 UInt v_src = vregNo(i->Pin.AvCMov.src); local
5225 UInt v_src = vregNo(i->Pin.AvLdVSCR.src); local
    [all...]

Completed in 363 milliseconds