HomeSort by relevance Sort by last modified time
    Searched refs:hineighbor (Results 1 - 4 of 4) sorted by null

  /external/tremolo/Tremolo/
floor1.c 60 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;
codec_internal.h 120 char *hineighbor; /* [VIF_POSIT]; */ member in struct:__anon15866
  /external/libvorbis/lib/
codec_internal.h 143 int hineighbor[VIF_POSIT]; member in struct:__anon10858
floor1.c 266 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[i-2]]
    [all...]

Completed in 109 milliseconds