OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sLTP_shp_buf_idx
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/opus/src/silk/float/
structs_FLP.h
56
opus_int
sLTP_shp_buf_idx
;
prefilter_FLP.c
176
LTP_shp_buf_idx = P->
sLTP_shp_buf_idx
;
205
P->
sLTP_shp_buf_idx
= LTP_shp_buf_idx;
/external/chromium_org/third_party/opus/src/silk/fixed/
structs_FIX.h
56
opus_int
sLTP_shp_buf_idx
;
prefilter_FIX.c
177
LTP_shp_buf_idx = P->
sLTP_shp_buf_idx
;
208
P->
sLTP_shp_buf_idx
= LTP_shp_buf_idx;
/external/chromium_org/third_party/opus/src/silk/
NSQ.c
119
NSQ->
sLTP_shp_buf_idx
= psEncC->ltp_mem_length;
204
shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->
sLTP_shp_buf_idx
- lag + HARM_SHAPE_FIR_TAPS / 2 ];
274
n_LF_Q12 = silk_SMULWB( NSQ->sLTP_shp_Q14[ NSQ->
sLTP_shp_buf_idx
- 1 ], LF_shp_Q14 );
360
NSQ->sLTP_shp_Q14[ NSQ->
sLTP_shp_buf_idx
] = silk_SUB_LSHIFT32( sLF_AR_shp_Q14, n_LF_Q12, 2 );
362
NSQ->
sLTP_shp_buf_idx
++;
425
for( i = NSQ->
sLTP_shp_buf_idx
- psEncC->ltp_mem_length; i < NSQ->
sLTP_shp_buf_idx
; i++ ) {
NSQ_del_dec.c
190
NSQ->
sLTP_shp_buf_idx
= psEncC->ltp_mem_length;
236
NSQ->sLTP_shp_Q14[ NSQ->
sLTP_shp_buf_idx
- decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ];
287
NSQ->sLTP_shp_Q14[ NSQ->
sLTP_shp_buf_idx
- decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ];
350
shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->
sLTP_shp_buf_idx
- lag + HARM_SHAPE_FIR_TAPS / 2 ];
[
all
...]
structs.h
53
opus_int
sLTP_shp_buf_idx
;
Completed in 515 milliseconds