OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encode_breakout_thresh
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.c
152
sf->
encode_breakout_thresh
= 1;
175
sf->
encode_breakout_thresh
= 8;
214
sf->
encode_breakout_thresh
= 200;
230
sf->
encode_breakout_thresh
= 700;
248
sf->
encode_breakout_thresh
= 1000;
335
sf->
encode_breakout_thresh
= 0;
381
sf->
encode_breakout_thresh
> cpi->encode_breakout)
382
cpi->encode_breakout = sf->
encode_breakout_thresh
;
vp9_speed_features.h
301
int
encode_breakout_thresh
;
member in struct:__anon30273
/external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c
249
sf->
encode_breakout_thresh
= (VPXMIN(cm->width, cm->height) >= 720) ?
431
sf->
encode_breakout_thresh
> cpi->encode_breakout) {
432
cpi->encode_breakout = sf->
encode_breakout_thresh
;
515
sf->
encode_breakout_thresh
= 0;
vp9_speed_features.h
398
int
encode_breakout_thresh
;
member in struct:SPEED_FEATURES
Completed in 94 milliseconds