Searched refs:f_bit_depth_based_max_qp (Results 1 – 1 of 1) sorted by relevance
266 float f_bit_depth_based_max_qp; in initialise_rate_control() local322 f_bit_depth_based_max_qp = (float)((51 + (6 * (u1_bit_depth - 8))) - 4) / 6; in initialise_rate_control()323 u4_bit_depth_based_max_qp = (UWORD32)pow(2.0f, f_bit_depth_based_max_qp); in initialise_rate_control()