Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Droqvideoenc.c121 typedef struct CelEvaluation { struct
131 } CelEvaluation; typedef
152 CelEvaluation *cel_evals;
275 enc->cel_evals = av_malloc_array(roq->width * roq->height / 64, sizeof(CelEvaluation)); in create_cel_evals()
494 static void gather_data_for_cel(CelEvaluation *cel, RoqEncContext *enc) in gather_data_for_cel()
670 CelEvaluation *eval; in reconstruct_and_encode_image()