Lines Matching defs:count
144 * Check the asked slice count for obviously invalid
149 "Slice count %d is not supported in Ut Video (theoretical range is 0-256).\n",
154 /* Check that the slice count is not larger than the subsampled height */
158 "Slice count %d is larger than the subsampling-applied height %d.\n",
221 * - Slice count minus 1
354 int count;
367 count = put_bits_count(&pb) & 0x1F;
369 if (count)
370 put_bits(&pb, 32 - count, 0);
432 /* If non-zero count is found, see if it matches width * height */