Lines Matching defs:structure
251 * Extract structure information about the picture described by pic_num in
254 * @param pic_num picture number for which to extract structure information
255 * @param structure one of PICT_XXX describing structure of picture
260 static int pic_num_extract(const H264Context *h, int pic_num, int *structure)
262 *structure = h->picture_structure;
266 *structure ^= PICT_FRAME;
632 int av_uninit(structure), av_uninit(frame_num);
639 frame_num = pic_num_extract(h, mmco[i].short_pic_num, &structure);
657 remove_short(h, frame_num, structure ^ PICT_FRAME);
671 j = pic_num_extract(h, mmco[i].long_arg, &structure);
674 remove_long(h, j, structure ^ PICT_FRAME);