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

  /external/opencv3/3rdparty/libwebp/dec/
frame.c 44 const int y_bps = dec->cache_y_stride_; local
46 uint8_t* const y_dst = dec->cache_y_ + ctx->id_ * 16 * y_bps + mb_x * 16;
55 VP8SimpleHFilter16(y_dst, y_bps, limit + 4);
58 VP8SimpleHFilter16i(y_dst, y_bps, limit);
61 VP8SimpleVFilter16(y_dst, y_bps, limit + 4);
64 VP8SimpleVFilter16i(y_dst, y_bps, limit);
73 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
77 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
81 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
85 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh)
    [all...]
  /external/webp/src/dec/
frame.c 206 const int y_bps = dec->cache_y_stride_; local
208 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16;
217 VP8SimpleHFilter16(y_dst, y_bps, limit + 4);
220 VP8SimpleHFilter16i(y_dst, y_bps, limit);
223 VP8SimpleVFilter16(y_dst, y_bps, limit + 4);
226 VP8SimpleVFilter16i(y_dst, y_bps, limit);
234 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
238 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
242 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
246 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh)
    [all...]

Completed in 61 milliseconds