/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 612 const unsigned int curr_frame = cpi->common.current_video_frame; in calc_active_worst_quality_one_pass_vbr() 654 ambient_qp = (cm->current_video_frame < num_frames_weight_key) ? in calc_active_worst_quality_one_pass_cbr() 712 } else if (cm->current_video_frame > 0) { in rc_pick_q_and_bounds_one_pass_cbr() 748 if (cm->current_video_frame > 1) { in rc_pick_q_and_bounds_one_pass_cbr() 774 !(cm->current_video_frame == 0)) { in rc_pick_q_and_bounds_one_pass_cbr() 901 if (cm->current_video_frame > 1) in rc_pick_q_and_bounds_one_pass_vbr() 931 !(cm->current_video_frame == 0)) { in rc_pick_q_and_bounds_one_pass_vbr() 1430 (cm->current_video_frame == 0 || in vp9_rc_get_one_pass_vbr_params() 1435 rc->this_key_frame_forced = cm->current_video_frame != 0 && in vp9_rc_get_one_pass_vbr_params() 1518 if (cpi->common.current_video_frame == 0) { in calc_iframe_target_size_one_pass_cbr() [all …]
|
D | vp9_firstpass.c | 483 (cm->current_video_frame == 0 || in set_first_pass_params() 756 if ((lc == NULL && cm->current_video_frame > 0) || in vp9_first_pass() 816 if (((lc == NULL && cm->current_video_frame > 1) || in vp9_first_pass() 1046 fps.frame = cm->current_video_frame; in vp9_first_pass() 1103 ((cm->current_video_frame > 0) && in vp9_first_pass() 1128 if (cm->current_video_frame == 0 && cpi->gld_fb_idx != INVALID_IDX && in vp9_first_pass() 1139 (int)cm->current_video_frame); in vp9_first_pass() 1141 if (cm->current_video_frame == 0) in vp9_first_pass() 1150 ++cm->current_video_frame; in vp9_first_pass() 2600 cm->current_video_frame); in vp9_rc_get_second_pass_params() [all …]
|
D | vp9_encoder.c | 1647 cm->current_video_frame = 0; in vp9_create_compressor() 1946 if (cm->current_video_frame > 0) { in vp9_remove_compressor() 2025 printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, in vp9_remove_compressor() 2957 FILE *const f = fopen("tmp.stt", cm->current_video_frame ? "a" : "w"); 2972 cpi->common.current_video_frame, 3009 fprintf(fmodes, "%6d:%1d:%1d:%1d ", cpi->common.current_video_frame, 3136 ((oxcf->resize_mode == RESIZE_FIXED && cm->current_video_frame == 0) || 3806 ++cm->current_video_frame; 3834 if (cpi->common.current_video_frame > 1) { 3941 ++cm->current_video_frame; [all …]
|
D | vp9_aq_cyclicrefresh.c | 516 if (cm->current_video_frame == 0) in vp9_cyclic_refresh_setup()
|
D | vp9_rd.c | 299 if (!cpi->sf.use_nonrd_pick_mode || (cm->current_video_frame & 0x07) == 1 || in vp9_initialize_rd_consts()
|
D | vp9_temporal_filter.c | 621 if (cpi->common.current_video_frame > 1) in adjust_arnr_filter()
|
D | vp9_denoiser.c | 561 if (cm->current_video_frame % frame_period != 0 || in vp9_denoiser_update_noise_estimate()
|
D | vp9_rdopt.c | 2430 get_chessboard_index(cm->current_video_frame)) & 0x1 : 0; in handle_inter_mode() 3191 + get_chessboard_index(cm->current_video_frame)) & 0x1; in vp9_rd_pick_inter_mode_sb()
|
D | vp9_pickmode.c | 1110 get_chessboard_index(cm->current_video_frame)) & 0x1 : 0; in vp9_pick_inter_mode()
|
D | vp9_encodeframe.c | 2408 + get_chessboard_index(cm->current_video_frame)) & 0x1; in rd_pick_partition() 3864 cm->current_video_frame * cm->MBs * sizeof(uint8_t); in input_fpmb_stats()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 385 ….bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((doubl… in frame_max_bits() 637 if (cm->current_video_frame > 0) in vp8_first_pass() 682 if (cm->current_video_frame > 1) in vp8_first_pass() 802 fps.frame = cm->current_video_frame ; in vp8_first_pass() 860 if ((cm->current_video_frame > 0) && in vp8_first_pass() 878 if (cm->current_video_frame == 0) in vp8_first_pass() 889 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame); in vp8_first_pass() 891 if (cm->current_video_frame == 0) in vp8_first_pass() 901 cm->current_video_frame++; in vp8_first_pass() 1321 …8d %8d %8d %8.2f %8.3f %8.2f %8.3f %8.3f %8.3f %8d\n", cpi->common.current_video_frame, bits_per_m… in estimate_kf_group_q() [all …]
|
D | ratectrl.c | 364 else if (cpi->common.current_video_frame == 0) in calc_iframe_target_size() 431 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in calc_iframe_target_size() 947 (int) cpi->common.current_video_frame, in calc_pframe_target_size() 1020 …cpi->common.current_video_frame, cpi->gfu_boost, GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage); in calc_pframe_target_size() 1035 fprintf(f, "%8ld GF coded\n", cpi->common.current_video_frame); in calc_pframe_target_size() 1600 cpi->common.current_video_frame++; in vp8_drop_encodedframe_overshoot()
|
D | onyx_if.c | 1871 cpi->common.current_video_frame = 0; in vp8_create_compressor() 2204 if (cpi && (cpi->common.current_video_frame > 0)) in vp8_remove_compressor() 2457 …printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, cpi->time_receive_data / … in vp8_remove_compressor() 3180 cpi->current_ref_frames[GOLDEN_FRAME] = cm->current_video_frame; in update_reference_frames() 3181 cpi->current_ref_frames[ALTREF_FRAME] = cm->current_video_frame; in update_reference_frames() 3193 cpi->current_ref_frames[ALTREF_FRAME] = cm->current_video_frame; in update_reference_frames() 3233 cpi->current_ref_frames[GOLDEN_FRAME] = cm->current_video_frame; in update_reference_frames() 3272 cpi->current_ref_frames[LAST_FRAME] = cm->current_video_frame; in update_reference_frames() 3669 if ((cm->current_video_frame == 0) || in encode_frame_to_data_rate() 3732 if (cpi->common.current_video_frame == 0 && cpi->buffer_level == 0) { in encode_frame_to_data_rate() [all …]
|
D | pickinter.c | 1300 (cpi->common.current_video_frame - in vp8_pick_inter_mode()
|
D | rdopt.c | 357 … cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); in vp8_auto_select_speed()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 106 cm->current_video_frame = 0; in vp9_decoder_create() 397 cm->current_video_frame++; in vp9_receive_compressed_data() 407 cm->current_video_frame++; in vp9_receive_compressed_data()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 158 unsigned int current_video_frame; member
|
D | postproc.c | 777 oci->current_video_frame >= 2 && in vp8_post_proc_frame()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_debugmodes.c | 18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame, in log_frame_info()
|
D | vp9_postproc.c | 645 if (cm->current_video_frame == 1) { in vp9_post_proc_frame() 691 if ((flags & VP9D_MFQE) && cm->current_video_frame >= 2 && in vp9_post_proc_frame()
|
D | vp9_onyxc_int.h | 253 unsigned int current_video_frame; member
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 88 pbi->common.current_video_frame = 0; in create_decompressor() 377 cm->current_video_frame++; in vp8dx_receive_compressed_data()
|
D | decodeframe.c | 1298 pc->current_video_frame, in vp8_decode_frame()
|