Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dansi.c51 static const uint8_t ansi_to_cga[16] = { variable
316 s->fg = ansi_to_cga[m - 30]; in execute_code()
319 s->fg = index < 16 ? ansi_to_cga[index] : index; in execute_code()
322 s->fg = ansi_to_cga[DEFAULT_FG_COLOR]; in execute_code()
324 s->bg = ansi_to_cga[m - 40]; in execute_code()
327 s->bg = index < 16 ? ansi_to_cga[index] : index; in execute_code()
330 s->fg = ansi_to_cga[DEFAULT_BG_COLOR]; in execute_code()

Completed in 2 milliseconds