OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_low
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
sb_celp.c
204
st->
st_low
= speex_encoder_init(mode->nb_mode);
209
speex_encoder_ctl(st->
st_low
, SPEEX_GET_STACK, &st->stack);
224
speex_encoder_ctl(st->
st_low
, SPEEX_SET_QUALITY, &tmp);
226
speex_encoder_ctl(st->
st_low
, SPEEX_SET_WIDEBAND, &tmp);
267
speex_encoder_ctl(st->
st_low
, SPEEX_GET_SAMPLING_RATE, &st->sampling_rate);
279
speex_encoder_destroy(st->
st_low
);
352
speex_encoder_ctl(st->
st_low
, SPEEX_SET_INNOVATION_SAVE, low_innov_rms);
354
speex_encode_native(st->
st_low
, low, bits);
363
speex_encoder_ctl(st->
st_low
, SPEEX_GET_PI_GAIN, low_pi_gain);
364
speex_encoder_ctl(st->
st_low
, SPEEX_GET_EXC, low_exc_rms)
[
all
...]
sb_celp.h
46
void *
st_low
; /**< State of the low-band (narrowband) encoder */
member in struct:SBEncState
101
void *
st_low
; /**< State of the low-band (narrowband) encoder */
member in struct:SBDecState
Completed in 790 milliseconds