Searched refs:pct_gf_active (Results 1 – 1 of 1) sorted by relevance
451 int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols); in calc_gf_params() local456 if (pct_gf_active > gf_frame_useage) in calc_gf_params()457 gf_frame_useage = pct_gf_active; in calc_gf_params()981 … int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols); in calc_pframe_target_size() local986 if (pct_gf_active > gf_frame_useage) in calc_pframe_target_size()987 gf_frame_useage = pct_gf_active; in calc_pframe_target_size()