HomeSort by relevance Sort by last modified time
    Searched refs:per_frame_bandwidth (Results 1 - 4 of 4) 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 );
673 else if (min_frame_target < cpi->per_frame_bandwidth / 4)
674 min_frame_target = cpi->per_frame_bandwidth / 4;
682 cpi->per_frame_bandwidth = cpi->gf_bits; // Per frame bit target for the alt ref frame
683 cpi->this_frame_target = cpi->per_frame_bandwidth;
721 if ( Adjustment > (cpi->per_frame_bandwidth - min_frame_target) )
722 Adjustment = (cpi->per_frame_bandwidth - min_frame_target);
728 cpi->inter_frame_target = cpi->per_frame_bandwidth - Adjustment
    [all...]
onyx_int.h 386 int per_frame_bandwidth; // Current section per frame bandwidth target member in struct:__anon5299
firstpass.c     [all...]
onyx_if.c     [all...]

Completed in 17 milliseconds