Searched refs:length_code (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdifenc.c60 int length_code; ///< length code in bits or bytes, depending on data type member in struct:IEC61937Context
85 /// Sets data_type and pkt_offset, and length_code, out_bytes, out_buf if necessary
138 ctx->length_code = ctx->hd_buf_filled;
225 /* Align so that (length_code & 0xf) == 0x8. This is reportedly needed
227 ctx->length_code = FFALIGN(ctx->out_bytes + 0x8, 0x10) - 0x8;
301 ctx->length_code = core_size << 3;
438 ctx->length_code = MAT_FRAME_SIZE;
501 ctx->length_code = FFALIGN(pkt->size, 2) << 3;
521 spdif_put_16(ctx, s->pb, ctx->length_code);//Pd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c59 int length_code; ///< length code in bits or bytes, depending on data type member in struct:IEC61937Context
84 /// Sets data_type and pkt_offset, and length_code, out_bytes, out_buf if necessary
137 ctx->length_code = ctx->hd_buf_filled;
224 /* Align so that (length_code & 0xf) == 0x8. This is reportedly needed
226 ctx->length_code = FFALIGN(ctx->out_bytes + 0x8, 0x10) - 0x8;
300 ctx->length_code = core_size << 3;
437 ctx->length_code = MAT_FRAME_SIZE;
500 ctx->length_code = FFALIGN(pkt->size, 2) << 3;
520 spdif_put_16(ctx, s->pb, ctx->length_code);//Pd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeftree.c105 static uch length_code[MAX_MATCH-MIN_MATCH+1]; variable
243 length_code[length++] = (uch)code;
249 * overwrite length_code[255] to use the best encoding:
251 length_code[length-1] = (uch)code;
988 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
1038 code = length_code[lc];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c295 local uch length_code[MAX_MATCH-MIN_MATCH+1]; variable
505 length_code[length++] = (uch)code;
511 * overwrite length_code[255] to use the best encoding:
513 length_code[length-1] = (uch)code;
1159 dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
1218 code = length_code[lc];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c26 * 00000100 b length_code
914 uch length_code[MAX_MATCH - MIN_MATCH + 1]; member in struct:globals2
1497 G2.dyn_ltree[G2.length_code[lc] + LITERALS + 1].Freq++;
1559 code = G2.length_code[lc];
1904 G2.length_code[length++] = code;
1910 * overwrite length_code[255] to use the best encoding:
1912 G2.length_code[length - 1] = code;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1539 local uch length_code[MAX_MATCH-MIN_MATCH+1]; variable
1685 length_code[length++] = (uch)code;
1691 * overwrite length_code[255] to use the best encoding:
1693 length_code[length-1] = (uch)code;
2421 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
2470 code = length_code[lc];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c1539 local uch length_code[MAX_MATCH-MIN_MATCH+1]; variable
1685 length_code[length++] = (uch)code;
1691 * overwrite length_code[255] to use the best encoding:
1693 length_code[length-1] = (uch)code;
2421 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
2470 code = length_code[lc];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1935 local uch length_code[MAX_MATCH-MIN_MATCH+1]; variable
2085 length_code[length++] = (uch)code;
2091 * overwrite length_code[255] to use the best encoding:
2093 length_code[length-1] = (uch)code;
2813 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
2862 code = length_code[lc];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c1935 local uch length_code[MAX_MATCH-MIN_MATCH+1]; variable
2085 length_code[length++] = (uch)code;
2091 * overwrite length_code[255] to use the best encoding:
2093 length_code[length-1] = (uch)code;
2813 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
2862 code = length_code[lc];

Completed in 202 milliseconds