OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_frame_target
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
166
cpi->
this_frame_target
= target;
188
cpi->
this_frame_target
= cpi->per_frame_bandwidth;
191
cpi->
this_frame_target
= cpi->per_frame_bandwidth;
200
if (cpi->
this_frame_target
< min_frame_target)
201
cpi->
this_frame_target
= min_frame_target;
205
cpi->inter_frame_target = cpi->
this_frame_target
;
223
cpi->
this_frame_target
= cpi->per_frame_bandwidth;
225
cpi->
this_frame_target
=
234
cpi->
this_frame_target
= 0;
437
*frame_over_shoot_limit = cpi->
this_frame_target
* 9 / 8
[
all
...]
vp9_onyx_if.c
[
all
...]
vp9_onyx_int.h
403
int
this_frame_target
;
member in struct:VP9_COMP
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
423
cpi->
this_frame_target
= (int)target;
643
cpi->
this_frame_target
= cpi->per_frame_bandwidth;
655
cpi->
this_frame_target
= cpi->per_frame_bandwidth;
678
cpi->
this_frame_target
= cpi->per_frame_bandwidth - Adjustment;
680
if (cpi->
this_frame_target
< min_frame_target)
681
cpi->
this_frame_target
= min_frame_target;
684
cpi->
this_frame_target
= cpi->per_frame_bandwidth;
689
if ((cpi->gf_overspend_bits > 0) && (cpi->
this_frame_target
> min_frame_target))
693
if (Adjustment > (cpi->
this_frame_target
- min_frame_target))
694
Adjustment = (cpi->
this_frame_target
- min_frame_target)
[
all
...]
onyx_if.c
[
all
...]
onyx_int.h
365
int
this_frame_target
;
member in struct:VP8_COMP
Completed in 35 milliseconds