OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coeffCntr
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.c
52
WebRtc_Word16
coeffCntr
;
76
for(
coeffCntr
= 0;
coeffCntr
< UB_LPC_ORDER;
coeffCntr
++)
79
*lar++ -= meanLAR[
coeffCntr
];
181
WebRtc_Word16
coeffCntr
;
214
for(
coeffCntr
= 0;
coeffCntr
< UB_LPC_ORDER;
coeffCntr
++)
218
out[
coeffCntr
+ colCntr * UB_LPC_ORDER] = 0
[
all
...]
entropy_coding.c
754
int polyCntr,
coeffCntr
;
760
for (
coeffCntr
= 0;
coeffCntr
< UB_LPC_ORDER;
coeffCntr
++) {
761
delta[
coeffCntr
] = (larVecs[UB_LPC_ORDER +
coeffCntr
] -
762
larVecs[
coeffCntr
]) / (numPolyVecs - 1);
766
for (
coeffCntr
= 0;
coeffCntr
< UB_LPC_ORDER;
coeffCntr
++)
[
all
...]
Completed in 1171 milliseconds