Home
last modified time | relevance | path

Searched defs:elemsize (Results 1 – 3 of 3) 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.c33 #define CHECK_SIZE(size, elemsize) \ argument
/third_party/flatbuffers/src/
Didl_parser.cpp1525 const size_t elemsize = InlineAlignment(type); in ParseVector() local