Searched defs:gf_bits (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h74 int gf_bits; member in struct:twopass_rc
H A Dvp9_firstpass.c1670 int gf_bits; local
1691 gf_bits = (int)((double)boost * (twopass->gf_group_bits /
1706 if (gf_bits > alt_gf_bits)
1707 gf_bits = alt_gf_bits;
1716 if (alt_gf_bits > gf_bits)
1717 gf_bits = alt_gf_bits;
1720 // Don't allow a negative value for gf_bits.
1721 if (gf_bits < 0)
1722 gf_bits = 0;
1725 twopass->gf_bits
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c2154 int gf_bits; local
2201 gf_bits = (int)((double)Boost *
2222 if (gf_bits > alt_gf_bits)
2224 gf_bits = alt_gf_bits;
2238 if (alt_gf_bits > gf_bits)
2240 gf_bits = alt_gf_bits;
2247 if (cpi->twopass.gf_bits > (int)(cpi->buffer_level >> 1))
2248 cpi->twopass.gf_bits = (int)(cpi->buffer_level >> 1);
2251 /* Dont allow a negative value for gf_bits */
2252 if (gf_bits <
[all...]
H A Donyx_int.h600 int gf_bits; member in struct:VP8_COMP::twopass_rc
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c2154 int gf_bits; local
2201 gf_bits = (int)((double)Boost *
2222 if (gf_bits > alt_gf_bits)
2224 gf_bits = alt_gf_bits;
2238 if (alt_gf_bits > gf_bits)
2240 gf_bits = alt_gf_bits;
2247 if (cpi->twopass.gf_bits > (int)(cpi->buffer_level >> 1))
2248 cpi->twopass.gf_bits = (int)(cpi->buffer_level >> 1);
2251 /* Dont allow a negative value for gf_bits */
2252 if (gf_bits <
[all...]
H A Donyx_int.h601 int gf_bits; member in struct:VP8_COMP::twopass_rc

Completed in 156 milliseconds