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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.h 23 extern void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit);
ratectrl.c     [all...]
onyx_if.c 3314 int frame_under_shoot_limit; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 27 int *frame_under_shoot_limit,
vp9_ratectrl.c 455 void vp9_compute_frame_size_bounds(VP9_COMP *cpi, int *frame_under_shoot_limit,
460 *frame_under_shoot_limit = 0;
465 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8;
469 *frame_under_shoot_limit = cpi->this_frame_target * 7 / 8;
474 *frame_under_shoot_limit = cpi->this_frame_target * 2 / 8;
477 *frame_under_shoot_limit = cpi->this_frame_target * 5 / 8;
486 *frame_under_shoot_limit -= 200;
487 if (*frame_under_shoot_limit < 0)
488 *frame_under_shoot_limit = 0;
vp9_onyx_if.c 2564 int frame_under_shoot_limit; local
    [all...]

Completed in 96 milliseconds