Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:bits_per_sample

2139 	block->bits_per_sample = ((((unsigned)(b[2] & 0x01)) << 4) | (((unsigned)(b[3] & 0xf0)) >> 4)) + 1;
2556 const unsigned bps1 = block->bits_per_sample - 1;