Home
last modified time | relevance | path

Searched refs:current_video_frame (Results 1 – 23 of 23) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c612 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 …]
Dvp9_firstpass.c483 (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 …]
Dvp9_encoder.c1647 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 …]
Dvp9_aq_cyclicrefresh.c516 if (cm->current_video_frame == 0) in vp9_cyclic_refresh_setup()
Dvp9_rd.c299 if (!cpi->sf.use_nonrd_pick_mode || (cm->current_video_frame & 0x07) == 1 || in vp9_initialize_rd_consts()
Dvp9_temporal_filter.c621 if (cpi->common.current_video_frame > 1) in adjust_arnr_filter()
Dvp9_denoiser.c561 if (cm->current_video_frame % frame_period != 0 || in vp9_denoiser_update_noise_estimate()
Dvp9_rdopt.c2430 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()
Dvp9_pickmode.c1110 get_chessboard_index(cm->current_video_frame)) & 0x1 : 0; in vp9_pick_inter_mode()
Dvp9_encodeframe.c2408 + 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/
Dfirstpass.c385 ….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 …]
Dratectrl.c364 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()
Donyx_if.c1871 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 …]
Dpickinter.c1300 (cpi->common.current_video_frame - in vp8_pick_inter_mode()
Drdopt.c357 … 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/
Dvp9_decoder.c106 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/
Donyxc_int.h158 unsigned int current_video_frame; member
Dpostproc.c777 oci->current_video_frame >= 2 && in vp8_post_proc_frame()
/external/libvpx/libvpx/vp9/common/
Dvp9_debugmodes.c18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame, in log_frame_info()
Dvp9_postproc.c645 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()
Dvp9_onyxc_int.h253 unsigned int current_video_frame; member
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c88 pbi->common.current_video_frame = 0; in create_decompressor()
377 cm->current_video_frame++; in vp8dx_receive_compressed_data()
Ddecodeframe.c1298 pc->current_video_frame, in vp8_decode_frame()