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

  /external/chromium_org/third_party/libwebp/enc/
filter.c 90 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; local
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/chromium_org/third_party/libwebp/dec/
frame.c 61 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
225 uint8_t* const v_dst = dec->cache_v_ + cache_id * 8 * uv_bps + mb_x * 8; local
227 Dither8x8(&dec->dithering_rg_, v_dst, uv_bps, data->dither_);
716 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; local
728 Copy32b(&v_dst[j * BPS - 4], &v_dst[j * BPS + 4])
    [all...]
io.c 30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride; local
41 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);

Completed in 44 milliseconds