Searched refs:tmp_bits (Results 1 – 1 of 1) sorted by relevance
586 INT tmp_bits; in FDKsbrEnc_codeEnvelope() local587 tmp_bits = (((delta_T_bits * dF_edge_1stEnv) >> (DFRACT_BITS-18)) + (FIXP_DBL)1) >> 1; in FDKsbrEnc_codeEnvelope()588 use_dT = (h_sbrCodeEnvelope->upDate != 0 && (delta_F_bits > tmp_bits)); in FDKsbrEnc_codeEnvelope()