Lines Matching refs:start
259 * LUT to select the coupling start band based on the bit rate, sample rate, and
332 /* TODO: turn coupling on/off and adjust start band based on bit usage */
400 int start, end;
413 start = ff_ac3_rematrix_band_tab[bnd];
415 for (i = start; i < end; i++) {
816 /* block start info */
1136 * @param start starting coefficient bin
1141 int start, int end)
1150 s->ref_bap[ch][blk] + start,
1151 FFMIN(end, block->end_freq[ch]) - start);