AVPALETTE_SIZE    128 libavcodec/8bps.c             memcpy(c->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    131 libavcodec/8bps.c         memcpy (frame->data[1], c->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE     56 libavcodec/aasc.c         s->palette_size = FFMIN(avctx->extradata_size, AVPALETTE_SIZE);
AVPALETTE_SIZE    175 libavcodec/anm.c     memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    366 libavcodec/ansi.c         memset(s->frame->data[1], 0, AVPALETTE_SIZE);
AVPALETTE_SIZE    254 libavcodec/bmvvideo.c     memcpy(frame->data[1], c->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    287 libavcodec/cdgraphics.c         memset(cc->frame->data[1], 0, AVPALETTE_SIZE);
AVPALETTE_SIZE    128 libavcodec/cdxl.c     memset(frame->data[1], 0, AVPALETTE_SIZE);
AVPALETTE_SIZE    449 libavcodec/cinepak.c             memcpy(s->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    458 libavcodec/cinepak.c         memcpy (s->frame->data[1], s->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    842 libavcodec/dvbsubdec.c             rect->pict.data[1] = av_mallocz(AVPALETTE_SIZE);
AVPALETTE_SIZE    379 libavcodec/dvdsubdec.c                 sub_header->rects[0]->pict.data[1] = av_mallocz(AVPALETTE_SIZE);
AVPALETTE_SIZE    234 libavcodec/dxa.c     memcpy(frame->data[1], c->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    204 libavcodec/eacmv.c     memcpy(frame->data[1], s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    306 libavcodec/eatgv.c     memcpy(frame->data[1], s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    463 libavcodec/flicvideo.c     memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    165 libavcodec/gif.c                 pal_exdata = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE);
AVPALETTE_SIZE    168 libavcodec/gif.c             memcpy(pal_exdata, s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    279 libavcodec/gif.c         uint8_t *pal_exdata = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE);
AVPALETTE_SIZE    282 libavcodec/gif.c         memcpy(pal_exdata, pict->data[1], AVPALETTE_SIZE);
AVPALETTE_SIZE    291 libavcodec/gif.c             memcpy(s->palette, palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    295 libavcodec/gif.c         } else if (!memcmp(s->palette, palette, AVPALETTE_SIZE)) {
AVPALETTE_SIZE    232 libavcodec/idcinvideo.c         memcpy(s->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    235 libavcodec/idcinvideo.c     memcpy(frame->data[1], s->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    914 libavcodec/interplayvideo.c         memcpy(frame->data[1], s->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE   1014 libavcodec/interplayvideo.c             memcpy(s->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    206 libavcodec/jvdec.c         memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    308 libavcodec/kmvc.c         memcpy(ctx->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    264 libavcodec/libzvbi-teletextdec.c     sub_rect->pict.data[1] = av_mallocz(AVPALETTE_SIZE);
AVPALETTE_SIZE    222 libavcodec/mmvideo.c     memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE     79 libavcodec/msrle.c         for (i = 0; i < FFMIN(avctx->extradata_size, AVPALETTE_SIZE)/4; i++)
AVPALETTE_SIZE    106 libavcodec/msrle.c             memcpy(s->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    109 libavcodec/msrle.c         memcpy(s->frame->data[1], s->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    176 libavcodec/mss1.c     memcpy(ctx->pic->data[1], c->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE     70 libavcodec/msvideo1.c         if (avctx->extradata_size >= AVPALETTE_SIZE)
AVPALETTE_SIZE     71 libavcodec/msvideo1.c             memcpy(s->pal, avctx->extradata, AVPALETTE_SIZE);
AVPALETTE_SIZE    181 libavcodec/msvideo1.c         memcpy(s->frame->data[1], s->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    312 libavcodec/msvideo1.c             memcpy(s->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    280 libavcodec/pafvideo.c         memset(c->pic->data[1], 0, AVPALETTE_SIZE);
AVPALETTE_SIZE    581 libavcodec/pgssubdec.c         sub->rects[i]->pict.data[1] = av_mallocz(AVPALETTE_SIZE);
AVPALETTE_SIZE    197 libavcodec/pictordec.c     memset(palette + npal, 0, AVPALETTE_SIZE - npal * 4);
AVPALETTE_SIZE    292 libavcodec/qpeg.c         memcpy(a->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    294 libavcodec/qpeg.c     memcpy(p->data[1], a->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    492 libavcodec/qtrle.c             memcpy(s->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    496 libavcodec/qtrle.c         memcpy(s->frame->data[1], s->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE     92 libavcodec/rawdec.c         context->palette = av_buffer_alloc(AVPALETTE_SIZE);
AVPALETTE_SIZE     98 libavcodec/rawdec.c             memset(context->palette->data, 0, AVPALETTE_SIZE);
AVPALETTE_SIZE    209 libavcodec/rawdec.c         buf_size = context->frame_size - AVPALETTE_SIZE;
AVPALETTE_SIZE    260 libavcodec/rawdec.c     len = context->frame_size - (avctx->pix_fmt==AV_PIX_FMT_PAL8 ? AVPALETTE_SIZE : 0);
AVPALETTE_SIZE    279 libavcodec/rawdec.c             context->palette = av_buffer_alloc(AVPALETTE_SIZE);
AVPALETTE_SIZE    284 libavcodec/rawdec.c             memcpy(context->palette->data, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    192 libavcodec/rl2.c     memcpy(frame->data[1], s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    115 libavcodec/smc.c     memcpy(s->frame->data[1], s->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    444 libavcodec/smc.c         memcpy(s->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE     65 libavcodec/tmv.c     memset(frame->data[1] + 16 * 4, 0, AVPALETTE_SIZE - 16 * 4);
AVPALETTE_SIZE    106 libavcodec/tscc.c             memcpy(c->pal, pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    108 libavcodec/tscc.c         memcpy(frame->data[1], c->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    224 libavcodec/vb.c     memcpy(frame->data[1], c->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    571 libavcodec/xan.c                                       s->palettes_count + 1, AVPALETTE_SIZE);
AVPALETTE_SIZE    620 libavcodec/xan.c            s->palettes + s->cur_palette * AVPALETTE_COUNT, AVPALETTE_SIZE);
AVPALETTE_SIZE    110 libavcodec/xsubdec.c     sub->rects[0]->pict.data[1] = av_mallocz(AVPALETTE_SIZE);
AVPALETTE_SIZE    209 libavcodec/yop.c         memset(frame->data[1], 0, AVPALETTE_SIZE);
AVPALETTE_SIZE    551 libavdevice/x11grab.c                                                AVPALETTE_SIZE);
AVPALETTE_SIZE    555 libavdevice/x11grab.c             memcpy(pal, s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    166 libavfilter/vf_hflip.c         memcpy(out->data[1], in->data[1], AVPALETTE_SIZE);
AVPALETTE_SIZE    885 libavfilter/vf_paletteuse.c     memcpy(out->data[1], s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE     85 libavfilter/vf_pixdesctest.c         memcpy(out->data[1], in->data[1], AVPALETTE_SIZE);
AVPALETTE_SIZE    489 libavformat/asfdec.c             for (i = 0; i < FFMIN(st->codec->extradata_size, AVPALETTE_SIZE) / 4; i++)
AVPALETTE_SIZE    493 libavformat/asfdec.c                    FFMIN(st->codec->extradata_size, AVPALETTE_SIZE));
AVPALETTE_SIZE   1233 libavformat/asfdec.c                                               AVPALETTE_SIZE);
AVPALETTE_SIZE   1237 libavformat/asfdec.c                     memcpy(pal, asf_st->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE   1386 libavformat/avidec.c                                           AVPALETTE_SIZE);
AVPALETTE_SIZE   1391 libavformat/avidec.c                 memcpy(pal, ast->pal, AVPALETTE_SIZE);
AVPALETTE_SIZE    154 libavformat/gif.c     if (palette && size != AVPALETTE_SIZE) {
AVPALETTE_SIZE    202 libavformat/gif.c             if (size != AVPALETTE_SIZE) {
AVPALETTE_SIZE    325 libavformat/idcin.c                                           AVPALETTE_SIZE);
AVPALETTE_SIZE    330 libavformat/idcin.c             memcpy(pal, palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    166 libavformat/ipmovie.c                                           AVPALETTE_SIZE);
AVPALETTE_SIZE    168 libavformat/ipmovie.c                 memcpy(pal, s->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE   4246 libavformat/mov.c             pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE);
AVPALETTE_SIZE   4250 libavformat/mov.c                 memcpy(pal, sc->palette, AVPALETTE_SIZE);
AVPALETTE_SIZE    392 libavformat/swfdec.c                 pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE);
AVPALETTE_SIZE    397 libavformat/swfdec.c                 memcpy(pal, colormap, AVPALETTE_SIZE);