Searched full:bits (Results 1 – 25 of 11755) sorted by relevance
12345678910>>...471
25 #define TEST_UINT(bits) \ argument26 uint##bits = 0; \27 sample = SOX_UNSIGNED_TO_SAMPLE(bits,uint##bits); \29 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \30 assert(uint##bits == 0 && clips == 0); \32 uint##bits = 1; \33 sample = SOX_UNSIGNED_TO_SAMPLE(bits,uint##bits); \35 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \36 assert(uint##bits == 1 && clips == 0); \38 uint##bits = SOX_INT_MAX(bits); \[all …]
18 sRGB / Bayer formats with 10 bits per sample with every 25 pixels packed19 to 32 bytes leaving 6 most significant bits padding in the last byte.34 - G\ :sub:`0001low`\ (bits 7--2)36 B\ :sub:`0000high`\ (bits 1--0)37 - B\ :sub:`0002low`\ (bits 7--4)39 G\ :sub:`0001high`\ (bits 3--0)40 - G\ :sub:`0003low`\ (bits 7--6)42 B\ :sub:`0002high`\ (bits 5--0)46 - G\ :sub:`0005low`\ (bits 7--2)48 B\ :sub:`0004high`\ (bits 1--0)[all …]
24 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8403_DECODE() argument26 if (bits & 0x01) { /* consumer */ in SND_CS8403_DECODE()27 if (!(bits & 0x02)) in SND_CS8403_DECODE()29 if (!(bits & 0x08)) in SND_CS8403_DECODE()31 switch (bits & 0x10) { in SND_CS8403_DECODE()35 if (!(bits & 0x80)) in SND_CS8403_DECODE()37 switch (bits & 0x60) { in SND_CS8403_DECODE()43 switch (bits & 0x06) { in SND_CS8403_DECODE()50 switch (bits & 0x18) { in SND_CS8403_DECODE()56 switch (bits & 0x60) { in SND_CS8403_DECODE()[all …]