Home
last modified time | relevance | path

Searched refs:length_code (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dspdifenc.c61 int length_code; ///< length code in bits or bytes, depending on data type member
147 ctx->length_code = ctx->hd_buf_filled; in spdif_header_eac3()
236 ctx->length_code = FFALIGN(ctx->out_bytes + 0x8, 0x10) - 0x8; in spdif_header_dts4()
310 ctx->length_code = core_size << 3; in spdif_header_dts()
564 ctx->length_code = MAT_FRAME_SIZE; in spdif_header_truehd()
631 ctx->length_code = FFALIGN(pkt->size, 2) << 3; in spdif_write_packet()
651 spdif_put_16(ctx, s->pb, ctx->length_code);//Pd in spdif_write_packet()
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.hpp194 std::uint8_t length_code[maxMatch-minMatch+1]; member
Ddeflate_stream.ipp163 tables.length_code[length++] = code;
168 // overwrite length_code[255] to use the best encoding:
169 tables.length_code[255] = lengthCodes-1;
1178 code = lut_.length_code[lc];
1371 dyn_ltree_[lut_.length_code[len]+literals+1].fc++;
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.hpp194 std::uint8_t length_code[maxMatch-minMatch+1]; member
Ddeflate_stream.ipp163 tables.length_code[length++] = code;
168 // overwrite length_code[255] to use the best encoding:
169 tables.length_code[255] = lengthCodes-1;
1178 code = lut_.length_code[lc];
1371 dyn_ltree_[lut_.length_code[len]+literals+1].fc++;