Searched refs:f_info (Results 1 – 3 of 3) 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()
207 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; in DoFilter() local209 const int ilevel = f_info->f_ilevel_; in DoFilter()210 const int limit = f_info->f_limit_; in DoFilter()219 if (f_info->f_inner_) { in DoFilter()225 if (f_info->f_inner_) { in DoFilter()232 const int hev_thresh = f_info->hev_thresh_; in DoFilter()237 if (f_info->f_inner_) { in DoFilter()245 if (f_info->f_inner_) { in DoFilter()
186 " f_info = transformer.EntityInfo(\n",192 " ctx = transformer.Context(f_info, None, None)\n",