/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
examples.mk | 167 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
|
/external/libvorbis/doc/ |
05-comment.tex | 29 \subsection{Comment encoding} 163 however, use the UTF-8 character encoding to allow easy representation 197 \subsubsection{Encoding}
|
08-residue.tex | 17 vectors during decode. Vorbis makes use of three different encoding 18 variants (numbered 0, 1 and 2) of the same basic vector encoding 29 The exact interleaving and partitioning vary by residue encoding number, 51 partitions to increase encoding efficiency, the classification vector 80 partition are interleaved during partition encoding (visually treated 83 Residue encoding 0 interleaves VQ encoding according to the 113 Residue 1 does not interleave VQ encoding. It represents partition 140 Rather than encoding multiple passed-in vectors as in residue type 1, 143 \emph{ch}*\emph{n}. Encoding then proceeds as in type 1. Decoding i [all...] |
/external/llvm/lib/IR/ |
DIBuilder.cpp | 227 unsigned Encoding) { 230 AlignInBits, Encoding); [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
reader.h | 139 kParseValidateEncodingFlag = 2, //!< Validate encoding of JSON strings.
180 template<typename Encoding = UTF8<>, typename Derived = void>
182 typedef typename Encoding::Ch Ch;
357 //! SAX-style JSON parser. Use \ref Reader for UTF8 encoding and default allocator.
369 \tparam SourceEncoding Encoding of the input stream.
370 \tparam TargetEncoding Encoding of the parse output.
664 // This function handles the prefix/suffix double quotes, escaping, and optional encoding validation.
[all...] |
/external/v8/include/ |
v8.h | [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | [all...] |
SkFontHost_mac.cpp | 476 virtual int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[], [all...] |
SkFontHost_win.cpp | 264 virtual int onCharsToGlyphs(const void* chars, Encoding encoding, 358 // require parsing the TTF cmap table (platform 4, encoding 12) directly instead [all...] |
/external/v8/src/crankshaft/ |
hydrogen-instructions.h | 7545 String::Encoding encoding() const { return encoding_; } function in class:final::final 7588 String::Encoding encoding() { return encoding_; } function in class:final::final [all...] |
hydrogen.h | [all...] |
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
storage_v1_messages.py | 22 from apitools.base.py import encoding namespace 328 @encoding.MapUnrecognizedFields('additionalProperties') 428 contentEncoding: Content-Encoding of the object data. 459 @encoding.MapUnrecognizedFields('additionalProperties') [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/ |
storage_v1_messages.py | 7 from apitools.base.py import encoding namespace 316 @encoding.MapUnrecognizedFields('additionalProperties') 416 contentEncoding: Content-Encoding of the object data. 447 @encoding.MapUnrecognizedFields('additionalProperties') [all...] |
/external/libvpx/libvpx/ |
examples.mk | 217 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
|
/external/owasp/sanitizer/distrib/lib/ |
owasp-java-html-sanitizer.jar | |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 257 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0; 288 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding ); 310 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding ); 320 TiXmlEncoding encoding ); // the current encoding 323 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding ); 327 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding ) 330 if ( encoding == TIXML_ENCODING_UTF8 ) 343 return GetEntity( p, _value, length, encoding ); 369 TiXmlEncoding encoding ); 1342 TIXML_STRING encoding; member in class:TiXmlDeclaration [all...] |
tinyxmlparser.cpp | 129 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) 133 // to figure out alhabetical vs. not across encoding. So take a very 136 // if ( encoding == TIXML_ENCODING_UTF8 ) 150 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) 154 // to figure out alhabetical vs. not across encoding. So take a very 157 // if ( encoding == TIXML_ENCODING_UTF8 ) 175 void Stamp( const char* now, TiXmlEncoding encoding ); 196 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding ) 262 if ( encoding == TIXML_ENCODING_UTF8 ) 286 if ( encoding == TIXML_ENCODING_UTF8 [all...] |
/external/tinyxml/ |
tinyxml.h | 210 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0; 246 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding ); 263 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding ); 273 TiXmlEncoding encoding ); // the current encoding 276 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding ); 280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding ) 283 if ( encoding == TIXML_ENCODING_UTF8 ) 296 return GetEntity( p, _value, length, encoding ); 328 TiXmlEncoding encoding ); 1176 TIXML_STRING encoding; member in class:TiXmlDeclaration [all...] |
tinyxmlparser.cpp | 120 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) 124 // to figure out alhabetical vs. not across encoding. So take a very 127 // if ( encoding == TIXML_ENCODING_UTF8 ) 141 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) 145 // to figure out alhabetical vs. not across encoding. So take a very 148 // if ( encoding == TIXML_ENCODING_UTF8 ) 166 void Stamp( const char* now, TiXmlEncoding encoding ); 187 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding ) 253 if ( encoding == TIXML_ENCODING_UTF8 ) 277 if ( encoding == TIXML_ENCODING_UTF8 [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 425 /// <param name="Encoding">Encoding to apply to file</param> 426 procedure Load(const FileName: String; const Encoding: TEncoding); [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.cc | 1838 String::Encoding encoding = instr->hydrogen()->encoding(); local 1866 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.cc | 4505 String::Encoding encoding = instr->hydrogen()->encoding(); local 4540 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-codegen-ia32.cc | 1698 String::Encoding encoding = instr->hydrogen()->encoding(); local 1726 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |