Home | History | Annotate | Download | only in vq

Lines Matching defs:this

3  * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
18 /* This code is *not* part of libvorbis. It is used to generate
109 float this=_dist(v,_now(v,j),_now(v,k));
110 if(this>0){
111 if(v->assigned[k] && (localmin==-1 || this<localmin))
112 localmin=this;
128 localmin=v->max[j]+localmin/2; /* this gives us rough diameter */
153 element in the codebook entry is orthogonal. Residues would use this
162 the encoded (delta) values, not abs positions. This requires minor
207 /* be paranoid; this should be impossible */
213 /* be paranoid; this should be impossible */