Home
last modified time | relevance | path

Searched refs:VPX_ERROR_RESILIENT_PARTITIONS (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c837 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in vp8_estimate_entropy_savings()
855 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) in vp8_update_coef_context()
879 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in vp8_update_coef_probs()
913 VPX_ERROR_RESILIENT_PARTITIONS)) { in vp8_update_coef_probs()
925 VPX_ERROR_RESILIENT_PARTITIONS) && in vp8_update_coef_probs()
1228 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in vp8_pack_bitstream()
Donyx_if.c3932 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in encode_frame_to_data_rate()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h138 #define VPX_ERROR_RESILIENT_PARTITIONS 0x2 macro
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc566 << VPX_ERROR_RESILIENT_PARTITIONS; in InitEncode()
567 vpx_configs_[0].g_error_resilient = VPX_ERROR_RESILIENT_PARTITIONS; in InitEncode()
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc161 VPX_ERROR_RESILIENT_PARTITIONS), in TEST_F()