Lines Matching refs:picture_structure
145 cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD];
155 sorted, len, 0, h->picture_structure);
158 h->long_ref, 16, 1, h->picture_structure);
176 h->short_ref, h->short_ref_count, 0, h->picture_structure);
179 h-> long_ref, 16, 1, h->picture_structure);
262 *structure = h->picture_structure;
711 h->cur_pic_ptr->reference |= h->picture_structure;
747 h->cur_pic_ptr->reference |= h->picture_structure;
767 h->cur_pic_ptr->reference |= h->picture_structure;
821 || pps_ref_count[0] <= 1 + (h->picture_structure != PICT_FRAME) && pps_ref_count[1] <= 1)
822 && pps_ref_count[0]<=2 + (h->picture_structure != PICT_FRAME) + (2*!h->has_recovery_point)