Home
last modified time | relevance | path

Searched refs:ogg_uint8_t (Results 1 – 3 of 3) sorted by relevance

/external/tremolo/Tremolo/
Dcodec_internal.h117 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]; */
Dfloor1.c76 static void mergesort(ogg_uint8_t *index,ogg_uint16_t *vals,ogg_uint16_t n){ in mergesort()
78 ogg_uint8_t *temp,*A=index,*B=_ogg_malloc(n*sizeof(*B)); in mergesort()
115 (ogg_uint8_t *)_ogg_malloc(info->partitions*sizeof(*info->partitionclass)); in floor1_info_unpack()
149 (ogg_uint8_t *)_ogg_malloc((count+2)*sizeof(*info->forward_index)); in floor1_info_unpack()
151 (ogg_uint8_t *)_ogg_malloc(count*sizeof(*info->loneighbor)); in floor1_info_unpack()
153 (ogg_uint8_t *)_ogg_malloc(count*sizeof(*info->hineighbor)); in floor1_info_unpack()
Dconfig_types.h45 typedef unsigned char ogg_uint8_t; typedef