Lines Matching refs:depth
314 obj->data.picture.depth <= max_depth &&
316 (area > max_area_seen || (area == max_area_seen && obj->data.picture.depth > max_depth_seen))
322 max_depth_seen = obj->data.picture.depth;
354 unsigned depth;
390 iterator->depth = 0;
461 iterator->depth = 0;
462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file);
542 iterator->offset[iterator->depth] = ftello(iterator->file);
554 if(iterator->offset[iterator->depth] == iterator->first_offset)
566 while(ftello(iterator->file) + (off_t)iterator->length < iterator->offset[iterator->depth]) {
576 iterator->offset[iterator->depth] = this_offset;
596 return iterator->offset[iterator->depth];
661 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth] + FLAC__STREAM_METADATA_HEADER_LENGTH, SEEK_SET)) {
675 FLAC__ASSERT_DECLARATION(off_t debug_target_offset = iterator->offset[iterator->depth];)
701 FLAC__ASSERT(!ret || iterator->offset[iterator->depth] == debug_target_offset);
707 FLAC__ASSERT(!ret || iterator->offset[iterator->depth] == debug_target_offset);
750 FLAC__ASSERT(!ret || iterator->offset[iterator->depth] == debug_target_offset);
757 FLAC__ASSERT(!ret || iterator->offset[iterator->depth] == debug_target_offset);
764 FLAC__ASSERT(!ret || iterator->offset[iterator->depth] == debug_target_offset);
776 FLAC__ASSERT_DECLARATION(off_t debug_target_offset = iterator->offset[iterator->depth] + FLAC__STREAM_METADATA_HEADER_LENGTH + iterator->length;)
830 FLAC__ASSERT(iterator->offset[iterator->depth] == debug_target_offset);
837 FLAC__ASSERT(iterator->offset[iterator->depth] == debug_target_offset);
844 FLAC__ASSERT(iterator->offset[iterator->depth] == debug_target_offset);
852 FLAC__ASSERT_DECLARATION(off_t debug_target_offset = iterator->offset[iterator->depth];)
874 FLAC__ASSERT(iterator->offset[iterator->depth] + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (off_t)iterator->length == debug_target_offset);
880 FLAC__ASSERT(iterator->offset[iterator->depth] + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (off_t)iterator->length == debug_target_offset);
2454 block->depth = unpack_uint32_(buffer, len);
2811 pack_uint32_(block->depth, buffer, len);
2840 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) {
2851 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) {
2863 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) {
2894 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) {
2914 fixup_is_last_flag_offset = iterator->offset[iterator->depth];
2923 fixup_is_last_flag_offset = iterator->offset[iterator->depth];
2955 FLAC__ASSERT(iterator->depth+1 < SIMPLE_ITERATOR_MAX_PUSH_DEPTH);
2956 iterator->offset[iterator->depth+1] = iterator->offset[iterator->depth];
2957 iterator->depth++;
2962 FLAC__ASSERT(iterator->depth > 0);
2963 iterator->depth--;
2964 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) {
3035 const off_t offset_end = append? iterator->offset[iterator->depth] + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (off_t)iterator->length : iterator->offset[iterator->depth];
3055 off_t save_offset = iterator->offset[iterator->depth];
3118 while(iterator->offset[iterator->depth] + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (off_t)iterator->length < save_offset)
3125 FLAC__ASSERT(iterator->depth == 0);
3127 iterator->depth++;