OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encode_breakout
(Results
26 - 30
of
30
) sorted by null
1
2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c
277
x->
encode_breakout
= cpi->segment_encode_breakout[mbmi->segment_id];
280
x->
encode_breakout
= cpi->
encode_breakout
;
[
all
...]
vp9_rdopt.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
464
oxcf->
encode_breakout
= extra_cfg->static_thresh;
552
printf("
encode_breakout
: %d\n", oxcf->
encode_breakout
);
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
652
if (raw_motion_error < cpi->oxcf.
encode_breakout
)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c
651
if (raw_motion_error < cpi->oxcf.
encode_breakout
)
[
all
...]
Completed in 593 milliseconds
1
2