HomeSort by relevance Sort by last modified time
    Searched refs:nBits_lower (Results 1 - 2 of 2) sorted by null

  /external/libopus/silk/float/
encode_frame_FLP.c 92 opus_int32 seed_copy, nBits, nBits_lower, nBits_upper, gainMult_lower, gainMult_upper;
105 LastGainIndex_copy2 = nBits_lower = nBits_upper = gainMult_lower = gainMult_upper = 0;
173 nBits = nBits_lower;
268 nBits_lower = nBits;
314 gainMult_Q8 = gainMult_lower + ( ( gainMult_upper - gainMult_lower ) * ( maxBits - nBits_lower ) ) / ( nBits_upper - nBits_lower );
  /external/libopus/silk/fixed/
encode_frame_FIX.c 92 opus_int32 seed_copy, nBits, nBits_lower, nBits_upper, gainMult_lower, gainMult_upper;
104 LastGainIndex_copy2 = nBits_lower = nBits_upper = gainMult_lower = gainMult_upper = 0;
177 nBits = nBits_lower;
280 nBits_lower = nBits;
327 gainMult_Q8 = gainMult_lower + silk_DIV32_16( silk_MUL( gainMult_upper - gainMult_lower, maxBits - nBits_lower ), nBits_upper - nBits_lower );

Completed in 99 milliseconds