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

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 188 lrc->max_frame_bandwidth = rc->max_frame_bandwidth;
226 lrc->max_frame_bandwidth = rc->max_frame_bandwidth;
257 lrc->max_frame_bandwidth = cpi->rc.max_frame_bandwidth;
281 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->avg_frame_bandwidth *
    [all...]
vp9_ratectrl.h 109 int max_frame_bandwidth; // Maximum burst rate allowed for a frame. member in struct:__anon24804
vp9_ratectrl.c 229 if (target > rc->max_frame_bandwidth) target = rc->max_frame_bandwidth;
246 if (target > rc->max_frame_bandwidth) target = rc->max_frame_bandwidth;
832 if (rc->this_frame_target >= rc->max_frame_bandwidth)
    [all...]
vp9_encoder.c     [all...]
vp9_firstpass.c 300 else if (max_bits > rc->max_frame_bandwidth)
301 max_bits = rc->max_frame_bandwidth;
    [all...]

Completed in 1231 milliseconds