Searched refs:pal_idx (Results 1 – 2 of 2) sorted by relevance
189 int pal_idx = bytestream2_get_byte(&s->g); in decode_frame() local190 palette[i] = ff_cga_palette[FFMIN(pal_idx, 15)]; in decode_frame()195 int pal_idx = bytestream2_get_byte(&s->g); in decode_frame() local196 palette[i] = ff_ega_palette[FFMIN(pal_idx, 63)]; in decode_frame()
112 int pal_idx = s->palmapindex_data[y * s->tiles_w + x] * 16; in decode_index_palmap() local117 dst[xx] = pal_idx + tt[xx]; in decode_index_palmap()147 int pal_idx = ((tilemap >> 13) & 3) * 16; in decode_index_tilemap() local171 dst[xx] = pal_idx + tile[xx + yy * 8]; in decode_index_tilemap()