Home
last modified time | relevance | path

Searched defs:elemsize (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c737 static void fill_table(uint8_t* table[256 + 2*YUVRGB_TABLE_HEADROOM], const int elemsize, in fill_table()
751 static void fill_gv_table(int table[256 + 2*YUVRGB_TABLE_HEADROOM], const int elemsize, const int64… in fill_gv_table()
/third_party/python/Modules/
D_tkinter.c39 #define CHECK_SIZE(size, elemsize) \ argument