Searched refs:rbps (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/
H A Dfixed.c58 /* rbps stands for residual bits per sample
61 * rbps = log (-----------)
66 FLAC__uint32 rbps; local
68 int fracbits; /* the number of bits of rbps that comprise the fractional part */
70 FLAC__ASSERT(sizeof(rbps) == sizeof(FLAC__fixedpoint));
99 rbps = (FLAC__uint32)err;
102 rbps *= FLAC__FP_LN2;
110 rbps >>= f;
115 rbps = FLAC__fixedpoint_log2(rbps, fracbit
145 FLAC__uint32 rbps; local
[all...]

Completed in 40 milliseconds