Home
last modified time | relevance | path

Searched refs:error_resilient_mode (Results 1 – 25 of 32) sorted by relevance

12

/external/libaom/libaom/av1/encoder/
Dencode_strategy.c140 if (cm->error_resilient_mode) *frame_flags |= FRAMEFLAGS_ERROR_RESILIENT; in set_additional_frame_flags()
233 frame_params->error_resilient_mode = cpi->ext_use_error_resilient; in set_ext_overrides()
237 frame_params->error_resilient_mode &= frame_params->frame_type != KEY_FRAME; in set_ext_overrides()
239 frame_params->error_resilient_mode |= frame_params->frame_type == S_FRAME; in set_ext_overrides()
327 if (intra_only || frame_params->error_resilient_mode || in get_current_frame_ref_type()
350 if (intra_only || frame_params->error_resilient_mode || in choose_primary_ref_frame()
375 if (frame_is_intra_only(cm) || cm->error_resilient_mode || in update_fb_of_context_type()
622 cpi->oxcf.error_resilient_mode || in allow_show_existing()
855 (!frame_params->error_resilient_mode || in get_refresh_frame_flags()
Daq_complexity.c65 if (frame_is_intra_only(cm) || cm->error_resilient_mode || in av1_setup_in_frame_q_adj()
Daq_variance.c66 if (frame_is_intra_only(cm) || cm->error_resilient_mode || in av1_vaq_frame_setup()
Dencoder.h285 unsigned int error_resilient_mode; member
1011 int error_resilient_mode; member
1244 return cm->show_existing_frame && (!cm->error_resilient_mode || in encode_show_existing_frame()
Dsegmentation.c229 assert(!cm->error_resilient_mode); in av1_choose_segmap_coding_method()
Dbitstream.c2840 assert(cm->error_resilient_mode); in write_uncompressed_header_obu()
2842 aom_wb_write_bit(wb, cm->error_resilient_mode); in write_uncompressed_header_obu()
2893 if (!cm->error_resilient_mode && !frame_is_intra_only(cm)) { in write_uncompressed_header_obu()
2934 if (cm->error_resilient_mode && in write_uncompressed_header_obu()
3010 if (!cm->error_resilient_mode && frame_size_override_flag) { in write_uncompressed_header_obu()
3667 if (!first_tg && cm->error_resilient_mode) { in write_tiles_in_tg_obus()
Dencoder.c355 if (frame_is_intra_only(cm) || cm->error_resilient_mode || in setup_frame()
1040 !oxcf->large_scale_tile && oxcf->error_resilient_mode; in init_seq_coding_tools()
5187 cm->error_resilient_mode = frame_params->error_resilient_mode; in av1_encode()
5688 cpi->ext_use_error_resilient = cpi->oxcf.error_resilient_mode | in av1_apply_encoding_flags()
/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc955 fhdr->error_resilient_mode = reader_.ReadBool(); in Parse()
971 if (!fhdr->error_resilient_mode) in Parse()
1052 if (fhdr->error_resilient_mode) { in Parse()
1065 if (fhdr->IsKeyframe() || fhdr->error_resilient_mode || in Parse()
Dvp9_parser.h207 bool error_resilient_mode; member
/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()
912 if (!(cpi->oxcf.error_resilient_mode & in vp8_update_coef_probs()
924 if ((cpi->oxcf.error_resilient_mode & in vp8_update_coef_probs()
1131 xd->mode_ref_lf_delta_update || cpi->oxcf.error_resilient_mode; in vp8_pack_bitstream()
1143 cpi->oxcf.error_resilient_mode) { in vp8_pack_bitstream()
1164 cpi->oxcf.error_resilient_mode) { in vp8_pack_bitstream()
1222 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in vp8_pack_bitstream()
Donyx_if.c1535 if (!cpi->oxcf.error_resilient_mode && in vp8_change_config()
1843 (cpi->oxcf.error_resilient_mode || in vp8_create_compressor()
1861 if (!cpi->oxcf.error_resilient_mode && in vp8_create_compressor()
3925 if (cpi->oxcf.error_resilient_mode) cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()
3927 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in encode_frame_to_data_rate()
4344 if (!cpi->oxcf.error_resilient_mode && cm->refresh_golden_frame) { in encode_frame_to_data_rate()
4411 if (cpi->oxcf.error_resilient_mode) { in encode_frame_to_data_rate()
4693 if (!cpi->oxcf.error_resilient_mode) { in encode_frame_to_data_rate()
4822 if (cpi->oxcf.error_resilient_mode == 0 && cpi->oxcf.play_alternate && in vp8_get_compressed_data()
Dratectrl.c884 if (cpi->oxcf.error_resilient_mode == 0 && in calc_pframe_target_size()
Dfirstpass.c2293 if (cpi->oxcf.error_resilient_mode) { in vp8_second_pass()
2335 if (cpi->oxcf.error_resilient_mode) { in vp8_second_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_360.c45 cm->error_resilient_mode) { in vp9_360aq_frame_setup()
Dvp9_aq_complexity.c54 if (frame_is_intra_only(cm) || cm->error_resilient_mode || in vp9_setup_in_frame_q_adj()
Dvp9_aq_variance.c52 if (frame_is_intra_only(cm) || cm->error_resilient_mode || in vp9_vaq_frame_setup()
Dvp9_bitstream.c1216 vpx_wb_write_bit(wb, cm->error_resilient_mode); in write_uncompressed_header()
1225 if (!cm->error_resilient_mode) in write_uncompressed_header()
1257 if (!cm->error_resilient_mode) { in write_uncompressed_header()
Dvp9_encoder.h235 unsigned int error_resilient_mode; member
/external/libvpx/libvpx/vp8/common/
Donyx.h211 unsigned int error_resilient_mode; member
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc113 EXPECT_EQ(encode_parms.error_resilient, common->error_resilient_mode); in HandleDecodeResult()
/external/libaom/libaom/av1/common/
Donyxc_int.h488 int error_resilient_mode; member
699 return !cm->error_resilient_mode && in frame_might_allow_ref_frame_mvs()
707 return !cm->error_resilient_mode && !frame_is_intra_only(cm) && in frame_might_allow_warped_motion()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h240 int error_resilient_mode; member
Dvp9_entropymode.c453 if (cm->frame_type == KEY_FRAME || cm->error_resilient_mode || in vp9_setup_past_independence()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2225 cm->error_resilient_mode = vpx_rb_read_bit(rb); in read_uncompressed_header()
2250 cm->error_resilient_mode ? 0 : vpx_rb_read_literal(rb, 2); in read_uncompressed_header()
2323 if (!cm->error_resilient_mode) { in read_uncompressed_header()
2358 if (frame_is_intra_only(cm) || cm->error_resilient_mode) in read_uncompressed_header()
2513 !cm->error_resilient_mode && cm->width == cm->last_width && in vp9_decode_frame()
2569 if (!cm->error_resilient_mode && !cm->frame_parallel_decoding_mode) { in vp9_decode_frame()
/external/libaom/libaom/av1/
Dav1_cx_iface.c87 int error_resilient_mode; member
818 oxcf->error_resilient_mode = in set_encoder_config()
819 cfg->g_error_resilient | extra_cfg->error_resilient_mode; in set_encoder_config()
1388 extra_cfg.error_resilient_mode = CAST(AV1E_SET_ERROR_RESILIENT_MODE, args); in ctrl_set_error_resilient_mode()

12