Home | History | Annotate | Download | only in src

Lines Matching defs:group

116   int band,bnds,group,startBand;
139 for (group=conceal_group_min; group >= 0; group--) {
141 bnds = 16*group+band;
191 int band,bnds,group,startBand;
215 for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) {
217 bnds = 16*group+band;
269 int band,bnds,startBand,endBand,group;
339 for (group=conceal_group_min; group <= conceal_group_max; group++) {
341 bnds = 16*group+band;
348 if ((group+1) == conceal_group_max)
358 for (group=0; group <= conceal_group_min; group++) {
360 bnds = 16*group+band;
363 if ((group+1) == conceal_group_min)
368 for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) {
370 bnds = 16*group+band;
405 int band,bnds,startBand,endBand,group;
442 for (group=conceal_group_min; group <= conceal_group_max; group++) {
444 bnds = 16*group+band;
485 if ((group+1) == conceal_group_max)
494 for (group=0; group <= conceal_group_min; group++) {
496 bnds = 16*group+band;
499 if ((group+1) == conceal_group_min)
504 for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) {
506 bnds = 16*group+band;
535 int band,bnds,group;
550 /* calculate sum of each group (scf,nrg,is) of forward and backward direction */
551 for (group=0; group<pRvlc->numWindowGroups; group++) {
553 bnds = 16*group+band;
577 /* find for each group (scf,nrg,is) the correct direction */
587 /* conceal each group (scf,nrg,is) */
588 for (group=0; group<pRvlc->numWindowGroups; group++) {
590 bnds = 16*group+band;
643 int band,bnds,group;
652 for (group=0; group<pRvlc->numWindowGroups; group++) {
654 bnds = 16*group+band;