Home
last modified time | relevance | path

Searched refs:sLPC_Q14_buf (Results 1 – 5 of 5) sorted by relevance

/external/libopus/silk/
Ddecoder_set_fs.c96 silk_memset( psDec->sLPC_Q14_buf, 0, sizeof(psDec->sLPC_Q14_buf) ); in silk_decoder_set_fs()
Ddecode_core.c90 silk_memcpy( sLPC_Q14, psDec->sLPC_Q14_buf, MAX_LPC_ORDER * sizeof( opus_int32 ) ); in silk_decode_core()
236 silk_memcpy( psDec->sLPC_Q14_buf, sLPC_Q14, MAX_LPC_ORDER * sizeof( opus_int32 ) ); in silk_decode_core()
Ddec_API.c247 …silk_memset( psDec->channel_state[ 1 ].sLPC_Q14_buf, 0, sizeof(psDec->channel_state[ 1 ].sLPC_Q14_… in silk_Decode()
DPLC.c324 silk_memcpy( sLPC_Q14_ptr, psDec->sLPC_Q14_buf, MAX_LPC_ORDER * sizeof( opus_int32 ) ); in silk_PLC_conceal()
353 …silk_memcpy( psDec->sLPC_Q14_buf, &sLPC_Q14_ptr[ psDec->frame_length ], MAX_LPC_ORDER * sizeof( op… in silk_PLC_conceal()
Dstructs.h263 opus_int32 sLPC_Q14_buf[ MAX_LPC_ORDER ]; member