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

  /external/webp/src/dec/
frame.c 156 uint8_t* const v_dst = dec->cache_v_ + mb_x * 8; local
162 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
166 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
170 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
174 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
407 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local
418 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4]);
427 v_dst[j * BPS - 1] = 129;
431 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129
    [all...]
io.c 240 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; local
250 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 3597 UInt v_dst = vregNo(i->Pin.AvUnary.dst); local
3625 UInt v_dst = vregNo(i->Pin.AvBinary.dst); local
3652 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst); local
3698 UInt v_dst = vregNo(i->Pin.AvBin16x8.dst); local
3750 UInt v_dst = vregNo(i->Pin.AvBin32x4.dst); local
3798 UInt v_dst = vregNo(i->Pin.AvBin32Fx4.dst); local
3854 UInt v_dst = vregNo(i->Pin.AvUn32Fx4.dst); local
3876 UInt v_dst = vregNo(i->Pin.AvPerm.dst); local
3886 UInt v_dst = vregNo(i->Pin.AvSel.dst); local
3895 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst); local
3904 UInt v_dst = vregNo(i->Pin.AvShlDbl.dst); local
3930 UInt v_dst = vregNo(i->Pin.AvCMov.dst); local
    [all...]
host_ppc_isel.c 3479 HReg v_dst = newVRegV(env); local
4056 HReg v_dst = lookupIRTemp(env, tmp); local
    [all...]
  /external/webp/src/enc/
filter.c 215 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; local
226 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
228 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);

Completed in 537 milliseconds