Searched refs:VPX_ERROR_RESILIENT_PARTITIONS (Results 1 – 4 of 4) sorted by relevance
1048 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) in vp8_estimate_entropy_savings()1069 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) in vp8_update_coef_context()1096 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) in vp8_update_coef_probs()1138 VPX_ERROR_RESILIENT_PARTITIONS)) in vp8_update_coef_probs()1153 VPX_ERROR_RESILIENT_PARTITIONS) && in vp8_update_coef_probs()1517 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) in vp8_pack_bitstream()
4347 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) in encode_frame_to_data_rate()
147 #define VPX_ERROR_RESILIENT_PARTITIONS 0x2 /**< The frame partitions are macro
466 VPX_ERROR_RESILIENT_DEFAULT | VPX_ERROR_RESILIENT_PARTITIONS; in InitEncode()