Searched refs:subCels (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | roqvideoenc.c | 118 int subCels[4]; member 127 SubcelEvaluation subCels[4]; member 474 subcel->subCels[i] = enc->closest_cb[cluster_index*4+i]; in gather_data_for_subcel() 480 squared_diff_macroblock(tempData->codebooks.unpacked_cb2 + subcel->subCels[i]*2*2*3, mb2, 2); in gather_data_for_subcel() 532 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc); in gather_data_for_cel() 533 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc); in gather_data_for_cel() 534 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc); in gather_data_for_cel() 535 gather_data_for_subcel(cel->subCels + 3, cel->sourceX+4, cel->sourceY+4, enc); in gather_data_for_cel() 541 cel->subCels[i].eval_dist[cel->subCels[ in gather_data_for_cel() [all...] |
Completed in 3 milliseconds