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

  /external/webp/src/dec/
frame.c 268 ctx->id_ = dec->cache_id_;
277 if (++dec->cache_id_ == dec->num_caches_) {
278 dec->cache_id_ = 0;
384 dec->cache_id_ = 0;
490 dec->cache_id_ = 0;
673 const int y_offset = dec->cache_id_ * 16 * dec->cache_y_stride_;
674 const int uv_offset = dec->cache_id_ * 8 * dec->cache_uv_stride_;
vp8i.h 200 int cache_id_; // current cache row member in struct:VP8Decoder

Completed in 49 milliseconds