Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c272 int num_kf_coded_fragment[3]; member
578 if (s->num_kf_coded_fragment[plane] == -1) { in unpack_superblocks()
590 s->num_kf_coded_fragment[plane] = num_coded_frags; in unpack_superblocks()
592 num_coded_frags = s->num_kf_coded_fragment[plane]; in unpack_superblocks()
2284 memset(s-> num_kf_coded_fragment, -1, sizeof(s-> num_kf_coded_fragment)); in allocate_tables()