Searched refs:f_info (Results 1 – 2 of 2) sorted by relevance
87 static struct f_sys_info* create_db(struct mntent *f_info) in create_db() argument96 temp->device = xstrdup(f_info->mnt_fsname); in create_db()97 temp->mountpt = xstrdup(f_info->mnt_dir); in create_db()98 if (strchr(f_info->mnt_type, ',')) temp->type = xstrdup("auto"); in create_db()99 else temp->type = xstrdup(f_info->mnt_type); in create_db()100 temp->opts = xstrdup(f_info->mnt_opts); in create_db()101 temp->passno = f_info->mnt_passno; in create_db()
37 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; in DoFilter() local39 const int ilevel = f_info->f_ilevel_; in DoFilter()40 const int limit = f_info->f_limit_; in DoFilter()49 if (f_info->f_inner_) { in DoFilter()55 if (f_info->f_inner_) { in DoFilter()62 const int hev_thresh = f_info->hev_thresh_; in DoFilter()67 if (f_info->f_inner_) { in DoFilter()75 if (f_info->f_inner_) { in DoFilter()