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 133 const int y_offset = dec->cache_id_ * 16 * dec->cache_y_stride_;
134 const int uv_offset = dec->cache_id_ * 8 * dec->cache_uv_stride_;
271 ctx->id_ = dec->cache_id_;
280 if (++dec->cache_id_ == dec->num_caches_) {
281 dec->cache_id_ = 0;
386 dec->cache_id_ = 0;
492 dec->cache_id_ = 0;
vp8i.h 200 int cache_id_; // current cache row member in struct:VP8Decoder

Completed in 26 milliseconds