Searched refs:ctr_ls (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.h | 49 void vp9_kmeans(double *ctr_ls, double *boundary_ls, int *count_ls, int k,
|
D | vp9_encodeframe.c | 5863 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()
|