Lines Matching defs:closest_cb
156 int *closest_cb;
157 int *points; // Allocated together with closest_cb
474 subcel->subCels[i] = enc->closest_cb[cluster_index*4+i];
825 int *closest_cb = enc->closest_cb;
828 cbsize, 1, closest_cb, &enc->randctx, 0);
958 av_freep(&enc->closest_cb);
1017 enc->closest_cb =
1021 !enc->this_motion8 || !enc->last_motion8 || !enc->closest_cb)
1024 enc->points = enc->closest_cb + roq->width * roq->height * 3 / 2;