Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Droqvideoenc.c428 static void gather_data_for_subcel(SubcelEvaluation *subcel, int x, in gather_data_for_subcel() function
529 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc); in gather_data_for_cel()
530 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc); in gather_data_for_cel()
531 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc); in gather_data_for_cel()
532 gather_data_for_subcel(cel->subCels + 3, cel->sourceX+4, cel->sourceY+4, enc); in gather_data_for_cel()