OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
428
void vp9_compute_frame_size_bounds(VP9_COMP *cpi, int *
frame_under_shoot_limit
,
433
*
frame_under_shoot_limit
= 0;
438
*
frame_under_shoot_limit
= cpi->this_frame_target * 7 / 8;
442
*
frame_under_shoot_limit
= cpi->this_frame_target * 7 / 8;
447
*
frame_under_shoot_limit
= cpi->this_frame_target * 2 / 8;
450
*
frame_under_shoot_limit
= cpi->this_frame_target * 5 / 8;
459
*
frame_under_shoot_limit
-= 200;
460
if (*
frame_under_shoot_limit
< 0)
461
*
frame_under_shoot_limit
= 0;
vp9_onyx_if.c
2968
int
frame_under_shoot_limit
;
local
[
all
...]
Completed in 77 milliseconds