Searched refs:pct_gf_active (Results 1 – 1 of 1) sorted by relevance
453 int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols); in calc_gf_params() local458 if (pct_gf_active > gf_frame_useage) in calc_gf_params()459 gf_frame_useage = pct_gf_active; in calc_gf_params()989 … int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols); in calc_pframe_target_size() local994 if (pct_gf_active > gf_frame_useage) in calc_pframe_target_size()995 gf_frame_useage = pct_gf_active; in calc_pframe_target_size()