OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:la_shape
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
control_codec.c
316
psEncC->
la_shape
= 3 * psEncC->fs_kHz;
327
psEncC->
la_shape
= 5 * psEncC->fs_kHz;
338
psEncC->
la_shape
= 5 * psEncC->fs_kHz;
349
psEncC->
la_shape
= 5 * psEncC->fs_kHz;
360
psEncC->
la_shape
= 5 * psEncC->fs_kHz;
370
psEncC->shapeWinLength = SUB_FRAME_LENGTH_MS * psEncC->fs_kHz + 2 * psEncC->
la_shape
;
377
silk_assert( psEncC->
la_shape
<= LA_SHAPE_MAX );
structs.h
158
opus_int
la_shape
; /* Look-ahead for noise shape analysis (samples) */
member in struct:__anon15702
/external/chromium_org/third_party/opus/src/silk/float/
noise_shape_analysis_FLP.c
132
const silk_float *x /* I Input signal [frame_length +
la_shape
] */
145
x_ptr = x - psEnc->sCmn.
la_shape
;
/external/chromium_org/third_party/opus/src/silk/fixed/
noise_shape_analysis_FIX.c
147
const opus_int16 *x /* I Input signal [ frame_length +
la_shape
] */
163
x_ptr = x - psEnc->sCmn.
la_shape
;
Completed in 49 milliseconds