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

  /external/libvpx/vp8/encoder/
ratectrl.c 345 cpi->this_frame_target = cpi->per_frame_bandwidth; // New Two pass RC
365 cpi->this_frame_target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4;
390 // cpi->common.current_video_frame, cpi->target_bandwidth, cpi->frames_to_key, kf_boost_qadjustment[cpi->ni_av_qi], cpi->kf_boost, (cpi->this_frame_target *100 / cpi->per_frame_bandwidth), cpi->this_frame_target );
629 cpi->this_frame_target = (baseline_bits_at_q(0, Q, cpi->common.MBs) * Boost) / 100;
638 cpi->this_frame_target = 2 * cpi->av_per_frame_bandwidth;
643 // Be careful of 32-bit OVERFLOW if restructuring the caluclation of cpi->this_frame_target
647 cpi->this_frame_target = (((bits_per_mb_at_this_q * cpi->common.MBs) >> BPER_MB_NORMBITS) * Boost) / 100;
683 cpi->this_frame_target = cpi->per_frame_bandwidth;
739 cpi->this_frame_target = alt_boost * (bits_in_section / allocation_chunks)
    [all...]
onyx_if.c     [all...]
onyx_int.h 350 int this_frame_target; member in struct:__anon5136

Completed in 39 milliseconds