HomeSort by relevance Sort by last modified time
    Searched refs:extracfg_map (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 48 static const struct extraconfig_map extracfg_map[] = { variable in typeref:struct:extraconfig_map
501 extracfg_map[i].usage && extracfg_map[i].usage != cfg->g_usage;
504 priv->vp8_cfg = extracfg_map[i].cfg;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 47 static const struct extraconfig_map extracfg_map[] = variable in typeref:struct:extraconfig_map
615 extracfg_map[i].usage && extracfg_map[i].usage != cfg->g_usage;
618 priv->vp8_cfg = extracfg_map[i].cfg;
    [all...]

Completed in 163 milliseconds