Lines Matching refs:charset
103 static void render_charset(AVCodecContext *avctx, uint8_t *charset,
137 /* and render charset */
173 charset[y+0x000] = row1;
174 if (INTERLACED) charset[y+0x800] = row2;
190 charset += 8;
223 av_log(avctx, AV_LOG_INFO, "charset lifetime set to %d frame(s)\n", c->mc_lifetime);
341 /* calc optimal new charset + charmaps */
347 /* create colorram map and a c64 readable charset */
398 .p.long_name = NULL_IF_CONFIG_SMALL("Multicolor charset for Commodore 64"),
413 .p.long_name = NULL_IF_CONFIG_SMALL("Multicolor charset for Commodore 64, extended with 5th color (colram)"),