Home | History | Annotate | Download | only in libspeex

Lines Matching refs:speex_encoder_ctl

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);
352 speex_encoder_ctl(st->st_low, SPEEX_SET_INNOVATION_SAVE, low_innov_rms);
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);
366 speex_encoder_ctl(st->st_low, SPEEX_GET_LOW_MODE, &dtx);
451 speex_encoder_ctl(st->st_low, SPEEX_GET_RELATIVE_QUALITY, &st->relative_quality);
478 speex_encoder_ctl(state, SPEEX_SET_HIGH_MODE, &modeid);
482 speex_encoder_ctl(state, SPEEX_GET_BITRATE, &bitrate);
495 /*speex_encoder_ctl(state, SPEEX_SET_MODE, &mode);*/
1114 speex_encoder_ctl(st->st_low, SPEEX_SET_LOW_MODE, ptr);
1117 speex_encoder_ctl(st->st_low, SPEEX_SET_DTX, ptr);
1120 speex_encoder_ctl(st->st_low, SPEEX_GET_DTX, ptr);
1123 speex_encoder_ctl(st->st_low, SPEEX_GET_LOW_MODE, ptr);
1126 speex_encoder_ctl(st, SPEEX_SET_QUALITY, ptr);
1131 speex_encoder_ctl(st->st_low, SPEEX_SET_VBR, ptr);
1138 speex_encoder_ctl(st->st_low, SPEEX_SET_VAD, ptr);
1155 speex_encoder_ctl(st->st_low, SPEEX_SET_VBR_QUALITY, &qual);
1156 speex_encoder_ctl(state, SPEEX_SET_QUALITY, &q);
1167 speex_encoder_ctl(st->st_low, SPEEX_SET_VBR, &st->vbr_enabled);
1175 speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i);
1176 speex_encoder_ctl(st, SPEEX_GET_BITRATE, &rate);
1184 speex_encoder_ctl(st, SPEEX_SET_VBR_QUALITY, &vbr_qual);
1206 speex_encoder_ctl(st->st_low, SPEEX_SET_MODE, &nb_qual);
1210 speex_encoder_ctl(st->st_low, SPEEX_SET_COMPLEXITY, ptr);
1225 speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i);
1226 speex_encoder_ctl(st, SPEEX_GET_BITRATE, &rate);
1234 speex_encoder_ctl(st->st_low, request, ptr);
1247 speex_encoder_ctl(st->st_low, SPEEX_SET_SAMPLING_RATE, &tmp);
1267 speex_encoder_ctl(st->st_low, SPEEX_SET_SUBMODE_ENCODING, ptr);
1273 speex_encoder_ctl(st->st_low, SPEEX_GET_LOOKAHEAD, ptr);
1277 speex_encoder_ctl(st->st_low, SPEEX_SET_PLC_TUNING, ptr);
1280 speex_encoder_ctl(st->st_low, SPEEX_GET_PLC_TUNING, ptr);
1288 speex_encoder_ctl(st->st_low, SPEEX_SET_VBR_MAX_BITRATE, &st->vbr_max);
1307 speex_encoder_ctl(st->st_low, SPEEX_SET_VBR_MAX_BITRATE, &low_rate);
1316 speex_encoder_ctl(st->st_low, SPEEX_SET_HIGHPASS, ptr);
1319 speex_encoder_ctl(st->st_low, SPEEX_GET_HIGHPASS, ptr);
1348 speex_encoder_ctl(st->st_low, SPEEX_SET_WIDEBAND, ptr);