HomeSort by relevance Sort by last modified time
    Searched defs:Boost (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 343 /* boost defaults to half second */
381 /* Boost depends somewhat on frame rate: only used for 1 layer case. */
443 int Boost = 0;
512 Boost = IIAccumulator*100.0/16.0;
521 /* Adjust boost based upon ambient Q */
522 Boost = GFQ_ADJUSTMENT;
525 Boost = Boost * gf_intra_usage_adjustment[(cpi->this_frame_percent_intra < 15) ? cpi->this_frame_percent_intra : 14] / 100;
527 /* Adjust gf boost based upon GF usage since last GF */
528 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100
    [all...]
firstpass.c 2300 int boost = (cpi->source_alt_ref_pending) local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 343 /* boost defaults to half second */
381 /* Boost depends somewhat on frame rate: only used for 1 layer case. */
443 int Boost = 0;
512 Boost = IIAccumulator*100.0/16.0;
521 /* Adjust boost based upon ambient Q */
522 Boost = GFQ_ADJUSTMENT;
525 Boost = Boost * gf_intra_usage_adjustment[(cpi->this_frame_percent_intra < 15) ? cpi->this_frame_percent_intra : 14] / 100;
527 /* Adjust gf boost based upon GF usage since last GF */
528 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100
    [all...]
firstpass.c 2302 int boost = (cpi->source_alt_ref_pending) local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 1095 milliseconds