HomeSort by relevance Sort by last modified time
    Searched defs:hysteresis (Results 1 - 3 of 3) sorted by null

  /external/aac/libSBRenc/src/
invf_est.cpp 129 static const FIXP_DBL hysteresis = 0x00400000 ; /* Delta value for hysteresis. scaled with SCALE_FAC_QUO */ variable
380 quantStepsSbrTmp[*prevRegionSbr] = quantStepsSbr[*prevRegionSbr] + hysteresis;
382 quantStepsSbrTmp[*prevRegionSbr - 1] = quantStepsSbr[*prevRegionSbr - 1] - hysteresis;
385 quantStepsOrigTmp[*prevRegionOrig] = quantStepsOrig[*prevRegionOrig] + hysteresis;
387 quantStepsOrigTmp[*prevRegionOrig - 1] = quantStepsOrig[*prevRegionOrig - 1] - hysteresis;
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 111 middle (memoriless) threshold. The second column is the hysteresis
1258 int threshold, hysteresis; local
    [all...]
  /external/libopus/src/
opus_encoder.c 111 middle (memoriless) threshold. The second column is the hysteresis
1258 int threshold, hysteresis; local
    [all...]

Completed in 823 milliseconds