Home | History | Annotate | Download | only in src

Lines Matching refs:SAD_Block

783     Int(*SAD_Block)(UChar*, UChar*, Int, Int, void*) = video->functionPointer->SAD_Block;
1070 SAD_Block = video->functionPointer->SAD_Block;
1085 dmin = (*SAD_Block)(ncand, cur8, 65536, lx, extra_info);
1106 d = (*SAD_Block)(cand, cur8, dmin, lx, extra_info);
1273 Int(*SAD_Block)(UChar*, UChar*, Int, Int, void*) = video->functionPointer->SAD_Block;
1283 dmin = (*SAD_Block)(ref, cur, 65536, lx, (void*)extra_info);
1299 d = (*SAD_Block)(cand, cur, dmin, lx, (void*)extra_info);