HomeSort by relevance Sort by last modified time
    Searched refs:zero_count (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/av1/encoder/
palette.c 99 int bit_depth, int *zero_count,
105 *zero_count = 0;
112 if (d == 0) ++(*zero_count);
146 int zero_count = 0, min_bits_v = 0; local
148 av1_get_palette_delta_bits_v(pmi, bit_depth, &zero_count, &min_bits_v);
150 2 + bit_depth + (bits_v + 1) * (n - 1) - zero_count;
palette.h 79 // assign zero_count with the number of deltas being 0.
81 int bit_depth, int *zero_count, int *min_bits);
bitstream.c 726 int zero_count = 0, min_bits_v = 0; local
728 av1_get_palette_delta_bits_v(pmi, bit_depth, &zero_count, &min_bits_v);
730 2 + bit_depth + (bits_v + 1) * (n - 1) - zero_count;
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
debug_ops.h 286 int64 zero_count = 0; variable
296 // Equal to negative_count + zero_count + positive_count.
328 zero_count++;
365 output_tensor->vec<double>()(5) = static_cast<double>(zero_count);

Completed in 400 milliseconds