Lines Matching defs:first
274 int num_subbands, coding_mode, i, j, first, last, subband_size;
293 first = subband_tab[i ];
296 subband_size = last - first;
310 for (j = 0; first < last; first++, j++)
311 output[first] = mantissas[j] * scale_factor;
314 memset(output + first, 0, subband_size * sizeof(*output));
319 first = subband_tab[i];
320 memset(output + first, 0, (SAMPLES_PER_FRAME - first) * sizeof(*output));
489 /* Interpolation is done over the first eight samples. */
666 /* Set the bitstream reader at the start of first channel sound unit. */
677 * reverse byte order so we need to swap it first. */