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

  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 47 static const struct extraconfig_map extracfg_map[] = variable in typeref:struct:extraconfig_map
614 extracfg_map[i].usage && extracfg_map[i].usage != cfg->g_usage;
617 priv->vp8_cfg = extracfg_map[i].cfg;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 49 static const struct extraconfig_map extracfg_map[] = { variable in typeref:struct:extraconfig_map
546 extracfg_map[i].usage && extracfg_map[i].usage != cfg->g_usage;
549 priv->extra_cfg = extracfg_map[i].cfg;
    [all...]

Completed in 42 milliseconds