Searched refs:hineighbor (Results 1 - 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
H A Dfloor1.c60 if(info->hineighbor)_ogg_free(info->hineighbor);
152 info->hineighbor=
153 (char *)_ogg_malloc(count*sizeof(*info->hineighbor));
192 info->hineighbor[j]=hi;
334 info->postlist[info->hineighbor[i-2]],
336 fit_value[info->hineighbor[i-2]],
360 fit_value[info->hineighbor[i-2]]&=0x7fff;
H A Dcodec_internal.h120 char *hineighbor; /* [VIF_POSIT]; */ member in struct:__anon12848
/external/libvorbis/lib/
H A Dcodec_internal.h143 int hineighbor[VIF_POSIT]; member in struct:__anon8123
H A Dfloor1.c266 look->hineighbor[i]=hi;
604 int hineighbor[VIF_POSIT+2]; local
611 for(i=0;i<posts;i++)hineighbor[i]=1; /* 1 for the implicit post at n */
643 int hn=hineighbor[sortpos];
696 if(hineighbor[j]==hn)
697 hineighbor[j]=i;
725 int hn=look->hineighbor[i-2];
807 int hn=look->hineighbor[i-2];
1014 info->postlist[look->hineighbor[i-2]],
1016 fit_value[look->hineighbor[
[all...]

Completed in 64 milliseconds