Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dzmbvenc.c193 uint8_t tpal[3]; in encode_frame() local
195 AV_WB24(tpal, palptr[i]); in encode_frame()
196 c->work_buf[work_size++] = tpal[0] ^ c->pal[i * 3 + 0]; in encode_frame()
197 c->work_buf[work_size++] = tpal[1] ^ c->pal[i * 3 + 1]; in encode_frame()
198 c->work_buf[work_size++] = tpal[2] ^ c->pal[i * 3 + 2]; in encode_frame()
199 c->pal[i * 3 + 0] = tpal[0]; in encode_frame()
200 c->pal[i * 3 + 1] = tpal[1]; in encode_frame()
201 c->pal[i * 3 + 2] = tpal[2]; in encode_frame()

Completed in 2 milliseconds