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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Droqvideoenc.c206 } CelEvaluation; typedef in typeref:struct:__anon1983
224 CelEvaluation *cel_evals;
249 tempData->cel_evals = av_malloc(enc->width*enc->height/64 * sizeof(CelEvaluation));
462 static void gather_data_for_cel(CelEvaluation *cel, RoqContext *enc,
631 CelEvaluation *eval;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Droqvideoenc.c209 } CelEvaluation; typedef in typeref:struct:__anon3217
227 CelEvaluation *cel_evals;
252 tempData->cel_evals = av_malloc_array(enc->width*enc->height/64, sizeof(CelEvaluation));
465 static void gather_data_for_cel(CelEvaluation *cel, RoqContext *enc,
634 CelEvaluation *eval;

Completed in 93 milliseconds