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 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 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...]

Completed in 47 milliseconds