Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddvbsubdec.c737 const uint32_t *clut_table; in save_subtitle_set() local
809 clut_table = clut->clut4; in save_subtitle_set()
812 clut_table = clut->clut256; in save_subtitle_set()
816 clut_table = clut->clut16; in save_subtitle_set()
825 memcpy(rect->data[1], clut_table, (1 << region->depth) * sizeof(*clut_table)); in save_subtitle_set()

Completed in 3 milliseconds