Searched defs:YUVRGB_TABLE_HEADROOM (Results 1 – 2 of 2) sorted by relevance
737 static void fill_table(uint8_t* table[256 + 2*YUVRGB_TABLE_HEADROOM], const int elemsize, in fill_table()751 …void fill_gv_table(int table[256 + 2*YUVRGB_TABLE_HEADROOM], const int elemsize, const int64_t inc) in fill_gv_table()
39 #define YUVRGB_TABLE_HEADROOM 512 macro