Home | History | Annotate | Download | only in lib

Lines Matching refs:gi

34   vorbis_info_psy_global *gi=&ci->psy_g_param;
40 e->minenergy=gi->preecho_minenergy;
91 vorbis_info_psy_global *gi,
110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH);
112 if(penalty>gi->stretch_penalty)penalty=gi->stretch_penalty;
201 if(valmax>gi->preecho_thresh[j]+penalty){
205 if(valmin<gi->postecho_thresh[j]-penalty)ret|=2;
219 vorbis_info_psy_global *gi=&ci->psy_g_param;
242 ret|=_ve_amp(ve,gi,pcm,ve->band,ve->filter+i*VE_BANDS);