Searched refs:sv_conversion (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | svmodule.c | 835 sv_conversion(PyObject *self, PyObject *args, void (*function)(), in sv_conversion() function 868 return sv_conversion(self, args, svInterleaveFields, 1, 1.0); in sv_InterleaveFields() 874 return sv_conversion(self, args, svRGB8toRGB32, 1, (float) sizeof(long)); in sv_RGB8toRGB32() 880 return sv_conversion(self, args, svYUVtoRGB, 2, (float) sizeof(long)); in sv_YUVtoRGB()
|