Vp3Fragment       175 libavcodec/vp3.c     Vp3Fragment *all_fragments;
Vp3Fragment       602 libavcodec/vp3.c     Vp3Fragment *frag;
Vp3Fragment       951 libavcodec/vp3.c     Vp3Fragment *all_fragments = s->all_fragments;
Vp3Fragment      1373 libavcodec/vp3.c static inline int vp3_dequant(Vp3DecodeContext *s, Vp3Fragment *frag,
Vp3Fragment      1460 libavcodec/vp3.c static void await_reference_row(Vp3DecodeContext *s, Vp3Fragment *fragment,
Vp3Fragment      1674 libavcodec/vp3.c     s->all_fragments     = av_mallocz_array(s->fragment_count, sizeof(Vp3Fragment));
Vp3Fragment      2117 libavcodec/vp3.c     memset(s->all_fragments, 0, s->fragment_count * sizeof(Vp3Fragment));