Home
last modified time | relevance | path

Searched refs:cache_id_ (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c270 ctx->id_ = dec->cache_id_; in VP8ProcessRow()
279 if (++dec->cache_id_ == dec->num_caches_) { in VP8ProcessRow()
280 dec->cache_id_ = 0; in VP8ProcessRow()
386 dec->cache_id_ = 0; in InitThreadContext()
492 dec->cache_id_ = 0; in AllocateMemory()
675 const int y_offset = dec->cache_id_ * 16 * dec->cache_y_stride_; in VP8ReconstructBlock()
676 const int uv_offset = dec->cache_id_ * 8 * dec->cache_uv_stride_; in VP8ReconstructBlock()
Dvp8i.h202 int cache_id_; // current cache row member
/external/webp/src/dec/
Dframe.c530 ctx->id_ = dec->cache_id_; in VP8ProcessRow()
548 if (++dec->cache_id_ == dec->num_caches_) { in VP8ProcessRow()
549 dec->cache_id_ = 0; in VP8ProcessRow()
655 dec->cache_id_ = 0; in InitThreadContext()
784 dec->cache_id_ = 0; in AllocateMemory()
Dvp8i.h201 int cache_id_; // current cache row member