Home
last modified time | relevance | path

Searched refs:palette_video (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcinepak.c68 int palette_video; member
148 (s->palette_video?strip->x1:strip->x1*3) + (y * s->frame->linesize[0]); in cinepak_decode_vectors()
189 if (s->palette_video) { in cinepak_decode_vectors()
217 if (s->palette_video) { in cinepak_decode_vectors()
253 if (s->palette_video) { in cinepak_decode_vectors()
436 s->palette_video = 0; in cinepak_decode_init()
439 s->palette_video = 1; in cinepak_decode_init()
468 …if (!num_strips && (!s->palette_video || !av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, NULL… in cinepak_decode_frame()
479 if (s->palette_video) { in cinepak_decode_frame()
494 if (s->palette_video) in cinepak_decode_frame()