Home
last modified time | relevance | path

Searched refs:ctr_ls (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.h49 void vp9_kmeans(double *ctr_ls, double *boundary_ls, int *count_ls, int k,
Dvp9_encodeframe.c5863 static void compute_boundary_ls(const double *ctr_ls, int k, in compute_boundary_ls() argument
5868 boundary_ls[j] = (ctr_ls[j] + ctr_ls[j + 1]) / 2.; in compute_boundary_ls()
5884 void vp9_kmeans(double *ctr_ls, double *boundary_ls, int *count_ls, int k, in vp9_kmeans() argument
5900 ctr_ls[j] = arr[(size * (2 * j + 1)) / (2 * k)].value; in vp9_kmeans()
5904 compute_boundary_ls(ctr_ls, k, boundary_ls); in vp9_kmeans()
5928 ctr_ls[group_idx] = sum[group_idx] / count[group_idx]; in vp9_kmeans()
5939 compute_boundary_ls(ctr_ls, k, boundary_ls); in vp9_kmeans()