Home
last modified time | relevance | path

Searched refs:y_bps (Results 1 – 2 of 2) sorted by relevance

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