Searched refs:histogram_error (Results 1 - 1 of 1) sorted by relevance

/external/libvorbis/vq/
H A Dmetrics.c45 float **histogram_error=NULL; variable
64 histogram_error=_ogg_calloc(books,sizeof(float *));
76 histogram_error[i]=_ogg_calloc(b->entries*b->dim,sizeof(float));
185 (histogram_error[book]+i*dim)[k]/histogram[book][i]);
252 histogram_error[book][entry*dim+j]+=fabs(error);

Completed in 74 milliseconds