Home
last modified time | relevance | path

Searched refs:INTER_FRAME (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/common/
Dblockd.h73 INTER_FRAME = 1 enumerator
/external/libvpx/vp8/encoder/
Dratectrl.c402 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()
1017 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in vp8_calc_pframe_target_size()
1243 int Bpm = (int)(.5 + cpi->rate_correction_factor * vp8_bits_per_mb[INTER_FRAME][Q]); in estimate_bits_at_q()
Dfirstpass.c959 …max_qcorrection_factor * cpi->section_max_qfactor * (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0); in estimate_max_q()
1009 …peed_correction * cpi->est_max_qcorrection_factor * (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0); in estimate_q()
1088 ….5 + err_correction_factor * combined_correction_factor * (double)vp8_bits_per_mb[INTER_FRAME][Q]); in estimate_kf_group_q()
1429 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
1593 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
Donyx_if.c3018 cm->frame_type = INTER_FRAME; in pick_frame_size()
4555 cm->frame_type = INTER_FRAME; in encode_frame_to_data_rate()
5033 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
5111 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
Dbitstream.c1597 if (pc->frame_type == INTER_FRAME) in vp8_pack_bitstream()