Lines Matching defs:tmp

120     uint32 tmp;
128 tmp = getbits_crc(inputStream, 14, crc, info->error_protection);
129 si->main_data_begin = (tmp << 18) >> 23; /* 9 */
130 si->private_bits = (tmp << 23) >> 27; /* 5 */
134 tmp = getbits_crc(inputStream, 12, crc, info->error_protection);
135 si->main_data_begin = (tmp << 20) >> 23; /* 9 */
136 si->private_bits = (tmp << 23) >> 29; /* 3 */
142 tmp = getbits_crc(inputStream, 4, crc, info->error_protection);
143 si->ch[ch].scfsi[0] = (tmp << 28) >> 31; /* 1 */
144 si->ch[ch].scfsi[1] = (tmp << 29) >> 31; /* 1 */
145 si->ch[ch].scfsi[2] = (tmp << 30) >> 31; /* 1 */
146 si->ch[ch].scfsi[3] = tmp & 1; /* 1 */
154 tmp = getbits_crc(inputStream, 22, crc, info->error_protection);
156 si->ch[ch].gran[gr].big_values = (tmp << 10) >> 23; /* 9 */
157 si->ch[ch].gran[gr].global_gain = ((tmp << 19) >> 24) - 210; /* 8 */
158 si->ch[ch].gran[gr].scalefac_compress = (tmp << 27) >> 28; /* 4 */
159 si->ch[ch].gran[gr].window_switching_flag = tmp & 1; /* 1 */
163 tmp = getbits_crc(inputStream, 22, crc, info->error_protection);
165 si->ch[ch].gran[gr].block_type = (tmp << 10) >> 30; /* 2 */;
166 si->ch[ch].gran[gr].mixed_block_flag = (tmp << 12) >> 31; /* 1 */;
168 si->ch[ch].gran[gr].table_select[0] = (tmp << 13) >> 27; /* 5 */;
169 si->ch[ch].gran[gr].table_select[1] = (tmp << 18) >> 27; /* 5 */;
171 si->ch[ch].gran[gr].subblock_gain[0] = (tmp << 23) >> 29; /* 3 */;
172 si->ch[ch].gran[gr].subblock_gain[1] = (tmp << 26) >> 29; /* 3 */;
173 si->ch[ch].gran[gr].subblock_gain[2] = (tmp << 29) >> 29; /* 3 */;
195 tmp = getbits_crc(inputStream, 22, crc, info->error_protection);
197 si->ch[ch].gran[gr].table_select[0] = (tmp << 10) >> 27; /* 5 */;
198 si->ch[ch].gran[gr].table_select[1] = (tmp << 15) >> 27; /* 5 */;
199 si->ch[ch].gran[gr].table_select[2] = (tmp << 20) >> 27; /* 5 */;
201 si->ch[ch].gran[gr].region0_count = (tmp << 25) >> 28; /* 4 */;
202 si->ch[ch].gran[gr].region1_count = (tmp << 29) >> 29; /* 3 */;
207 tmp = getbits_crc(inputStream, 3, crc, info->error_protection);
208 si->ch[ch].gran[gr].preflag = (tmp << 29) >> 31; /* 1 */
209 si->ch[ch].gran[gr].scalefac_scale = (tmp << 30) >> 31; /* 1 */
210 si->ch[ch].gran[gr].count1table_select = tmp & 1; /* 1 */
221 tmp = getbits_crc(inputStream, 21, crc, info->error_protection);
222 si->ch[ch].gran[0].part2_3_length = (tmp << 11) >> 20; /* 12 */
223 si->ch[ch].gran[0].big_values = (tmp << 23) >> 23; /* 9 */
225 tmp = getbits_crc(inputStream, 18, crc, info->error_protection);
226 si->ch[ch].gran[0].global_gain = ((tmp << 14) >> 24) - 210; /* 8 */
227 si->ch[ch].gran[0].scalefac_compress = (tmp << 22) >> 23; /* 9 */
228 si->ch[ch].gran[0].window_switching_flag = tmp & 1; /* 1 */
233 tmp = getbits_crc(inputStream, 22, crc, info->error_protection);
235 si->ch[ch].gran[0].block_type = (tmp << 10) >> 30; /* 2 */;
236 si->ch[ch].gran[0].mixed_block_flag = (tmp << 12) >> 31; /* 1 */;
238 si->ch[ch].gran[0].table_select[0] = (tmp << 13) >> 27; /* 5 */;
239 si->ch[ch].gran[0].table_select[1] = (tmp << 18) >> 27; /* 5 */;
241 si->ch[ch].gran[0].subblock_gain[0] = (tmp << 23) >> 29; /* 3 */;
242 si->ch[ch].gran[0].subblock_gain[1] = (tmp << 26) >> 29; /* 3 */;
243 si->ch[ch].gran[0].subblock_gain[2] = (tmp << 29) >> 29; /* 3 */;
265 tmp = getbits_crc(inputStream, 22, crc, info->error_protection);
267 si->ch[ch].gran[0].table_select[0] = (tmp << 10) >> 27; /* 5 */;
268 si->ch[ch].gran[0].table_select[1] = (tmp << 15) >> 27; /* 5 */;
269 si->ch[ch].gran[0].table_select[2] = (tmp << 20) >> 27; /* 5 */;
271 si->ch[ch].gran[0].region0_count = (tmp << 25) >> 28; /* 4 */;
272 si->ch[ch].gran[0].region1_count = (tmp << 29) >> 29; /* 3 */;
277 tmp = getbits_crc(inputStream, 2, crc, info->error_protection);
278 si->ch[ch].gran[0].scalefac_scale = tmp >> 1; /* 1 */
279 si->ch[ch].gran[0].count1table_select = tmp & 1; /* 1 */