Home
last modified time | relevance | path

Searched refs:under_shoot_limit (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1383 int64_t over_shoot_limit, under_shoot_limit; in vp8_compute_frame_size_bounds() local
1387 under_shoot_limit = this_frame_target * 7 / 8; in vp8_compute_frame_size_bounds()
1392 under_shoot_limit = this_frame_target * 7 / 8; in vp8_compute_frame_size_bounds()
1403 under_shoot_limit = this_frame_target * 6 / 8; in vp8_compute_frame_size_bounds()
1410 under_shoot_limit = this_frame_target * 4 / 8; in vp8_compute_frame_size_bounds()
1413 under_shoot_limit = this_frame_target * 5 / 8; in vp8_compute_frame_size_bounds()
1424 under_shoot_limit = this_frame_target * 2 / 8; in vp8_compute_frame_size_bounds()
1427 under_shoot_limit = this_frame_target * 5 / 8; in vp8_compute_frame_size_bounds()
1438 under_shoot_limit -= 200; in vp8_compute_frame_size_bounds()
1439 if (under_shoot_limit < 0) under_shoot_limit = 0; in vp8_compute_frame_size_bounds()
[all …]