Home
last modified time | relevance | path

Searched refs:alt_gf_bits (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1702 int alt_gf_bits = (int)((double)boost * (alt_gf_grp_bits / in define_gf_group() local
1705 if (gf_bits > alt_gf_bits) in define_gf_group()
1706 gf_bits = alt_gf_bits; in define_gf_group()
1711 int alt_gf_bits = (int)((double)twopass->kf_group_bits * in define_gf_group() local
1715 if (alt_gf_bits > gf_bits) in define_gf_group()
1716 gf_bits = alt_gf_bits; in define_gf_group()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c2214 int alt_gf_bits; in define_gf_group() local
2221 alt_gf_bits = (int)((double)Boost * (alt_gf_grp_bits / in define_gf_group()
2224 if (gf_bits > alt_gf_bits) in define_gf_group()
2226 gf_bits = alt_gf_bits; in define_gf_group()
2235 int alt_gf_bits = in define_gf_group() local
2240 if (alt_gf_bits > gf_bits) in define_gf_group()
2242 gf_bits = alt_gf_bits; in define_gf_group()