Lines Matching defs:begin
98 uint32_t begin;
715 res_setup->begin = 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,
1289 dy = floor1_Y_final[high_neigh_offs] - floor1_Y_final[low_neigh_offs]; // render_point begin
1431 ff_dlog(NULL, " residue type 0/1/2 decode begin, ch: %d cpc %d \n", ch, c_p_c);
1436 voffset = vr->begin;