HomeSort by relevance Sort by last modified time
    Searched refs:frame_over_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 3313 int frame_over_shoot_limit; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 28 int *frame_over_shoot_limit);
vp9_ratectrl.c 429 int *frame_over_shoot_limit) {
434 *frame_over_shoot_limit = INT_MAX;
437 *frame_over_shoot_limit = cpi->this_frame_target * 9 / 8;
441 *frame_over_shoot_limit = cpi->this_frame_target * 9 / 8;
446 *frame_over_shoot_limit = cpi->this_frame_target * 11 / 8;
449 *frame_over_shoot_limit = cpi->this_frame_target * 11 / 8;
458 *frame_over_shoot_limit += 200;
vp9_onyx_if.c 2967 int frame_over_shoot_limit; local
    [all...]

Completed in 38 milliseconds