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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 36 const int y_bps = dec->cache_y_stride_; local
38 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16;
47 VP8SimpleHFilter16(y_dst, y_bps, limit + 4);
50 VP8SimpleHFilter16i(y_dst, y_bps, limit);
53 VP8SimpleVFilter16(y_dst, y_bps, limit + 4);
56 VP8SimpleVFilter16i(y_dst, y_bps, limit);
64 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
68 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
72 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
76 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh)
    [all...]
  /external/webp/src/dec/
frame.c 36 const int y_bps = dec->cache_y_stride_; local
38 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16;
47 VP8SimpleHFilter16(y_dst, y_bps, limit + 4);
50 VP8SimpleHFilter16i(y_dst, y_bps, limit);
53 VP8SimpleVFilter16(y_dst, y_bps, limit + 4);
56 VP8SimpleVFilter16i(y_dst, y_bps, limit);
64 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
68 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
72 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
76 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh)
    [all...]

Completed in 56 milliseconds