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

/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Drequant.h7 extern const unsigned int Res_bit [18]; // bits per sample for chosen quantizer
H A Drequant.cpp6 const unsigned int Res_bit [18] = { variable
H A Dmpc_dec.cpp621 if (*ResL>7) *L++ = (int)Bitstream_read(Res_bit[*ResL]) - Dc[*ResL];
622 if (*ResR>7) *R++ = (int)Bitstream_read(Res_bit[*ResR]) - Dc[*ResR];
829 *L++ = (int)Bitstream_read(Res_bit[*ResL]) - tmp;
889 *R++ = (int)Bitstream_read(Res_bit[*ResR]) - tmp;

Completed in 40 milliseconds