Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe_dec.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()