Lines Matching refs:hs
185 int hs; in _vds_shared_init() local
188 hs=ci->halfrate_flag; in _vds_shared_init()
203 mdct_init(b->transform[0][0],ci->blocksizes[0]>>hs); in _vds_shared_init()
204 mdct_init(b->transform[1][0],ci->blocksizes[1]>>hs); in _vds_shared_init()
687 int hs; in vorbis_synthesis_restart() local
693 hs=ci->halfrate_flag; in vorbis_synthesis_restart()
695 v->centerW=ci->blocksizes[1]>>(hs+1); in vorbis_synthesis_restart()
696 v->pcm_current=v->centerW>>hs; in vorbis_synthesis_restart()
724 int hs=ci->halfrate_flag; in vorbis_synthesis_blockin() local
744 int n=ci->blocksizes[v->W]>>(hs+1); in vorbis_synthesis_blockin()
745 int n0=ci->blocksizes[0]>>(hs+1); in vorbis_synthesis_blockin()
746 int n1=ci->blocksizes[1]>>(hs+1); in vorbis_synthesis_blockin()
773 float *w=_vorbis_window_get(b->window[1]-hs); in vorbis_synthesis_blockin()
780 float *w=_vorbis_window_get(b->window[0]-hs); in vorbis_synthesis_blockin()
789 float *w=_vorbis_window_get(b->window[0]-hs); in vorbis_synthesis_blockin()
798 float *w=_vorbis_window_get(b->window[0]-hs); in vorbis_synthesis_blockin()
831 ci->blocksizes[v->W]/4)>>hs); in vorbis_synthesis_blockin()
869 v->pcm_current-=(b->sample_count-v->granulepos)>>hs; in vorbis_synthesis_blockin()
872 v->pcm_returned+=(b->sample_count-v->granulepos)>>hs; in vorbis_synthesis_blockin()
890 v->pcm_current-=extra>>hs; in vorbis_synthesis_blockin()
936 int hs=ci->halfrate_flag; in vorbis_synthesis_lapout() local
938 int n=ci->blocksizes[v->W]>>(hs+1); in vorbis_synthesis_lapout()
939 int n0=ci->blocksizes[0]>>(hs+1); in vorbis_synthesis_lapout()
940 int n1=ci->blocksizes[1]>>(hs+1); in vorbis_synthesis_lapout()
1011 int hs=ci->halfrate_flag; in vorbis_window() local
1015 return _vorbis_window_get(b->window[W]-hs); in vorbis_window()