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

  /external/tremolo/Tremolo/
config_types.h 45 typedef unsigned char ogg_uint8_t; typedef
codec_internal.h 117 ogg_uint8_t *partitionclass; /* [VIF_PARTS]; 0 to 15 */
119 ogg_uint8_t *forward_index; /* [VIF_POSIT+2]; */
120 ogg_uint8_t *hineighbor; /* [VIF_POSIT]; */
121 ogg_uint8_t *loneighbor; /* [VIF_POSIT]; */
floor1.c 76 static void mergesort(ogg_uint8_t *index,ogg_uint16_t *vals,ogg_uint16_t n){
78 ogg_uint8_t *temp,*A=index,*B=_ogg_malloc(n*sizeof(*B));
115 (ogg_uint8_t *)_ogg_malloc(info->partitions*sizeof(*info->partitionclass));
149 (ogg_uint8_t *)_ogg_malloc((count+2)*sizeof(*info->forward_index));
151 (ogg_uint8_t *)_ogg_malloc(count*sizeof(*info->loneighbor));
153 (ogg_uint8_t *)_ogg_malloc(count*sizeof(*info->hineighbor));

Completed in 680 milliseconds