Lines Matching refs:spx_int32_t

455          spx_int32_t mode;
494 spx_int32_t rate;
505 spx_int32_t bitrate;
1057 pitch_val = st->last_pitch + SHR32((spx_int32_t)speex_rand(1+st->count_lost, &st->seed),SIG_SHIFT);
1583 (*(spx_int32_t*)ptr) = st->frameSize;
1587 st->submodeSelect = st->submodeID = (*(spx_int32_t*)ptr);
1591 (*(spx_int32_t*)ptr) = st->submodeID;
1595 st->vbr_enabled = (*(spx_int32_t*)ptr);
1598 (*(spx_int32_t*)ptr) = st->vbr_enabled;
1601 st->vad_enabled = (*(spx_int32_t*)ptr);
1604 (*(spx_int32_t*)ptr) = st->vad_enabled;
1607 st->dtx_enabled = (*(spx_int32_t*)ptr);
1610 (*(spx_int32_t*)ptr) = st->dtx_enabled;
1613 st->abr_enabled = (*(spx_int32_t*)ptr);
1617 spx_int32_t i=10;
1618 spx_int32_t rate, target;
1620 target = (*(spx_int32_t*)ptr);
1640 (*(spx_int32_t*)ptr) = st->abr_enabled;
1653 int quality = (*(spx_int32_t*)ptr);
1662 st->complexity = (*(spx_int32_t*)ptr);
1667 (*(spx_int32_t*)ptr) = st->complexity;
1671 spx_int32_t i=10;
1672 spx_int32_t rate, target;
1673 target = (*(spx_int32_t*)ptr);
1686 (*(spx_int32_t*)ptr) = st->sampling_rate*SUBMODE(bits_per_frame)/st->frameSize;
1688 (*(spx_int32_t*)ptr) = st->sampling_rate*(NB_SUBMODE_BITS+1)/st->frameSize;
1691 st->sampling_rate = (*(spx_int32_t*)ptr);
1694 (*(spx_int32_t*)ptr)=st->sampling_rate;
1712 st->encode_submode = (*(spx_int32_t*)ptr);
1715 (*(spx_int32_t*)ptr) = st->encode_submode;
1718 (*(spx_int32_t*)ptr)=(st->windowSize-st->frameSize);
1721 st->plc_tuning = (*(spx_int32_t*)ptr);
1726 (*(spx_int32_t*)ptr)=(st->plc_tuning);
1730 st->vbr_max = (*(spx_int32_t*)ptr);
1733 (*(spx_int32_t*)ptr) = st->vbr_max;
1737 st->highpass_enabled = (*(spx_int32_t*)ptr);
1740 (*(spx_int32_t*)ptr) = st->highpass_enabled;
1768 st->isWideband = *((spx_int32_t*)ptr);
1788 st->submodeID = (*(spx_int32_t*)ptr);
1792 (*(spx_int32_t*)ptr) = st->submodeID;
1795 st->lpc_enh_enabled = *((spx_int32_t*)ptr);
1798 *((spx_int32_t*)ptr) = st->lpc_enh_enabled;
1801 (*(spx_int32_t*)ptr) = st->frameSize;
1805 (*(spx_int32_t*)ptr) = st->sampling_rate*SUBMODE(bits_per_frame)/st->frameSize;
1807 (*(spx_int32_t*)ptr) = st->sampling_rate*(NB_SUBMODE_BITS+1)/st->frameSize;
1810 st->sampling_rate = (*(spx_int32_t*)ptr);
1813 (*(spx_int32_t*)ptr)=st->sampling_rate;
1841 st->encode_submode = (*(spx_int32_t*)ptr);
1844 (*(spx_int32_t*)ptr) = st->encode_submode;
1847 (*(spx_int32_t*)ptr)=st->subframeSize;
1850 st->highpass_enabled = (*(spx_int32_t*)ptr);
1853 (*(spx_int32_t*)ptr) = st->highpass_enabled;
1867 (*(spx_int32_t*)ptr) = (int)(100*ret);
1887 *((spx_int32_t*)ptr) = st->dtx_enabled;
1893 st->isWideband = *((spx_int32_t*)ptr);