Searched refs:f_info_ (Results 1 – 3 of 3) sorted by relevance
207 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; in DoFilter()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_ += mb_w; in AllocateMemory()
169 VP8FInfo* f_info_; // filter strengths (swapped with dec->f_info_) member235 VP8FInfo* f_info_; // filter strength info member
623 VP8FInfo* const finfo = dec->f_info_ + dec->mb_x_; in VP8DecodeMB()