OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thresh_rate_sb
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h
58
int64_t
thresh_rate_sb
;
member in struct:CYCLIC_REFRESH
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c
46
int64_t
thresh_rate_sb
;
member in struct:CYCLIC_REFRESH
100
if (cr->projected_rate_sb < cr->
thresh_rate_sb
)
210
cr->
thresh_rate_sb
= (rc->sb64_target_rate * 256) >> 2;
217
cr->
thresh_rate_sb
= (rc->sb64_target_rate * 256) >> 3;
Completed in 104 milliseconds