Searched refs:SPEEX_SET_QUALITY (Results 1 – 3 of 3) sorted by relevance
/external/speex/include/speex/ |
D | speex.h | 62 #define SPEEX_SET_QUALITY 4 macro
|
/external/speex/libspeex/ |
D | sb_celp.c | 224 speex_encoder_ctl(st->st_low, SPEEX_SET_QUALITY, &tmp); in sb_encoder_init() 1126 speex_encoder_ctl(st, SPEEX_SET_QUALITY, ptr); in sb_encoder_ctl() 1156 speex_encoder_ctl(state, SPEEX_SET_QUALITY, &q); in sb_encoder_ctl() 1175 speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); in sb_encoder_ctl() 1196 case SPEEX_SET_QUALITY: in sb_encoder_ctl() 1225 speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); in sb_encoder_ctl() 1386 case SPEEX_SET_QUALITY: in sb_decoder_ctl()
|
D | nb_celp.c | 1623 speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); in nb_encoder_ctl() 1651 case SPEEX_SET_QUALITY: in nb_encoder_ctl() 1676 speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); in nb_encoder_ctl()
|