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

  /hardware/samsung_slsi/exynos5/include/
swconverter.h 230 unsigned char *v_src,
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mfqe.c 76 unsigned char *v_src,
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/libvpx/libvpx/vp8/common/
mfqe.c 76 unsigned char *v_src,
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 76 unsigned char *v_src,
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/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/chromium_org/third_party/libwebp/dec/
io.c 68 const uint8_t* v_src = io->v;
74 convert(y_src, u_src, v_src, dst, mb_w);
77 v_src += io->uv_stride;
  /external/webp/src/dec/
io.c 68 const uint8_t* v_src = io->v;
74 convert(y_src, u_src, v_src, dst, mb_w);
77 v_src += io->uv_stride;
  /external/valgrind/main/VEX/priv/
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...]
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...]
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 440 unsigned char *v_src,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodeframe.c 420 unsigned char *v_src)
484 src_ptr1 = v_src;
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 419 unsigned char *v_src)
483 src_ptr1 = v_src;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 419 unsigned char *v_src)
483 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 443 milliseconds