Searched refs:tpal (Results 1 – 1 of 1) sorted by relevance
196 uint8_t tpal[3]; in encode_frame() local198 AV_WB24(tpal, palptr[i]); in encode_frame()199 c->work_buf[work_size++] = tpal[0] ^ c->pal[i * 3 + 0]; in encode_frame()200 c->work_buf[work_size++] = tpal[1] ^ c->pal[i * 3 + 1]; in encode_frame()201 c->work_buf[work_size++] = tpal[2] ^ c->pal[i * 3 + 2]; in encode_frame()202 c->pal[i * 3 + 0] = tpal[0]; in encode_frame()203 c->pal[i * 3 + 1] = tpal[1]; in encode_frame()204 c->pal[i * 3 + 2] = tpal[2]; in encode_frame()