HomeSort by relevance Sort by last modified time
    Searched full:histogram_lo (Results 1 - 1 of 1) sorted by null

  /external/libvorbis/vq/
metrics.c 48 float **histogram_lo=NULL; variable
67 histogram_lo=_ogg_calloc(books,sizeof(float *));
79 histogram_lo[i]=_ogg_calloc(b->entries*b->dim,sizeof(float));
201 (b->valuelist+i*dim)[k]+(histogram_lo[book]+i*dim)[k],
255 if(histogram[book][entry]==0 || histogram_lo[book][entry*dim+j]>error)
256 histogram_lo[book][entry*dim+j]=error;

Completed in 535 milliseconds