Lines Matching defs:total
894 uint64_t total;
898 total = avio_r8(pb);
903 read = 8 - ff_log2_tab[total];
905 if (!total || read > max_size) {
907 if (!total) {
915 read, (uint8_t) total, pos, pos, max_size);
921 total ^= 1 << ff_log2_tab[total];
923 total = (total << 8) | avio_r8(pb);
930 *number = total;
1192 // total byte length of the element by its position within the byte.
1591 uint64_t total = 0;
1599 total = p->buf[4];
1600 while (size <= 8 && !(total & len_mask)) {
1606 total &= (len_mask - 1);
1608 total = (total << 8) | p->buf[4 + n++];
1610 if (total + 1 == 1ULL << (7 * size)){
1612 total = p->buf_size - 4 - size;
1615 if (p->buf_size < 4 + size + total)
1625 if (total < probelen)
1627 for (n = 4 + size; n <= 4 + size + total - probelen; n++)
3217 uint32_t total = 0;
3222 if (size <= total)
3225 total += temp;
3231 if (size < total)
3234 lace_size[n] = size - total;
3248 uint64_t total;
3259 total = lace_size[0] = num;
3271 total += lace_size[n];
3276 if (size < total)
3279 lace_size[*laces - 1] = size - total;
3427 AV_WL32(dst + offset + 12, 0); // total samples