/external/libvorbis/doc/vorbisfile/ |
decoding.html | 33 encode differing numbers of channels or sample rates. It is vitally
|
/external/libvorbis/lib/ |
analysis.c | 39 /* first things first. Make sure encode is ready */
|
/external/libvpx/libvpx/test/ |
tile_independence_test.cc | 82 // run an encode with 2 or 4 tiles, and do the decode both in normal and
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.h | 86 // amount of time it takes to encode the output. (speed setting 93 // amount of time to encode. (speed setting ignored) 108 // longer amount of time to encode. (speed setting ignored) 333 // segment threashold for encode breakout
|
/external/llvm/docs/HistoricalNotes/ |
2000-11-18-EarlyDesignIdeas.txt | 54 We would need to compactly encode it somehow.
|
/external/llvm/include/llvm/Transforms/Utils/ |
CmpInstAnalysis.h | 24 /// getICmpCode - Encode a icmp predicate into a three bit mask. These bits
|
/external/lz4/ |
README.md | 23 The benchmark uses the [Open-Source Benchmark program by m^2 (v0.14.2)](http://encode.ru/threads/1371-Filesystem-benchmark?p=33548&viewfull=1#post33548) compiled with GCC v4.6.1 on Linux Ubuntu 64-bits v11.10,
|
/external/lzma/C/ |
Ppmd7.h | 122 /* ---------- Encode ---------- */
|
/external/lzma/CPP/7zip/Compress/ |
RangeCoder.h | 47 void Encode(UInt32 start, UInt32 size, UInt32 total)
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
RangeCoder.cs | 54 public void Encode(uint start, uint size, uint total)
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
Encoder.java | 102 public void Encode(short []probs, int index, int symbol) throws IOException
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/ |
VisualRandomAccessEntry.java | 24 * For some coding systems a sync sample is specified to be a random access point after which all samples in decoding order can be correctly decoded. However, it may be possible to encode an ?open? random access point, after which all samples in output order can be correctly decoded, but some samples following the random access point in decoding order and preceding the random access point in output order need not be correctly decodable. For example, an intra picture starting an open group of pictures can be followed in decoding order by (bi-)predicted pictures that however precede the intra picture in output order; though they possibly cannot be correctly decoded if the decoding starts from the intra picture, they are not needed.
|
/external/nanopb-c/generator/google/protobuf/ |
message_factory.py | 63 descriptor.name.encode('ascii', 'ignore'),
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
RAck.java | 62 * Encode the body of this header (the stuff that follows headerName). A.K.A
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PMediaAuthorization.java | 110 * Encode header
|
PServedUser.java | 130 retval.append(address.encode());
|
PVisitedNetworkID.java | 95 retval.append(SEMICOLON + this.parameters.encode());
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PAssociatedURIParser.java | 142 System.out.println("encoded = " +list.encode());
|
PMediaAuthorizationParser.java | 138 System.out.println("encoded = " + mList.encode());
|
PrivacyParser.java | 137 System.out.println("encoded = " +list.encode());
|
/external/openssh/ |
uuencode.c | 38 * Encode binary 'src' of length 'srclength', writing base64-encoded text
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
opj_codec.h | 155 /** Flag to indicate if the codec is used to decode or encode*/
|
/external/robolectric/src/main/java/android/net/ |
Uri__FromAndroid.java | 1665 public static String encode(String s) { method in class:Uri__FromAndroid 1682 public static String encode(String s, String allow) { method in class:Uri__FromAndroid [all...] |
/external/skia/include/core/ |
SkWriteBuffer.h | 103 * TODO: Encode SkImage pixels as well.
|
/external/skia/src/gpu/ |
GrSurface.cpp | 73 SkDebugf("------ failed to encode %s\n", filename);
|