Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c76 const int cache_id = ctx->id_; in ReconstructRow() local
177 const int y_offset = cache_id * 16 * dec->cache_y_stride_; in ReconstructRow()
178 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in ReconstructRow()
205 const int cache_id = ctx->id_; in DoFilter() local
208 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; in DoFilter()
230 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter()
377 const int cache_id = ctx->id_; in DitherRow() local
407 const int cache_id = ctx->id_; in FinishRow() local
411 const int y_offset = cache_id * 16 * dec->cache_y_stride_; in FinishRow()
412 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in FinishRow()
[all …]

Completed in 4 milliseconds