Searched refs:error_resilient_mode (Results 1 – 6 of 6) sorted by relevance
185 int error_resilient_mode; // if running over udp networks provides decodable frames after a member
1492 || cpi->oxcf.error_resilient_mode; in vp8_pack_bitstream()1506 || cpi->oxcf.error_resilient_mode) in vp8_pack_bitstream()1533 || cpi->oxcf.error_resilient_mode) in vp8_pack_bitstream()
639 if (cpi->oxcf.error_resilient_mode == 1) in vp8_calc_iframe_target_size()1051 if (cpi->oxcf.error_resilient_mode == 0 && in vp8_calc_pframe_target_size()
1912 cpi->cyclic_refresh_mode_enabled = cpi->oxcf.error_resilient_mode; in vp8_create_compressor()2728 if (cpi->oxcf.error_resilient_mode == 1 || (cpi->compressor_speed == 2)) in pick_frame_size()4223 if (!cpi->oxcf.error_resilient_mode && cm->refresh_golden_frame) in encode_frame_to_data_rate()4248 if (cpi->oxcf.error_resilient_mode == 1) in encode_frame_to_data_rate()4522 if (cpi->oxcf.error_resilient_mode) in encode_frame_to_data_rate()4823 if (cpi->oxcf.error_resilient_mode == 0 && in vp8_get_compressed_data()
2005 if (cpi->oxcf.error_resilient_mode) in vp8_second_pass()2064 if (cpi->oxcf.error_resilient_mode) in vp8_second_pass()
265 oxcf->error_resilient_mode = cfg.g_error_resilient; in set_vp8e_config()