OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CNG_exc_buf_Q14
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
CNG.c
116
silk_memmove( &psCNG->
CNG_exc_buf_Q14
[ psDec->subfr_length ], psCNG->
CNG_exc_buf_Q14
, ( psDec->nb_subfr - 1 ) * psDec->subfr_length * sizeof( opus_int32 ) );
117
silk_memcpy( psCNG->
CNG_exc_buf_Q14
, &psDec->exc_Q14[ subfr * psDec->subfr_length ], psDec->subfr_length * sizeof( opus_int32 ) );
132
silk_CNG_exc( CNG_sig_Q10 + MAX_LPC_ORDER, psCNG->
CNG_exc_buf_Q14
, psCNG->CNG_smth_Gain_Q16, length, &psCNG->rand_seed );
structs.h
246
opus_int32
CNG_exc_buf_Q14
[ MAX_FRAME_LENGTH ];
Completed in 342 milliseconds