Searched refs:f_temp (Results 1 – 2 of 2) sorted by relevance
290 f_temp = _prepare(f, xs_dtypes)291 y = f_temp(*xs)
278 float f_temp; in ihevce_rc_get_mem_recs() local305 f_temp = (float)(51 + ((ps_init_prms->s_tgt_lyr_prms.i4_internal_bit_depth - 8) * 6)); in ihevce_rc_get_mem_recs()306 f_temp = ((float)(f_temp - 4) / 6); in ihevce_rc_get_mem_recs()307 i4_temp_size = (WORD32)((float)pow(2, f_temp) + 0.5); in ihevce_rc_get_mem_recs()701 float f_temp; in ihevce_rc_init() local738 f_temp = ((float)(ps_rc_quant->i2_max_qp + ps_rc_quant->i1_qp_offset - 4) / 6); in ihevce_rc_init()740 ps_rc_quant->i2_max_qscale = (WORD16)((float)pow(2, f_temp) + 0.5) << 3; in ihevce_rc_init()742 f_temp = ((float)(ps_rc_quant->i2_min_qp + ps_rc_quant->i1_qp_offset - 4) / 6); in ihevce_rc_init()744 ps_rc_quant->i2_min_qscale = (WORD16)((float)pow(2, f_temp) + 0.5); in ihevce_rc_init()746 f_temp = in ihevce_rc_init()[all …]