Home
last modified time | relevance | path

Searched refs:bits_count (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/brotli/c/dec/
Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/third_party/ffmpeg/libavcodec/
Dh263dec.c336 const int bits_count = get_bits_count(&s->gb); in decode_slice() local
337 const int bits_left = s->gb.size_in_bits - bits_count; in decode_slice()
343 v |= 0x7F >> (7 - (bits_count & 7)); in decode_slice()
Dbink.c1260 int bits_count = pkt->size << 3; in decode_frame() local
1272 init_get_bits(&gb, pkt->data, bits_count); in decode_frame()
1295 if (get_bits_count(&gb) >= bits_count) in decode_frame()
Dmpeg4videodec.c129 int bits_count = get_bits_count(&s->gb); in mpeg4_is_resync() local
140 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()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp260 static const glw::GLuint bits_count = sizeof(bits) / sizeof(bits[0]); in iterate() local
262 for (glw::GLuint i = 0; i < bits_count; ++i) in iterate()
4632 glw::GLuint bits_count = CHAR_BIT * sizeof(invalid_bits); in TestErrorsOfNamedBufferStorage() local
4635 for (glw::GLuint i = 0; i < bits_count; ++i) in TestErrorsOfNamedBufferStorage()