/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 604 const unsigned int curr_frame = cpi->common.current_video_frame; in calc_active_worst_quality_one_pass_vbr() 646 ambient_qp = (cm->current_video_frame < num_frames_weight_key) ? in calc_active_worst_quality_one_pass_cbr() 704 } else if (cm->current_video_frame > 0) { in rc_pick_q_and_bounds_one_pass_cbr() 740 if (cm->current_video_frame > 1) { in rc_pick_q_and_bounds_one_pass_cbr() 766 !(cm->current_video_frame == 0)) { in rc_pick_q_and_bounds_one_pass_cbr() 893 if (cm->current_video_frame > 1) in rc_pick_q_and_bounds_one_pass_vbr() 923 !(cm->current_video_frame == 0)) { in rc_pick_q_and_bounds_one_pass_vbr() 1421 (cm->current_video_frame == 0 || in vp9_rc_get_one_pass_vbr_params() 1426 rc->this_key_frame_forced = cm->current_video_frame != 0 && in vp9_rc_get_one_pass_vbr_params() 1507 if (cpi->common.current_video_frame == 0) { in calc_iframe_target_size_one_pass_cbr() [all …]
|
D | vp9_firstpass.c | 482 (cm->current_video_frame == 0 || in set_first_pass_params() 755 if ((lc == NULL && cm->current_video_frame > 0) || in vp9_first_pass() 815 if (((lc == NULL && cm->current_video_frame > 1) || in vp9_first_pass() 1045 fps.frame = cm->current_video_frame; in vp9_first_pass() 1102 ((cm->current_video_frame > 0) && in vp9_first_pass() 1127 if (cm->current_video_frame == 0 && cpi->gld_fb_idx != INVALID_IDX && in vp9_first_pass() 1138 (int)cm->current_video_frame); in vp9_first_pass() 1140 if (cm->current_video_frame == 0) in vp9_first_pass() 1149 ++cm->current_video_frame; in vp9_first_pass() 2596 cm->current_video_frame); in vp9_rc_get_second_pass_params() [all …]
|
D | vp9_encoder.c | 1630 cm->current_video_frame = 0; in vp9_create_compressor() 1928 if (cpi && (cm->current_video_frame > 0)) { in vp9_remove_compressor() 2007 printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, in vp9_remove_compressor() 2933 FILE *const f = fopen("tmp.stt", cm->current_video_frame ? "a" : "w"); 2948 cpi->common.current_video_frame, 2985 fprintf(fmodes, "%6d:%1d:%1d:%1d ", cpi->common.current_video_frame, 3097 ((oxcf->resize_mode == RESIZE_FIXED && cm->current_video_frame == 0) || 3749 ++cm->current_video_frame; 3776 if (cpi->common.current_video_frame > 1) { 3877 ++cm->current_video_frame; [all …]
|
D | vp9_aq_cyclicrefresh.c | 490 if (cm->current_video_frame == 0) in vp9_cyclic_refresh_setup()
|
D | vp9_rd.c | 298 if (!cpi->sf.use_nonrd_pick_mode || (cm->current_video_frame & 0x07) == 1 || in vp9_initialize_rd_consts()
|
D | vp9_temporal_filter.c | 618 if (cpi->common.current_video_frame > 1) in adjust_arnr_filter()
|
D | vp9_rdopt.c | 2397 get_chessboard_index(cm->current_video_frame)) & 0x1 : 0; in handle_inter_mode() 3158 + get_chessboard_index(cm->current_video_frame)) & 0x1; in vp9_rd_pick_inter_mode_sb()
|
D | vp9_pickmode.c | 1103 get_chessboard_index(cm->current_video_frame)) & 0x1 : 0; in vp9_pick_inter_mode()
|
D | vp9_encodeframe.c | 2396 + get_chessboard_index(cm->current_video_frame)) & 0x1; in rd_pick_partition() 3847 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 | 363 else if (cpi->common.current_video_frame == 0) in calc_iframe_target_size() 429 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in calc_iframe_target_size() 945 (int) cpi->common.current_video_frame, in calc_pframe_target_size() 1018 …cpi->common.current_video_frame, cpi->gfu_boost, GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage); in calc_pframe_target_size() 1033 fprintf(f, "%8ld GF coded\n", cpi->common.current_video_frame); in calc_pframe_target_size() 1595 cpi->common.current_video_frame++; in vp8_drop_encodedframe_overshoot()
|
D | onyx_if.c | 1895 cpi->common.current_video_frame = 0; in vp8_create_compressor() 2228 if (cpi && (cpi->common.current_video_frame > 0)) in vp8_remove_compressor() 2481 …printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, cpi->time_receive_data / … in vp8_remove_compressor() 3202 cpi->current_ref_frames[GOLDEN_FRAME] = cm->current_video_frame; in update_reference_frames() 3203 cpi->current_ref_frames[ALTREF_FRAME] = cm->current_video_frame; in update_reference_frames() 3215 cpi->current_ref_frames[ALTREF_FRAME] = cm->current_video_frame; in update_reference_frames() 3255 cpi->current_ref_frames[GOLDEN_FRAME] = cm->current_video_frame; in update_reference_frames() 3294 cpi->current_ref_frames[LAST_FRAME] = cm->current_video_frame; in update_reference_frames() 3691 if ((cm->current_video_frame == 0) || in encode_frame_to_data_rate() 3754 if (cpi->common.current_video_frame == 0 && cpi->buffer_level == 0) { in encode_frame_to_data_rate() [all …]
|
D | pickinter.c | 1288 (cpi->common.current_video_frame - in vp8_pick_inter_mode()
|
D | rdopt.c | 356 … 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() 395 cm->current_video_frame++; in vp9_receive_compressed_data() 405 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 | 775 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 | 644 if (cm->current_video_frame == 1) { in vp9_post_proc_frame() 690 if ((flags & VP9D_MFQE) && cm->current_video_frame >= 2 && in vp9_post_proc_frame()
|
D | vp9_onyxc_int.h | 252 unsigned int current_video_frame; member
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 74 pbi->common.current_video_frame = 0; in create_decompressor() 361 cm->current_video_frame++; in vp8dx_receive_compressed_data()
|
D | decodeframe.c | 1297 pc->current_video_frame, in vp8_decode_frame()
|