Home
last modified time | relevance | path

Searched refs:ansi_to_cga (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dansi.c50 static const uint8_t ansi_to_cga[16] = { variable
315 s->fg = ansi_to_cga[m - 30]; in execute_code()
318 s->fg = index < 16 ? ansi_to_cga[index] : index; in execute_code()
321 s->fg = ansi_to_cga[DEFAULT_FG_COLOR]; in execute_code()
323 s->bg = ansi_to_cga[m - 40]; in execute_code()
326 s->bg = index < 16 ? ansi_to_cga[index] : index; in execute_code()
329 s->fg = ansi_to_cga[DEFAULT_BG_COLOR]; in execute_code()