Lines Matching defs:pe

55 * description: convert from bits to pe
56 * pe = 1.18*desiredBits
324 * description: sum the pe data only for bands where avoid hole is inactive
327 static void calcPeNoAH(Word16 *pe,
356 *pe = saturate(ipe);
410 * description: if pe difference deltaPe between desired pe and real pe is small enough,
432 /* for each sfb calc relative factors for pe changes */
468 /* pe difference for this sfb */
525 * description: if the desired pe can not be reached, reduce pe by reducing minSnr
539 while (peData->pe > desiredPe && sfbSubWin > 0) {
555 /* calc new pe */
558 peData->pe = peData->pe + deltaPe;
559 peChan->pe = peChan->pe + deltaPe;
565 if (peData->pe <= desiredPe)
574 * description: if the desired pe can not be reached, some more scalefactor bands
589 actPe = peData->pe;
755 noRedPe = peData->pe;
768 /* pe after first guess */
770 redPe = peData->pe;
774 /* pe for bands where avoid hole is inactive */
797 redPe = peData->pe;
880 * input: current pe, peMin, peMax
935 * input: bitres-fullness, pe, blockType, parameter-settings
941 const Word16 pe,
960 pex = max(pe, adjThrChan->peMin);
982 adjustPeMinMax(pe, &adjThrChan->peMin, &adjThrChan->peMax);
1026 /* additional pe offset to correct pe2bits for low bitrates */
1060 /* pe correction */
1149 /* pe without reduction */
1151 noRedPe = peData.pe;
1174 /* desired pe */
1177 /* correction of pe value */
1186 /* calc threshold necessary for desired pe */
1199 Word16 peOffsDiff = peData.pe - peData.offset;
1205 (temp * peData.peChannelData[ch].pe) / peOffsDiff;
1209 /* store pe */
1210 qcOE->pe = noRedPe;
1212 /* update last pe */