OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CNG_synth_state
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
CNG.c
138
silk_memcpy( CNG_sig_Q10, psCNG->
CNG_synth_state
, MAX_LPC_ORDER * sizeof( opus_int32 ) );
167
silk_memcpy( psCNG->
CNG_synth_state
, &CNG_sig_Q10[ length ], MAX_LPC_ORDER * sizeof( opus_int32 ) );
169
silk_memset( psCNG->
CNG_synth_state
, 0, psDec->LPC_order * sizeof( opus_int32 ) );
structs.h
248
opus_int32
CNG_synth_state
[ MAX_LPC_ORDER ];
Completed in 26 milliseconds