Lines Matching defs:end
99 uint32_t end;
716 res_setup->end = get_bits(gb, 24);
719 if (res_setup->begin>res_setup->end ||
720 (res_setup->end-res_setup->begin) / res_setup->partition_size > FFMIN(V_MAX_PARTITIONS, 65535)) {
722 "partition out of bounds: type, begin, end, size, blocksize: %"PRIu16", %"PRIu32", %"PRIu32", %u, %"PRIu32"\n",
723 res_setup->type, res_setup->begin, res_setup->end,
732 (res_setup->end - res_setup->begin) / res_setup->partition_size;
739 ff_dlog(NULL, " begin %"PRIu32" end %"PRIu32" part.size %u classif.s %"PRIu8" classbook %"PRIu8"\n",
740 res_setup->begin, res_setup->end, res_setup->partition_size,
1298 } // render_point end
1415 max_output += vr->end / ch;
1418 max_output += vr->end;