OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_resilient_mode
(Results
1 - 14
of
14
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
152
unsigned int
error_resilient_mode
;
member in struct:__anon21289
vp9_onyxc_int.h
207
int
error_resilient_mode
;
member in struct:VP9Common
285
!cm->
error_resilient_mode
&&
vp9_entropymode.c
472
cm->
error_resilient_mode
|| cm->reset_frame_context == 3) {
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
1047
if (cpi->oxcf.
error_resilient_mode
& VPX_ERROR_RESILIENT_PARTITIONS)
1068
if (cpi->oxcf.
error_resilient_mode
& VPX_ERROR_RESILIENT_PARTITIONS)
1095
if (cpi->oxcf.
error_resilient_mode
& VPX_ERROR_RESILIENT_PARTITIONS)
[
all
...]
onyx_if.c
[
all
...]
ratectrl.c
[
all
...]
firstpass.c
[
all
...]
/external/libvpx/libvpx/vp8/common/
onyx.h
210
unsigned int
error_resilient_mode
;
member in struct:__anon21219
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
129
if (cm->
error_resilient_mode
|| cm->intra_only)
vp9_bitstream.c
[
all
...]
vp9_onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
335
oxcf->
error_resilient_mode
= cfg.g_error_resilient;
366
printf("error resilient: %d\n", oxcf->
error_resilient_mode
);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
297
oxcf->
error_resilient_mode
= cfg.g_error_resilient;
[
all
...]
Completed in 125 milliseconds