/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
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios.c | 101 {ST_LOW>>8,320,200,4, XBIOSMODE_C2P} 407 case ST_LOW: 433 case ST_LOW:
|