Lines Matching refs:points
157 int *points; // Allocated together with closest_cb
803 static void create_clusters(const AVFrame *frame, int w, int h, int *points)
811 frame_block_to_cell(points + (l + 2*k)*6, frame->data,
813 points += 24;
818 int *points, int inputCount, roq_cell *results,
827 ret = avpriv_elbg_do(&enc->elbg, points, 6 * c_size, inputCount, codebook,
852 int *points = enc->points;
855 create_clusters(enc->frame_to_enc, roq->width, roq->height, points);
860 if ((ret = generate_codebook(enc, points, max, enc->results4,
865 if ((ret = generate_codebook(enc, points, max * 4,
1016 * and so does the points buffer. */
1024 enc->points = enc->closest_cb + roq->width * roq->height * 3 / 2;