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

  /hardware/samsung_slsi/exynos5/include/
swconverter.h 230 unsigned char *v_src,
  /external/webp/src/dec/
io.c 54 const uint8_t* v_src = io->v; local
60 sample(y_src, y_src + io->y_stride, u_src, v_src,
64 v_src += io->uv_stride;
68 sample(y_src, y_src, u_src, v_src, dst, dst, mb_w);
83 const uint8_t* v_src = io->v;
89 convert(y_src, u_src, v_src, dst, mb_w);
92 v_src += io->uv_stride;
  /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);
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 4575 UInt v_src = vregNo(i->Pin.AvUnary.src); local
4832 UInt v_src = vregNo(i->Pin.AvUn32Fx4.src); local
4883 UInt v_src, opc2; local
4908 UInt v_src = vregNo(i->Pin.AvCMov.src); local
4926 UInt v_src = vregNo(i->Pin.AvLdVSCR.src); local
    [all...]
host_ppc_isel.c 1155 HReg v_src = newVRegV(env); local
4637 HReg v_src = iselVecExpr(env, e->Iex.Binop.arg1); local
4722 HReg v_src = iselVecExpr(env, stmt->Ist.Store.data); local
4772 HReg v_src = iselVecExpr(env, stmt->Ist.Put.data); local
4886 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data); local
    [all...]
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 440 unsigned char *v_src,
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 425 unsigned char *v_src)
489 src_ptr1 = v_src;
    [all...]

Completed in 105 milliseconds