Lines Matching refs:stop_pos
607 INT stop_pos, /*! stop slot */ in getEnvSfbEnergy() argument
637 for (; l < stop_pos; l++) { in getEnvSfbEnergy()
739 INT no_of_bands, start_pos, stop_pos, li, ui; in calculateSbrEnvelope() local
785 stop_pos = timeStep * frame_info->borders[env + 1]; in calculateSbrEnvelope()
792 if ((stop_pos - start_pos - j) > 0) { in calculateSbrEnvelope()
793 stop_pos = stop_pos - j; in calculateSbrEnvelope()
851 fixMin(stop_pos, h_sbr->sbrExtractEnvelope.YBufferWriteOffset in calculateSbrEnvelope()
856 count[j] = stop_pos - start_pos; in calculateSbrEnvelope()
861 tmpNrg = getEnvSfbEnergy(k, k + 1, start_pos, stop_pos, border_pos, in calculateSbrEnvelope()
876 tmpNrg = getEnvSfbEnergy(k, k + 1, start_pos, stop_pos, border_pos, in calculateSbrEnvelope()
888 count[j] = (stop_pos - start_pos) * (ui - li); in calculateSbrEnvelope()
890 nrgLeft = getEnvSfbEnergy(li, ui, start_pos, stop_pos, border_pos, in calculateSbrEnvelope()
895 nrgRight = getEnvSfbEnergy(li, ui, start_pos, stop_pos, border_pos, in calculateSbrEnvelope()