Searched refs:bits_count (Results 1 – 6 of 6) sorted by relevance
117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()187 int bits_count; in BrotliBuildHuffmanTable() local213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
336 const int bits_count = get_bits_count(&s->gb); in decode_slice() local337 const int bits_left = s->gb.size_in_bits - bits_count; in decode_slice()343 v |= 0x7F >> (7 - (bits_count & 7)); in decode_slice()
1260 int bits_count = pkt->size << 3; in decode_frame() local1272 init_get_bits(&gb, pkt->data, bits_count); in decode_frame()1295 if (get_bits_count(&gb) >= bits_count) in decode_frame()
129 int bits_count = get_bits_count(&s->gb); in mpeg4_is_resync() local140 bits_count += 8 + s->pict_type; in mpeg4_is_resync()144 if (bits_count + 8 >= s->gb.size_in_bits) { in mpeg4_is_resync()146 v |= 0x7F >> (7 - (bits_count & 7)); in mpeg4_is_resync()151 if (v == ff_mpeg4_resync_prefix[bits_count & 7]) { in mpeg4_is_resync()
260 static const glw::GLuint bits_count = sizeof(bits) / sizeof(bits[0]); in iterate() local262 for (glw::GLuint i = 0; i < bits_count; ++i) in iterate()4632 glw::GLuint bits_count = CHAR_BIT * sizeof(invalid_bits); in TestErrorsOfNamedBufferStorage() local4635 for (glw::GLuint i = 0; i < bits_count; ++i) in TestErrorsOfNamedBufferStorage()