Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c45 VP8FInfo* const f_info = ctx->f_info_ + mb_x; in DoFilter()
274 VP8FInfo* const tmp = ctx->f_info_; in VP8ProcessRow()
275 ctx->f_info_ = dec->f_info_; in VP8ProcessRow()
276 dec->f_info_ = tmp; in VP8ProcessRow()
462 dec->f_info_ = f_info_size ? (VP8FInfo*)mem : NULL; in AllocateMemory()
465 dec->thread_ctx_.f_info_ = dec->f_info_; in AllocateMemory()
470 dec->thread_ctx_.f_info_ += mb_w; in AllocateMemory()
Dvp8i.h178 VP8FInfo* f_info_; // filter strengths member
245 VP8FInfo* f_info_; // filter strength info member
Dvp8.c667 VP8FInfo* const finfo = dec->f_info_ + dec->mb_x_; in VP8DecodeMB()
/external/webp/src/dec/
Dframe.c207 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; in DoFilter()
542 VP8FInfo* const tmp = ctx->f_info_; in VP8ProcessRow()
543 ctx->f_info_ = dec->f_info_; in VP8ProcessRow()
544 dec->f_info_ = tmp; in VP8ProcessRow()
750 dec->f_info_ = f_info_size ? (VP8FInfo*)mem : NULL; in AllocateMemory()
753 dec->thread_ctx_.f_info_ = dec->f_info_; in AllocateMemory()
758 dec->thread_ctx_.f_info_ += mb_w; in AllocateMemory()
Dvp8i.h170 VP8FInfo* f_info_; // filter strengths (swapped with dec->f_info_) member
236 VP8FInfo* f_info_; // filter strength info member
Dvp8.c562 VP8FInfo* const finfo = dec->f_info_ + dec->mb_x_; in VP8DecodeMB()