Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c890 const unsigned int curr_frame = cpi->common.current_video_frame; in calc_active_worst_quality_one_pass_vbr()
936 ambient_qp = (cm->current_video_frame < num_frames_weight_key) in calc_active_worst_quality_one_pass_cbr()
1007 } else if (cm->current_video_frame > 0) { in rc_pick_q_and_bounds_one_pass_cbr()
1040 if (cm->current_video_frame > 1) { in rc_pick_q_and_bounds_one_pass_cbr()
1208 rc, q, q * delta_rate[cm->current_video_frame % FIXED_GF_INTERVAL], in rc_pick_q_and_bounds_one_pass_vbr()
1214 if (cm->current_video_frame > 1) { in rc_pick_q_and_bounds_one_pass_vbr()
1244 !(cm->current_video_frame == 0)) { in rc_pick_q_and_bounds_one_pass_vbr()
1913 cpi->common.current_video_frame++; in vp9_rc_postencode_update_drop_frame()
1973 (cm->current_video_frame == 0 || (cpi->frame_flags & FRAMEFLAGS_KEY) || in vp9_rc_get_one_pass_vbr_params()
1977 cm->current_video_frame != 0 && rc->frames_to_key == 0; in vp9_rc_get_one_pass_vbr_params()
[all …]
Dvp9_firstpass.c477 (cm->current_video_frame == 0 || (cpi->frame_flags & FRAMEFLAGS_KEY))) { in set_first_pass_params()
728 fps->frame = cm->current_video_frame; in first_pass_stat_calc()
956 if (cm->current_video_frame == 0) { in vp9_first_pass_encode_tile_mb_row()
1038 if (cm->current_video_frame > 0) { in vp9_first_pass_encode_tile_mb_row()
1111 if ((cm->current_video_frame > 1) && gld_yv12 != NULL) { in vp9_first_pass_encode_tile_mb_row()
1439 ((cm->current_video_frame > 0) && in vp9_first_pass()
1460 if (cm->current_video_frame == 0 && cpi->gld_fb_idx != INVALID_IDX) { in vp9_first_pass()
1470 (int)cm->current_video_frame); in vp9_first_pass()
1472 if (cm->current_video_frame == 0) in vp9_first_pass()
1481 ++cm->current_video_frame; in vp9_first_pass()
[all …]
Dvp9_noise_estimate.c119 int frame_counter = cm->current_video_frame; in vp9_update_noise_estimate()
Dvp9_encoder.c1986 if (cm->current_video_frame == 0 || last_w != cpi->oxcf.width || in vp9_change_config()
2011 if (cm->current_video_frame > 0) { in vp9_change_config()
2153 cm->current_video_frame = 0; in vp9_create_compressor()
2481 if (cm->current_video_frame > 0) { in vp9_remove_compressor()
2557 printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, in vp9_remove_compressor()
3309 FILE *const f = fopen("tmp.stt", cm->current_video_frame ? "a" : "w");
3344 if (!cm->current_video_frame) {
3371 cpi->common.current_video_frame,
3413 fprintf(fmodes, "%6d:%1d:%1d:%1d ", cpi->common.current_video_frame,
3544 ((oxcf->resize_mode == RESIZE_FIXED && cm->current_video_frame == 0) ||
[all …]
Dvp9_aq_cyclicrefresh.c584 if (cm->current_video_frame == 0) cr->low_content_avg = 0.0; in vp9_cyclic_refresh_setup()
Dvp9_rd.c351 if (!cpi->sf.use_nonrd_pick_mode || (cm->current_video_frame & 0x07) == 1 || in vp9_initialize_rd_consts()
Dvp9_temporal_filter.c1006 if (cpi->common.current_video_frame > 1) in adjust_arnr_filter()
Dvp9_rdopt.c2627 get_chessboard_index(cm->current_video_frame)) & in handle_inter_mode()
3400 get_chessboard_index(cm->current_video_frame)) & in vp9_rd_pick_inter_mode_sb()
Dvp9_pickmode.c1655 get_chessboard_index(cm->current_video_frame)) & in vp9_pick_inter_mode()
Dvp9_encodeframe.c3718 get_chessboard_index(cm->current_video_frame)) & in rd_pick_partition()
5657 cm->current_video_frame * cm->MBs * sizeof(uint8_t); in input_fpmb_stats()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c359 (double)cpi->common.current_video_frame)) * in frame_max_bits()
598 if (cm->current_video_frame > 0) { in vp8_first_pass()
640 if (cm->current_video_frame > 1) { in vp8_first_pass()
754 fps.frame = cm->current_video_frame; in vp8_first_pass()
808 if ((cm->current_video_frame > 0) && in vp8_first_pass()
825 if (cm->current_video_frame == 0) { in vp8_first_pass()
833 sprintf(filename, "enc%04d.yuv", (int)cm->current_video_frame); in vp8_first_pass()
835 if (cm->current_video_frame == 0) { in vp8_first_pass()
845 cm->current_video_frame++; in vp8_first_pass()
1243 cpi->common.current_video_frame, bits_per_mb_at_this_q, in estimate_kf_group_q()
[all …]
Donyx_if.c1779 cpi->common.current_video_frame = 0; in vp8_create_compressor()
2100 if (cpi && (cpi->common.current_video_frame > 0)) { in vp8_remove_compressor()
2253 …printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, cpi->time_receive_data / … in vp8_remove_compressor()
2871 cpi->current_ref_frames[GOLDEN_FRAME] = cm->current_video_frame; in update_reference_frames()
2872 cpi->current_ref_frames[ALTREF_FRAME] = cm->current_video_frame; in update_reference_frames()
2881 cpi->current_ref_frames[ALTREF_FRAME] = cm->current_video_frame; in update_reference_frames()
2913 cpi->current_ref_frames[GOLDEN_FRAME] = cm->current_video_frame; in update_reference_frames()
2944 cpi->current_ref_frames[LAST_FRAME] = cm->current_video_frame; in update_reference_frames()
3293 if ((cm->current_video_frame == 0) || (cm->frame_flags & FRAMEFLAGS_KEY) || in encode_frame_to_data_rate()
3359 if (cpi->common.current_video_frame == 0 && cpi->buffer_level == 0) { in encode_frame_to_data_rate()
[all …]
Dratectrl.c312 else if (cpi->common.current_video_frame == 0) { in calc_iframe_target_size()
371 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in calc_iframe_target_size()
853 (int) cpi->common.current_video_frame, in calc_pframe_target_size()
930 cpi->common.current_video_frame, cpi->gfu_boost, in calc_pframe_target_size()
944 fprintf(f, "%8ld GF coded\n", cpi->common.current_video_frame); in calc_pframe_target_size()
1524 cpi->common.current_video_frame++; in vp8_drop_encodedframe_overshoot()
Dpickinter.c1106 (cpi->common.current_video_frame - in vp8_pick_inter_mode()
Drdopt.c275 … cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); in vp8_auto_select_speed()
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h154 unsigned int current_video_frame; member
Dpostproc.c210 oci->current_video_frame > 10 && 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.c312 if (cm->current_video_frame == 1) { in vp9_post_proc_frame()
374 if ((flags & VP9D_MFQE) && cm->current_video_frame >= 2 && in vp9_post_proc_frame()
Dvp9_onyxc_int.h229 unsigned int current_video_frame; member
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c83 pbi->common.current_video_frame = 0; in create_decompressor()
350 cm->current_video_frame++; in vp8dx_receive_compressed_data()
Ddecodeframe.c1174 fprintf(z, "%6d F:%d,G:%d,A:%d,L:%d,Q:%d\n", pc->current_video_frame, in vp8_decode_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c140 cm->current_video_frame = 0; in vp9_decoder_create()
423 cm->current_video_frame++; in vp9_receive_compressed_data()
Dvp9_decodeframe.c2164 if (cm->frame_type == KEY_FRAME && cm->current_video_frame > 0) { in flush_all_fb_on_key()