Home
last modified time | relevance | path

Searched refs:f_info_ (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c207 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; in DoFilter()
508 // ctx->id_ and ctx->f_info_ are already set in VP8ProcessRow()
532 VP8FInfo* const tmp = ctx->f_info_; in VP8ProcessRow()
533 ctx->f_info_ = dec->f_info_; in VP8ProcessRow()
534 dec->f_info_ = tmp; in VP8ProcessRow()
731 dec->f_info_ = f_info_size ? (VP8FInfo*)mem : NULL; in AllocateMemory()
734 dec->thread_ctx_.f_info_ = dec->f_info_; in AllocateMemory()
739 dec->thread_ctx_.f_info_ in AllocateMemory()
[all...]
H A Dvp8i_dec.h169 VP8FInfo* f_info_; // filter strengths (swapped with dec->f_info_) member
235 VP8FInfo* f_info_; // filter strength info member
H A Dvp8_dec.c624 VP8FInfo* const finfo = dec->f_info_ + dec->mb_x_; in VP8DecodeMB()

Completed in 4 milliseconds