OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weightfac
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
nf_est.cpp
176
FIXP_DBL
weightFac
, /*!< Weightening factor for the difference between orig and sbr. */
250
fMult(RELAXATION_FRACT,fMult(
weightFac
,accu)) >>( RELAXATION_SHIFT-scale ) ) ;
348
h_sbrNoiseFloorEstimate->
weightFac
,
449
h_sbrNoiseFloorEstimate->
weightFac
= (FIXP_DBL)MAXVAL_DBL;
453
h_sbrNoiseFloorEstimate->
weightFac
= FL2FXCONST_DBL(0.25f);
nf_est.h
103
FIXP_DBL
weightFac
; /*!< Weightening factor for the difference between orig and sbr. */
Completed in 129 milliseconds