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

  /external/libvorbis/vq/
metrics.c 46 float **histogram_errorsq=NULL; variable
65 histogram_errorsq=_ogg_calloc(books,sizeof(float *));
77 histogram_errorsq[i]=_ogg_calloc(b->entries*b->dim,sizeof(float));
169 sqrt((histogram_errorsq[book]+i*dim)[k]/histogram[book][i]));
251 histogram_errorsq[book][entry*dim+j]+=error*error;

Completed in 297 milliseconds