Searched refs:f_info_ (Results 1 – 3 of 3) sorted by relevance
37 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; in DoFilter()375 VP8FInfo* const tmp = ctx->f_info_; in VP8ProcessRow()376 ctx->f_info_ = dec->f_info_; in VP8ProcessRow()377 dec->f_info_ = tmp; in VP8ProcessRow()583 dec->f_info_ = f_info_size ? (VP8FInfo*)mem : NULL; in AllocateMemory()586 dec->thread_ctx_.f_info_ = dec->f_info_; in AllocateMemory()591 dec->thread_ctx_.f_info_ += mb_w; in AllocateMemory()
207 VP8FInfo* f_info_; // filter strengths (swapped with dec->f_info_) member273 VP8FInfo* f_info_; // filter strength info member
569 VP8FInfo* const finfo = dec->f_info_ + dec->mb_x_; in VP8DecodeMB()