Home | History | Annotate | Download | only in src

Lines Matching defs:band

224     int32 band;
239 for (band = 0; band < bands2process; band++)
241 uint32 current_blk_type = (band < mx_band) ? LONG : blk_type;
243 int32 * out = in + (band * FILTERBANK_BANDS);
244 int32 * history = overlap + (band * FILTERBANK_BANDS);
317 if (band & 1)
332 for (band = bands2process; band < SUBBANDS_NUMBER; band++)
334 int32 * out = in + (band * FILTERBANK_BANDS);
335 int32 * history = overlap + (band * FILTERBANK_BANDS);
338 if (band & 1)