Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/frontends/va/
Dpicture_vp9.c47 …text->desc.vp9.picture_parameter.pic_fields.error_resilient_mode = vp9->pic_fields.bits.error_resi… in vlVaHandlePictureParameterBufferVP9()
181 bool frame_type, show_frame, error_resilient_mode; in vlVaDecoderVP9BitstreamHeader() local
206 error_resilient_mode = vp9_u(&vlc, 1); in vlVaDecoderVP9BitstreamHeader()
219 if (!error_resilient_mode) in vlVaDecoderVP9BitstreamHeader()
268 if (!error_resilient_mode) { in vlVaDecoderVP9BitstreamHeader()
/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()
1137 xd->mode_ref_lf_delta_update || cpi->oxcf.error_resilient_mode; in vp8_pack_bitstream()
1149 cpi->oxcf.error_resilient_mode) { in vp8_pack_bitstream()
1170 cpi->oxcf.error_resilient_mode) { in vp8_pack_bitstream()
1228 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in vp8_pack_bitstream()
Donyx_if.c1539 if (!cpi->oxcf.error_resilient_mode && in vp8_change_config()
1851 (cpi->oxcf.error_resilient_mode || in vp8_create_compressor()
1869 if (!cpi->oxcf.error_resilient_mode && in vp8_create_compressor()
3930 if (cpi->oxcf.error_resilient_mode) cm->refresh_entropy_probs = 0; in encode_frame_to_data_rate()
3932 if (cpi->oxcf.error_resilient_mode & VPX_ERROR_RESILIENT_PARTITIONS) { in encode_frame_to_data_rate()
4357 if (!cpi->oxcf.error_resilient_mode && cm->refresh_golden_frame && in encode_frame_to_data_rate()
4425 if (cpi->oxcf.error_resilient_mode) { in encode_frame_to_data_rate()
4711 if (!cpi->oxcf.error_resilient_mode) { in encode_frame_to_data_rate()
4840 if (cpi->oxcf.error_resilient_mode == 0 && cpi->oxcf.play_alternate && in vp8_get_compressed_data()
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c122 if (cm->features.error_resilient_mode) { in set_additional_frame_flags()
203 frame_params->error_resilient_mode = ext_flags->use_error_resilient; in set_ext_overrides()
207 frame_params->error_resilient_mode &= frame_params->frame_type != KEY_FRAME; in set_ext_overrides()
209 frame_params->error_resilient_mode |= frame_params->frame_type == S_FRAME; in set_ext_overrides()
239 if (intra_only || frame_params->error_resilient_mode || cpi->use_svc || in choose_primary_ref_frame()
272 if (frame_is_intra_only(cm) || cm->features.error_resilient_mode || in update_fb_of_context_type()
492 cpi->oxcf.error_resilient_mode || in allow_show_existing()
740 (!frame_params->error_resilient_mode || in av1_get_refresh_frame_flags()
Daq_complexity.c51 return frame_is_intra_only(cm) || cm->features.error_resilient_mode || in is_frame_aq_enabled()
Daq_variance.c67 if (frame_is_intra_only(cm) || cm->features.error_resilient_mode || in av1_vaq_frame_setup()
Dsegmentation.c236 assert(!cm->features.error_resilient_mode); in av1_choose_segmap_coding_method()
Dencoder.h320 unsigned int error_resilient_mode; member
1365 int error_resilient_mode; member
1696 return cm->show_existing_frame && (!cm->features.error_resilient_mode || in encode_show_existing_frame()
Dbitstream.c2870 assert(features->error_resilient_mode); in write_uncompressed_header_obu()
2872 aom_wb_write_bit(wb, features->error_resilient_mode); in write_uncompressed_header_obu()
2924 if (!features->error_resilient_mode && !frame_is_intra_only(cm)) { in write_uncompressed_header_obu()
2965 if (features->error_resilient_mode && in write_uncompressed_header_obu()
3041 if (!features->error_resilient_mode && frame_size_override_flag) { in write_uncompressed_header_obu()
3710 if (!first_tg && cm->features.error_resilient_mode) { in write_tiles_in_tg_obus()
/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.c1221 vpx_wb_write_bit(wb, cm->error_resilient_mode); in write_uncompressed_header()
1230 if (!cm->error_resilient_mode) in write_uncompressed_header()
1262 if (!cm->error_resilient_mode) { in write_uncompressed_header()
/external/libwebm/common/
Dvp9_header_parser.h62 int error_resilient_mode() const { return error_resilient_mode_; } in error_resilient_mode() function
/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/libgav1/libgav1/src/
Dobu_parser.cc618 if (!frame_header_.error_resilient_mode || in ParseReferenceOrderHint()
1756 frame_header_.error_resilient_mode || in ReadAllowWarpedMotion()
1869 frame_header_.error_resilient_mode = true; in ParseFrameParameters()
1872 frame_header_.error_resilient_mode = static_cast<bool>(scratch); in ParseFrameParameters()
1945 frame_header_.error_resilient_mode) { in ParseFrameParameters()
2053 !frame_header_.error_resilient_mode) { in ParseFrameParameters()
2095 if (frame_header_.error_resilient_mode || in ParseFrameParameters()
/external/libgav1/libgav1/src/utils/
Dtypes.h470 bool error_resilient_mode; member
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c453 if (cm->frame_type == KEY_FRAME || cm->error_resilient_mode || in vp9_setup_past_independence()
Dvp9_onyxc_int.h240 int error_resilient_mode; member
/external/libaom/libaom/av1/common/
Dav1_common_int.h330 bool error_resilient_mode; member
879 return !cm->features.error_resilient_mode && in frame_might_allow_ref_frame_mvs()
887 return !cm->features.error_resilient_mode && !frame_is_intra_only(cm) && in frame_might_allow_warped_motion()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h730 uint32_t error_resilient_mode:1; member
/external/libwebm/
Dwebm_info.cc728 const int error_resilient_mode = parser->error_resilient_mode(); in PrintVP9Info() local
761 version, altref_frame, error_resilient_mode, row_tiles, in PrintVP9Info()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2679 cm->error_resilient_mode = vpx_rb_read_bit(rb); in read_uncompressed_header()
2704 cm->error_resilient_mode ? 0 : vpx_rb_read_literal(rb, 2); in read_uncompressed_header()
2777 if (!cm->error_resilient_mode) { in read_uncompressed_header()
2812 if (frame_is_intra_only(cm) || cm->error_resilient_mode) in read_uncompressed_header()
2980 !cm->error_resilient_mode && cm->width == cm->last_width && in vp9_decode_frame()
3042 if (!cm->error_resilient_mode && !cm->frame_parallel_decoding_mode) { in vp9_decode_frame()
/external/libaom/libaom/av1/
Dav1_cx_iface.c89 int error_resilient_mode; member
966 oxcf->error_resilient_mode = in set_encoder_config()
967 cfg->g_error_resilient | extra_cfg->error_resilient_mode; in set_encoder_config()
1582 extra_cfg.error_resilient_mode = CAST(AV1E_SET_ERROR_RESILIENT_MODE, args); in ctrl_set_error_resilient_mode()

12