/external/libaom/libaom/av1/encoder/ |
D | level.c | 432 int frame_header_count, int tiles, int show_frame, in store_frame_record() argument 447 record->show_frame = show_frame; in store_frame_record() 459 assert(buffer->buf[current_idx].show_frame); in count_frames() 468 if (!record->show_frame) continue; in count_frames() 492 if (record->show_frame) { in scan_past_frames() 519 const int show_frame = cm->show_frame; in av1_update_level_info() local 525 show_frame, show_existing_frame, buffer); in av1_update_level_info() 528 show_frame ? count_frames(buffer, TICKS_PER_SEC) : 0; in av1_update_level_info() 581 if (show_frame) level_stats->total_time_encoded = total_time_encoded; in av1_update_level_info() 595 if (show_frame) { in av1_update_level_info()
|
D | encode_strategy.c | 144 if (cpi->common.show_frame) { in update_keyframe_counters() 167 if (cpi->common.show_frame || is_frame_droppable(cpi)) { in update_frames_till_gf_update() 381 cm->show_frame ? get_ref_frame_map_idx(cm, GOLDEN_FRAME) in update_fb_of_context_type() 410 if (frame_params->show_frame || frame_params->show_existing_frame) return 0; in get_order_offset() 526 frame_params->show_frame = 0; in setup_arf_or_arf2() 599 frame_params->show_frame = 1; in choose_frame_source() 749 if ((cm->current_frame.frame_type == KEY_FRAME && cm->show_frame) || in update_ref_frame_map() 848 if ((frame_params->frame_type == KEY_FRAME && frame_params->show_frame) || in get_refresh_frame_flags() 1012 if (frame_params.show_frame || is_overlay) { in av1_encode_strategy() 1019 frame_params.show_frame = 1; in av1_encode_strategy() [all …]
|
D | level.h | 43 int show_frame; member
|
D | encoder.c | 360 if (cm->current_frame.frame_type == KEY_FRAME && cm->show_frame) { in setup_frame() 3453 if (cm->show_frame) { in set_mv_search_params() 4157 (cm->show_frame || cm->showable_frame)) { in finalize_encoded_frame() 4547 current_frame->frame_number, current_frame->order_hint, cm->show_frame, in dump_filtered_recon_frames() 4557 if (!cm->show_frame) { in dump_filtered_recon_frames() 4585 current_frame->order_hint, cm->show_frame, cm->show_existing_frame, in dump_filtered_recon_frames() 4864 if (cm->show_frame) cpi->last_show_frame_buf = cm->cur_frame; in encode_frame_to_data_rate() 4986 (frame_is_intra_only(cm) || !cm->show_frame) ? 0 : 1; in encode_frame_to_data_rate() 5097 if (cm->show_frame) cpi->last_show_frame_buf = cm->cur_frame; in encode_frame_to_data_rate() 5132 get_frame_type_enum(cm->current_frame.frame_type), cm->show_frame); in encode_frame_to_data_rate() [all …]
|
D | bitstream.c | 1285 cm->show_frame == 1) { in enc_dump_logs() 1320 mbmi->mode, bsize, cm->show_frame, mv[0].as_mv.row, mv[0].as_mv.col, in enc_dump_logs() 2807 assert(cm->show_frame == 1); in write_uncompressed_header_obu() 2831 aom_wb_write_bit(wb, cm->show_frame); in write_uncompressed_header_obu() 2832 if (cm->show_frame) { in write_uncompressed_header_obu() 2841 } else if (!(current_frame->frame_type == KEY_FRAME && cm->show_frame)) { in write_uncompressed_header_obu() 2927 if ((current_frame->frame_type == KEY_FRAME && !cm->show_frame) || in write_uncompressed_header_obu() 3097 (cm->show_frame || cm->showable_frame)) in write_uncompressed_header_obu() 3767 if (cm->current_frame.frame_type == KEY_FRAME && cm->show_frame) { in av1_pack_bitstream()
|
/external/u-boot/arch/m68k/lib/ |
D | traps.c | 19 static void show_frame(struct pt_regs *fp) in show_frame() function 36 show_frame (fp); in exc_handler()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 412 cm->last_show_frame = cm->show_frame; in vp9_receive_compressed_data() 417 if (cm->show_frame) cm->cur_show_frame_fb_idx = cm->new_fb_idx; in vp9_receive_compressed_data() 422 if (cm->show_frame) { in vp9_receive_compressed_data() 443 if (!cm->show_frame) return ret; in vp9_get_raw_frame()
|
/external/libvpx/libvpx/vp8/common/ |
D | header.h | 22 unsigned int show_frame : 1; member
|
D | onyxc_int.h | 95 int show_frame; member
|
/external/libaom/libaom/av1/decoder/ |
D | inspection.c | 46 fd->show_frame = cm->show_frame; in ifd_inspect()
|
D | inspection.h | 68 int show_frame; member
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 296 cm->show_frame = 0; in check_fragments_for_errors() 349 if (cm->show_frame) { in vp8dx_receive_compressed_data() 388 if (pbi->common.show_frame == 0) return ret; in vp8dx_get_raw_frame()
|
/external/v4l2_codec2/vda/ |
D | vp9_uncompressed_header_parser.cc | 938 fhdr->show_frame = true; in Parse() 954 fhdr->show_frame = reader_.ReadBool(); in Parse() 968 if (!fhdr->show_frame) in Parse()
|
D | vp8_parser.h | 111 bool show_frame; member
|
D | vp8_decoder.cc | 172 if (curr_frame_hdr_->show_frame) in DecodeAndOutputCurrentFrame()
|
D | vp9_decoder.cc | 201 if (pic->frame_hdr->show_frame) { in DecodeAndOutputPicture()
|
D | vp9_parser.h | 206 bool show_frame; member
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_debugmodes.c | 19 cm->show_frame, cm->base_qindex); in log_frame_info()
|
D | vp9_onyxc_int.h | 141 int show_frame; member
|
/external/python/cpython3/Lib/idlelib/ |
D | debugger.py | 309 def show_frame(self, stackitem): member in Debugger 431 self.gui.show_frame(self.stack[index]) 444 self.gui.show_frame(self.stack[index])
|
/external/python/cpython2/Lib/idlelib/ |
D | Debugger.py | 304 def show_frame(self, stackitem): member in Debugger 428 self.gui.show_frame(self.stack[index]) 441 self.gui.show_frame(self.stack[index])
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 118 int show_frame; in decoder_peek_si_internal() local 142 show_frame = vpx_rb_read_bit(&rb); in decoder_peek_si_internal() 152 intra_only_flag = show_frame ? 0 : vpx_rb_read_bit(&rb); in decoder_peek_si_internal()
|
/external/libaom/libaom/av1/common/ |
D | debugmodes.c | 21 cm->show_frame, cm->base_qindex); in log_frame_info()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 107 cm->show_frame ? DISABLE_ALL_SPLIT : DISABLE_ALL_INTER_SPLIT; in set_good_speed_feature_framesize_dependent() 133 cm->show_frame ? DISABLE_ALL_SPLIT : DISABLE_ALL_INTER_SPLIT; in set_good_speed_feature_framesize_dependent() 394 cm->show_frame ? DISABLE_ALL_SPLIT : DISABLE_ALL_INTER_SPLIT; in set_rt_speed_feature_framesize_dependent() 403 cm->show_frame ? DISABLE_ALL_SPLIT : DISABLE_ALL_INTER_SPLIT; in set_rt_speed_feature_framesize_dependent()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 1017 oh.show_frame = (int)pc->show_frame; in vp8_pack_bitstream() 1265 int v = (oh.first_partition_length_in_bytes << 5) | (oh.show_frame << 4) | in vp8_pack_bitstream()
|