OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:percepFilterParams
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c
650
double
percepFilterParams
[(1 + UB_LPC_ORDER) * (SUBFRAMES << 1) +
718
percepFilterParams
, isac16kHz,
723
WebRtcIsac_GetLpcGain(s2nr, &
percepFilterParams
[UB_LPC_ORDER + 1],
764
percepFilterParams
[k * (UB_LPC_ORDER + 1) + (UB_LPC_ORDER + 1)] =
774
&
percepFilterParams
[UB_LPC_ORDER + 1],
782
&
percepFilterParams
[(UB_LPC_ORDER + 1) + SUBFRAMES * (UB_LPC_ORDER + 1)],
[
all
...]
entropy_coding.c
752
void WebRtcIsac_Lar2PolyInterpolUB(double* larVecs, double*
percepFilterParams
,
775
WebRtcIsac_Rc2Poly(rc, UB_LPC_ORDER,
percepFilterParams
);
776
percepFilterParams
+= (UB_LPC_ORDER + 1);
795
double*
percepFilterParams
,
806
double* ptrOutParam =
percepFilterParams
;
837
ptrOutParam =
percepFilterParams
;
[
all
...]
Completed in 94 milliseconds