Searched refs:num_caches_ (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dec/
H A Dvp8i.h239 int num_caches_; // number of cached rows of 16 pixels (1, 2 or 3) member in struct:VP8Decoder
H A Dframe.c329 if (cache_id + 1 == dec->num_caches_) {
381 if (++dec->cache_id_ == dec->num_caches_) {
498 dec->num_caches_ =
501 dec->num_caches_ = ST_CACHE_LINES;
535 const int num_caches = dec->num_caches_;
648 if (!InitThreadContext(dec)) return 0; // call first. Sets dec->num_caches_.

Completed in 99 milliseconds