Home
last modified time | relevance | path

Searched refs:length_bits (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddstdec.c152 int length_bits, int coeff_bits, int is_signed, int offset) in read_table() argument
156 t->length[i] = get_bits(gb, length_bits) + 1; in read_table()
Ddiracdec.c785 int length_bits = av_log2(8 * slice->bytes)+1; in decode_lowdelay_slice() local
786 int luma_bits = get_bits_long(gb, length_bits); in decode_lowdelay_slice()
800 chroma_bits = 8*slice->bytes - 7 - length_bits - luma_bits; in decode_lowdelay_slice()
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c105 uint16_t length_bits[BROTLI_NUM_BLOCK_LEN_SYMBOLS]; member
749 BrotliWriteBits(code->length_depths[lencode], code->length_bits[lencode], in StoreBlockSwitch()
784 &code->length_bits[0], storage_ix, storage); in BuildAndStoreBlockSplitCode()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c105 uint16_t length_bits[BROTLI_NUM_BLOCK_LEN_SYMBOLS]; member
749 BrotliWriteBits(code->length_depths[lencode], code->length_bits[lencode], in StoreBlockSwitch()
784 &code->length_bits[0], storage_ix, storage); in BuildAndStoreBlockSplitCode()