Searched refs:f_info_ (Results 1 – 6 of 6) sorted by relevance
45 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()
178 VP8FInfo* f_info_; // filter strengths member245 VP8FInfo* f_info_; // filter strength info member
667 VP8FInfo* const finfo = dec->f_info_ + dec->mb_x_; in VP8DecodeMB()
207 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()
170 VP8FInfo* f_info_; // filter strengths (swapped with dec->f_info_) member236 VP8FInfo* f_info_; // filter strength info member
562 VP8FInfo* const finfo = dec->f_info_ + dec->mb_x_; in VP8DecodeMB()