Searched refs:sLPC_Q14_buf (Results 1 – 5 of 5) sorted by relevance
/external/libopus/silk/ |
D | decoder_set_fs.c | 96 silk_memset( psDec->sLPC_Q14_buf, 0, sizeof(psDec->sLPC_Q14_buf) ); in silk_decoder_set_fs()
|
D | decode_core.c | 91 silk_memcpy( sLPC_Q14, psDec->sLPC_Q14_buf, MAX_LPC_ORDER * sizeof( opus_int32 ) ); in silk_decode_core() 235 silk_memcpy( psDec->sLPC_Q14_buf, sLPC_Q14, MAX_LPC_ORDER * sizeof( opus_int32 ) ); in silk_decode_core()
|
D | dec_API.c | 251 …silk_memset( psDec->channel_state[ 1 ].sLPC_Q14_buf, 0, sizeof(psDec->channel_state[ 1 ].sLPC_Q14_… in silk_Decode()
|
D | PLC.c | 348 silk_memcpy( sLPC_Q14_ptr, psDec->sLPC_Q14_buf, MAX_LPC_ORDER * sizeof( opus_int32 ) ); in silk_PLC_conceal() 378 …silk_memcpy( psDec->sLPC_Q14_buf, &sLPC_Q14_ptr[ psDec->frame_length ], MAX_LPC_ORDER * sizeof( op… in silk_PLC_conceal()
|
D | structs.h | 264 opus_int32 sLPC_Q14_buf[ MAX_LPC_ORDER ]; member
|