Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c878 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in vp8_estimate_entropy_savings()
896 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) in vp8_update_coef_context()
920 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in vp8_update_coef_probs()
954 VPX_ERROR_RESILIENT_PARTITIONS)) { in vp8_update_coef_probs()
966 VPX_ERROR_RESILIENT_PARTITIONS) && in vp8_update_coef_probs()
1277 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in vp8_pack_bitstream()
Donyx_if.c3969 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in encode_frame_to_data_rate()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h144 #define VPX_ERROR_RESILIENT_PARTITIONS 0x2 macro
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc466 VPX_ERROR_RESILIENT_DEFAULT | VPX_ERROR_RESILIENT_PARTITIONS; in InitEncode()