Home
last modified time | relevance | path

Searched refs:show_existing_frame (Results 1 – 25 of 30) sorted by relevance

12

/external/libaom/libaom/av1/encoder/
Dencode_strategy.c129 if (!cpi->common.show_existing_frame || cpi->rc.is_src_frame_alt_ref || in update_keyframe_counters()
173 if (!cpi->common.show_existing_frame || cpi->rc.is_src_frame_alt_ref || in update_gf_group_index()
306 if (frame_params->show_frame || frame_params->show_existing_frame) return 0; in get_order_offset()
635 int show_existing_frame, int ref_map_index, in av1_update_ref_frame_map() argument
647 if (show_existing_frame) in av1_update_ref_frame_map()
739 if (frame_params->show_existing_frame && in av1_get_refresh_frame_flags()
884 !frame_params->show_existing_frame && in denoise_and_encode()
1061 frame_params.show_existing_frame = 1; in av1_encode_strategy()
1063 frame_params.show_existing_frame = in av1_encode_strategy()
1069 frame_params.show_existing_frame &= allow_show_existing(cpi, *frame_flags); in av1_encode_strategy()
[all …]
Dlevel.c345 if (cm->show_existing_frame) return 0.0; in time_to_decode_frame()
536 const int show_existing_frame = cm->show_existing_frame; in av1_decoder_model_process_frame() local
537 const int show_frame = cm->show_frame || show_existing_frame; in av1_decoder_model_process_frame()
539 if (!show_existing_frame) ++decoder_model->num_decoded_frame; in av1_decoder_model_process_frame()
544 if (show_existing_frame) { in av1_decoder_model_process_frame()
964 int show_existing_frame, in store_frame_record() argument
980 record->show_existing_frame = show_existing_frame; in store_frame_record()
1022 if (!record->show_existing_frame) { in scan_past_frames()
1062 const int show_existing_frame = cm->show_existing_frame; in av1_update_level_info() local
1127 show_existing_frame, buffer); in av1_update_level_info()
Dgop_structure.c196 const int show_existing_frame = in set_gop_ref_frame_map() local
226 if (!show_existing_frame) in set_gop_ref_frame_map()
245 if (!show_existing_frame) { in set_gop_ref_frame_map()
268 if (!show_existing_frame) { in set_gop_ref_frame_map()
Dencode_strategy.h52 int show_existing_frame, int ref_map_index,
Dlevel.h45 int show_existing_frame; member
Dtpl_model.c843 frame_params.show_existing_frame = in init_gop_frames_for_tpl()
887 frame_params.show_existing_frame, in init_gop_frames_for_tpl()
914 frame_params.show_existing_frame = in init_gop_frames_for_tpl()
942 frame_params.show_existing_frame, in init_gop_frames_for_tpl()
Dencoder.h1372 int show_existing_frame; member
1696 return cm->show_existing_frame && (!cm->features.error_resilient_mode || in encode_show_existing_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c349 for (; ref_index < REF_FRAMES && !cm->show_existing_frame; ++ref_index) { in swap_frame_buffers()
394 for (; ref_index < REF_FRAMES && !cm->show_existing_frame; ++ref_index) { in release_fb_on_decoder_exit()
470 if (!cm->show_existing_frame) { in vp9_receive_compressed_data()
507 if (!cm->show_existing_frame) { in vp9_get_raw_frame()
/external/libaom/libaom/av1/decoder/
Dinspection.c46 fd->show_existing_frame = cm->show_existing_frame; in ifd_inspect()
Dinspection.h81 int show_existing_frame; member
Ddecoder.c379 if (cm->show_existing_frame || cm->show_frame) { in update_frame_buffers()
504 if (!cm->show_existing_frame) { in av1_receive_compressed_data()
Dobu.c982 if (cm->show_existing_frame) { in aom_decode_frame_from_obus()
/external/v4l2_codec2/accel/
Dvp9_uncompressed_header_parser.cc935 fhdr->show_existing_frame = reader_.ReadBool(); in Parse()
936 if (fhdr->show_existing_frame) { in Parse()
Dvp9_decoder.cc91 if (curr_frame_hdr_->show_existing_frame) { in Decode()
Dvp9_parser.cc157 return !show_existing_frame && frame_type == KEYFRAME; in IsKeyframe()
161 return !show_existing_frame && (frame_type == KEYFRAME || intra_only); in IsIntra()
Dvp9_parser.h201 bool show_existing_frame; member
/external/libgav1/libgav1/src/
Ddecoder_impl.cc956 if (!frame_header.show_existing_frame) { in DecodeFrame()
975 if (!frame_header.show_frame && !frame_header.show_existing_frame) { in DecodeFrame()
1063 if (!obu->frame_header().show_existing_frame) { in DecodeTemporalUnit()
1081 obu->frame_header().show_existing_frame) { in DecodeTemporalUnit()
1513 if (!frame_header.show_existing_frame && in ApplyFilmGrain()
Dobu_parser.cc1764 frame_header_.show_existing_frame = static_cast<bool>(scratch); in ParseFrameParameters()
1765 if (frame_header_.show_existing_frame) { in ParseFrameParameters()
2176 if (frame_header_.show_existing_frame) return true; in ParseFrameHeader()
2758 parsed_one_full_frame = frame_header_.show_existing_frame; in ParseOneFrame()
2792 if (frame_header_.show_existing_frame) { in ParseOneFrame()
/external/libgav1/libgav1/src/utils/
Dtypes.h462 bool show_existing_frame; member
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h143 int show_existing_frame; member
/external/libaom/libaom/av1/
Dav1_dx_iface.c322 const int show_existing_frame = aom_rb_read_bit(&rb); in decoder_peek_si_internal() local
323 if (!show_existing_frame) { in decoder_peek_si_internal()
571 data2->show_existing = cm->show_existing_frame; in decoder_inspect()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1213 vpx_wb_write_bit(wb, cm->show_existing_frame); in write_uncompressed_header()
1214 if (cm->show_existing_frame) { in write_uncompressed_header()
1366 if (cpi->common.show_existing_frame) { in vp9_pack_bitstream()
Dvp9_encoder.c912 if (cm->show_existing_frame) return; in vp9_swap_mi_and_prev_mi()
3198 } else if (cm->show_existing_frame) {
3300 if (cm->show_existing_frame) {
3873 if (cm->show_existing_frame) {
4204 if (cm->show_existing_frame) {
5113 if (cm->show_existing_frame == 0) {
5185 if (cm->show_existing_frame) {
5272 if (!cm->show_existing_frame) {
5329 if (!cm->show_existing_frame) {
Dvp9_ratectrl.c1606 cm->show_existing_frame = 0; in vp9_configure_buffer_updates()
1632 cm->show_existing_frame = 1; in vp9_configure_buffer_updates()
1647 cm->show_existing_frame = 1; in vp9_configure_buffer_updates()
/external/libaom/libaom/examples/
Dinspect.c620 if (frame_data.show_existing_frame) return; in inspect()

12