Searched refs:INTER_FRAME (Results 1 – 5 of 5) sorted by relevance
71 INTER_FRAME = 1 enumerator
405 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()1055 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in vp8_calc_pframe_target_size()1279 int Bpm = (int)(.5 + cpi->rate_correction_factor * vp8_bits_per_mb[INTER_FRAME][Q]); in estimate_bits_at_q()
912 …max_qcorrection_factor * cpi->section_max_qfactor * (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0); in estimate_max_q()984 …peed_correction * cpi->est_max_qcorrection_factor * (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0); in estimate_q()1063 ….5 + err_correction_factor * combined_correction_factor * (double)vp8_bits_per_mb[INTER_FRAME][Q]); in estimate_kf_group_q()1152 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0); in estimate_cq()1582 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()1735 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
2752 cm->frame_type = INTER_FRAME; in pick_frame_size()4550 cm->frame_type = INTER_FRAME; in encode_frame_to_data_rate()5009 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()5087 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
1595 if (pc->frame_type == INTER_FRAME) in vp8_pack_bitstream()