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/
H A 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/
H A 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/
H A Dh263dec.c342 const int bits_count = get_bits_count(&s->gb); in decode_slice() local
343 const int bits_left = s->gb.size_in_bits - bits_count; in decode_slice()
349 v |= 0x7F >> (7 - (bits_count & 7)); in decode_slice()
H A Dbink.c1262 int bits_count = pkt->size << 3; in decode_frame() local
1274 init_get_bits(&gb, pkt->data, bits_count); in decode_frame()
1297 if (get_bits_count(&gb) >= bits_count) in decode_frame()
H A Dmpeg4videodec.c200 int bits_count = get_bits_count(&s->gb); in mpeg4_is_resync() local
211 bits_count += 8 + s->pict_type; in mpeg4_is_resync()
215 if (bits_count + 8 >= s->gb.size_in_bits) { in mpeg4_is_resync()
217 v |= 0x7F >> (7 - (bits_count & 7)); in mpeg4_is_resync()
222 if (v == ff_mpeg4_resync_prefix[bits_count & 7]) { in mpeg4_is_resync()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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()

Completed in 16 milliseconds