Searched refs:encoded (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlcldec.c167 unsigned char *encoded = (unsigned char *)buf; local
200 mthread_inlen = *((unsigned int*)encoded);
201 mthread_outlen = *((unsigned int*)(encoded+4));
204 mszh_dlen = mszh_decomp(encoded + 8, mthread_inlen, c->decomp_buf, c->decomp_size);
210 mszh_dlen = mszh_decomp(encoded + 8 + mthread_inlen, len - mthread_inlen,
217 encoded = c->decomp_buf;
220 mszh_dlen = mszh_decomp(encoded, len, c->decomp_buf, c->decomp_size);
226 encoded = c->decomp_buf;
251 mthread_inlen = *((unsigned int*)encoded);
252 mthread_outlen = *((unsigned int*)(encoded
[all...]
H A D8bps.c64 const unsigned char *encoded = buf; local
85 dp = encoded + planes * (height << 1);
95 lp = encoded + p * (height << 1);
H A Dtscc.c73 const unsigned char *encoded = buf; local
95 c->zstream.next_in = encoded;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dbase64.c111 char encoded[MAX_ENCODED_SIZE]; local
115 if (!av_base64_encode(encoded, MAX_ENCODED_SIZE, data, data_size)) {
119 if (encoded_ref && strcmp(encoded, encoded_ref)) {
120 printf("Failed: encoded string differs from reference\n"
121 "Encoded:\n%s\nReference:\n%s\n", encoded, encoded_ref);
125 if ((data2_size = av_base64_decode(data2, encoded, max_data2_size)) < 0) {
126 printf("Failed: cannot decode the encoded string\n"
127 "Encoded:\n%s\n", encoded);
131 printf("Failed: encoded/decoded data differs from original data\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp_negotiate_sspi.c242 char *encoded = NULL; local
250 &encoded, &len);
258 neg_ctx->protocol, encoded);
264 free(encoded);
H A Dhttp_negotiate.c275 char *encoded = NULL; local
327 &encoded, &len);
341 neg_ctx->protocol, encoded);
347 free(encoded);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframe.c114 frame->encoded = 0;
137 if (frame->encoded)
138 free(frame->encoded);
224 frame->encoded = mem;
521 if (decoded_length == 0 && frame->encoded == 0)
541 size += id3_render_binary(ptr, frame->encoded, frame->encoded_length);
574 datalen = id3_render_binary(ptr, frame->encoded, frame->encoded_length);
H A Did3tag.h152 id3_byte_t *encoded; member in struct:id3_frame
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframe.c114 frame->encoded = 0;
137 if (frame->encoded)
138 free(frame->encoded);
224 frame->encoded = mem;
521 if (decoded_length == 0 && frame->encoded == 0)
541 size += id3_render_binary(ptr, frame->encoded, frame->encoded_length);
574 datalen = id3_render_binary(ptr, frame->encoded, frame->encoded_length);
H A Did3tag.h152 id3_byte_t *encoded; member in struct:id3_frame
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex35 encoded and simply trusting that it is, is as follows:
58 \item The values in a residue vector may be encoded monolithically in a
60 codebook design dictates that each vector is encoded as the additive
89 As an example, assume a partition vector of size eight, to be encoded
96 codebook dimensions = 8 encoded as: [ 0 1 2 3 4 5 6 7 ]
98 codebook dimensions = 4 encoded as: [ 0 2 4 6 ], [ 1 3 5 7 ]
100 codebook dimensions = 2 encoded as: [ 0 4 ], [ 1 5 ], [ 2 6 ], [ 3 7 ]
102 codebook dimensions = 1 encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [ 6 ], [ 7 ]
118 As an example, assume a partition vector of size eight, to be encoded
125 codebook dimensions = 8 encoded a
[all...]
H A D02-bitpacking.tex175 Reading from the beginning of the bytestream encoded in the above example:
213 each bytestream (encoded bitstream) must begin and end on a byte
214 boundary. Often, the encoded bitstream is not an integer number of
222 Attempting to read past the end of an encoded packet results in an
H A D05-comment.tex35 is limited to $2^{32}-1$ bytes. The vector length is encoded; the vector
38 length encoded in 32 bits). For example, the 1.0 release of libvorbis
87 0x3D is followed by 8 bit clean UTF-8 encoded value of the
207 The comment header is encoded as follows (as per Ogg's standard
H A Da1-encapsulation-ogg.tex154 editing of the stream start time of already-encoded Vorbis
H A D01-introduction.tex254 characteristic. Most commonly, the vector index is encoded as a
337 stream. The mode is encoded as an integer used as a direct offset into
390 Each floor is encoded/decoded in channel order, however each floor
H A D07-floor1.tex240 derives final Y amplitude values from the encoded, wrapped difference
H A D03-codebook.tex116 codebook is encoded in ascending length order. Rather than reading
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c957 log_mpidump ("PKCS#1 block type 2 encoded data", *r_result);
1029 log_printhex ("value extracted from PKCS#1 block type 2 encoded data:",
1053 (Note that PGP prior to version 2.3 encoded the message digest as:
1119 log_mpidump ("PKCS#1 block type 1 encoded data", *r_result);
1180 string as label. On success the encoded ciphertext is returned at
1327 log_mpidump ("OAEP encoded data", *r_result);
1425 /* Step 3b: Separate the encoded message. */
1472 log_printhex ("value extracted from OAEP encoded data:",
1625 log_mpidump ("PSS encoded data", *r_result);
1643 message (mHash) encoded a
1649 pss_verify(gcry_mpi_t value, gcry_mpi_t encoded, unsigned int nbits, int algo, size_t saltlen) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex2708 are not encoded in their addresses but are supplied

Completed in 194 milliseconds