Searched refs:Boost (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c328 /* Boost depends somewhat on frame rate: only used for 1 layer case. */
384 int Boost = 0; local
453 Boost = IIAccumulator*100.0/16.0;
463 Boost = GFQ_ADJUSTMENT;
466 Boost = Boost *
473 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100;
481 if (cpi->compressor_speed == 2) Boost = Boost /
966 int Boost = cpi->last_boost; local
[all...]
H A Dfirstpass.c1822 int Boost; local
1844 /* Boost for arf frame */
1846 Boost = (alt_boost * GFQ_ADJUSTMENT) / 100;
1848 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100);
1850 Boost += (i * 50);
1853 if (Boost > ((cpi->baseline_gf_interval + 1) * 200)) {
1854 Boost = ((cpi->baseline_gf_interval + 1) * 200);
1855 } else if (Boost < 125) {
1856 Boost = 125;
1859 allocation_chunks = (i * 100) + Boost;
2008 int Boost; local
[all...]
/external/googletest/googlemock/
H A DREADME.md295 If you want to use Boost's TR1 tuple library with Google Mock, please
296 refer to the Boost website (http://www.boost.org/) for how to obtain
/external/webrtc/webrtc/modules/audio_device/test/
H A Dfunc_test_manager.cc1127 PRINT_STR(Microphone Boost, available);
1148 PRINT_STR(Microphone Boost, available);
1177 PRINT_STR(Microphone Boost, available);
1911 TEST_LOG(" Microphone Boost test:\n");
1940 "\nERROR: Boost control is not available for the selected device!\n \n");
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...

Completed in 320 milliseconds