/external/libvpx/libvpx/vpx/ |
vp8cx.h | 22 * \brief Provides definitions for using VP8 or VP9 encoder algorithm within the 52 /*!\brief Don't reference the last frame 60 /*!\brief Don't reference the golden frame 68 /*!\brief Don't reference the alternate reference frame 76 /*!\brief Don't update the last frame 83 /*!\brief Don't update the golden frame 90 /*!\brief Don't update the alternate reference frame 97 /*!\brief Force golden frame update 104 /*!\brief Force alternate reference frame update 111 /*!\brief Disable entropy updat [all...] |
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTHash.h | 5 @brief A simple hash class which uses TEA to hash a string or given data 18 @brief A simple hash class which uses TEA to hash a string or other given 25 @brief Constructor 30 @brief Copy Constructor 36 @brief Overloaded constructor 48 @brief Overloaded constructor 61 @brief Overloaded constructor 78 @brief Overloaded assignment. 93 @brief Converts to unsigned int. 102 @brief Generates a hash from a CPVRTString [all...] |
PVRTTriStrip.h | 5 @brief Strips a triangle list. 17 @brief Reads a triangle list and generates an optimised triangle strip. 33 @brief Reads a triangle list and generates an optimised triangle strip. Result is
|
PVRTModelPOD.h | 5 @brief Code to load POD files - models exported from MAX. 29 @brief Enum for the POD format light types 41 @brief Enum for the POD format primitive types 51 @brief Enum for the POD format animation types 63 @brief Enum for the material flag options 72 @brief Enum for the POD format blend functions 99 @brief Enum for the POD format blend operation 115 @brief A class for representing POD data 121 @brief Resets the POD Data to NULL 134 @brief Struct for storing POD camera dat [all...] |
PVRTArray.h | 5 @brief Expanding array template class. Allows appending and direct 21 @brief Expanding array template class. 28 @brief Blank constructor. Makes a default sized array. 36 @brief Constructor taking initial size of array in elements. 46 @brief Copy constructor. 60 @brief constructor from ordinary array. 76 @brief constructor from a capacity and initial value. 92 @brief Destructor. 101 @brief Inserts an element into the array, expanding it 160 @brief Appends an element to the end of the array, expanding i [all...] |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
mlos_linux.c | 15 * @brief OS Interface. 19 * @brief OS Interface. 41 * @brief Allocate space 54 * @brief Free allocated space 67 * @brief Mutex create function 91 * @brief Mutex lock function 109 * @brief Mutex unlock function 127 * @brief open file 139 * @brief close the file. 149 * @brief Close Handl [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
mlos_linux.c | 15 * @brief OS Interface. 19 * @brief OS Interface. 41 * @brief Allocate space 54 * @brief Free allocated space 67 * @brief Mutex create function 91 * @brief Mutex lock function 109 * @brief Mutex unlock function 127 * @brief open file 139 * @brief close the file. 149 * @brief Close Handl [all...] |
/external/clang/include/clang/ASTMatchers/Dynamic/ |
VariantValue.h | 10 /// \brief Polymorphic value type. 32 /// \brief Kind identifier. 42 /// \brief Constructor for non-matcher types. 45 /// \brief Constructor for matcher types. 55 /// \brief Determines if this type can be converted to \p To. 69 /// \brief String representation of the type. 79 /// \brief A variant matcher object. 93 /// \brief Methods that depend on T from hasTypedMatcher/getTypedMatcher. 101 /// \brief Convert \p Matcher the destination type and return it as a new 106 /// \brief Constructs a variadic typed matcher from \p InnerMatchers [all...] |
/external/clang/include/clang/Basic/ |
OpenMPKinds.h | 11 /// \brief Defines some OpenMP-specific enums and functions. 22 /// \brief OpenMP directives. 32 /// \brief OpenMP clauses. 42 /// \brief OpenMP attributes for 'default' clause. 50 /// \brief OpenMP attributes for 'proc_bind' clause. 58 /// \brief OpenMP attributes for 'schedule' clause. 66 /// \brief OpenMP modifiers for 'schedule' clause. 75 /// \brief OpenMP attributes for 'depend' clause. 83 /// \brief OpenMP attributes for 'linear' clause. 91 /// \brief OpenMP mapping kind for 'map' clause [all...] |
LangOptions.h | 11 /// \brief Defines the clang::LangOptions interface. 46 /// \brief Keeps track of the various options that can be 86 /// \brief Set of enabled sanitizers. 89 /// \brief Paths to blacklist files specifying which objects 97 /// \brief The name of the handler function to be called when -ftrapv is 103 /// \brief The name of the current module, of which the main source file 109 /// \brief The names of any features to enable in module 'requires' decls 115 /// \brief Options for parsing comments. 118 /// \brief A list of all -fno-builtin-* function names (e.g., memset). 121 /// \brief Triples of the OpenMP targets that the host code codegen shoul [all...] |
/external/clang/include/clang/Index/ |
USRGeneration.h | 27 /// \brief Generate a USR for a Decl, including the USR prefix. 31 /// \brief Generate a USR fragment for an Objective-C class. 34 /// \brief Generate a USR fragment for an Objective-C class category. 37 /// \brief Generate a USR fragment for an Objective-C instance variable. The 42 /// \brief Generate a USR fragment for an Objective-C method. 46 /// \brief Generate a USR fragment for an Objective-C property. 49 /// \brief Generate a USR fragment for an Objective-C protocol. 52 /// \brief Generate a USR for a macro, including the USR prefix.
|
/external/clang/include/clang/Serialization/ |
ASTDeserializationListener.h | 34 /// \brief The ASTReader was initialized. 37 /// \brief An identifier was deserialized from the AST file. 40 /// \brief A macro was read from the AST file. 42 /// \brief A type was deserialized from the AST file. The ID here has the 46 /// \brief A decl was deserialized from the AST file. 48 /// \brief A selector was read from the AST file. 50 /// \brief A macro definition was read from the AST file. 53 /// \brief A module definition was read from the AST file.
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_alt_ref_aq.h | 53 /*!\brief Constructor 59 /*!\brief Upload segmentation_map to self object 67 /*!\brief Return pointer to the altref segmentation map 78 /*!\brief Set number of segments 89 /*!\brief Set up LOOKAHEAD_AQ segmentation mode 101 /*!\brief Set up LOOKAHEAD_AQ segmentation map and delta quantizers 109 /*!\brief Restore main segmentation map mode and reset the class variables 117 /*!\brief Destructor
|
/external/clang/include/clang/AST/ |
VTTBuilder.h | 66 /// \brief Class for building VTT layout information. 71 /// \brief The most derived class for which we're building this vtable. 76 /// \brief The VTT vtables. 81 /// \brief The VTT components. 84 /// \brief The AST record layout of the most derived class. 91 /// \brief The sub-VTT indices for the bases of the most derived class. 94 /// \brief The secondary virtual pointer indices of all subobjects of 98 /// \brief Whether the VTT builder should generate LLVM IR for the VTT. 101 /// \brief Add a vtable pointer to the VTT currently being built. 105 /// \brief Lay out the secondary VTTs of the given base subobject [all...] |
NestedNameSpecifier.h | 34 /// \brief Represents a C++ nested name specifier, such as 46 /// \brief Enumeration describing 54 /// \brief The nested name specifier that precedes this nested name 62 /// \brief The last component in the nested name specifier, which 72 /// \brief The kind of specifier that completes this nested name 75 /// \brief An identifier, stored as an IdentifierInfo*. 77 /// \brief A namespace, stored as a NamespaceDecl*. 79 /// \brief A namespace alias, stored as a NamespaceAliasDecl*. 81 /// \brief A type, stored as a Type*. 83 /// \brief A type that was preceded by the 'template' keyword [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIEHash.h | 26 /// \brief An object containing the capability of hashing and adding hash 87 /// \brief Computes the CU signature. 90 /// \brief Computes the type signature. 95 /// \brief Adds the parent context of \param Die to the hash. 98 /// \brief Adds the attributes of \param Die to the hash. 101 /// \brief Computes the full DWARF4 7.27 hash of the DIE. 106 /// \brief Adds \param Value to the hash. 109 /// \brief Encodes and adds \param Value to the hash as a ULEB128. 112 /// \brief Encodes and adds \param Value to the hash as a SLEB128. 116 /// \brief Adds \param Str to the hash and includes a NULL byte [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
SetVector.h | 33 /// @brief A vector that has set insertion semantics. 48 /// @brief Construct an empty SetVector 51 /// @brief Initialize a SetVector with a range of elements 57 /// @brief Determine if the SetVector is empty or not. 62 /// @brief Determine the number of elements in the SetVector. 67 /// @brief Get an iterator to the beginning of the SetVector. 72 /// @brief Get a const_iterator to the beginning of the SetVector. 77 /// @brief Get an iterator to the end of the SetVector. 82 /// @brief Get a const_iterator to the end of the SetVector. 87 /// @brief Return the last element of the SetVector [all...] |
/external/spirv-llvm/lib/SPIRV/Mangler/ |
ParameterType.h | 116 /// @brief Constructor. 120 /// @brief Destructor. 125 /// @brief Visitor service method. (see TypeVisitor for more details). 131 /// @brief Returns a string representation of the underlying type. 135 /// @brief Returns true if given param type is equal to this type. 142 /// @brief Returns type id of underlying type. 149 // @brief Default Constructor. 162 /// @brief Constructor. 168 /// @brief Visitor service method. (see TypeVisitor for more details). 174 /// @brief Returns a string representation of the underlying type [all...] |
/external/llvm/include/llvm/CodeGen/PBQP/ |
Math.h | 23 /// \brief PBQP Vector class. 28 /// \brief Construct a PBQP vector of the given size. 35 /// \brief Construct a PBQP vector with initializer. 44 /// \brief Copy construct a PBQP vector. 52 /// \brief Move construct a PBQP vector. 59 /// \brief Destroy this vector, return its memory. 65 /// \brief Copy-assignment operator. 76 /// \brief Move-assignment operator. 86 /// \brief Comparison operator. 94 /// \brief Return the length of the vecto [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchers.h | 61 /// \brief Maps string IDs to AST nodes matched by parts of a matcher. 70 /// \brief Returns the AST node bound to \c ID. 79 /// \brief Deprecated. Please use \c getNodeAs instead. 91 /// \brief Type of mapping from binding identifiers to bound nodes. This type 96 /// \brief Retrieve mapping from binding identifiers to bound nodes. 102 /// \brief Create BoundNodes from a pre-filled map of bindings. 111 /// \brief If the provided matcher matches a node, binds the node to \c ID. 120 /// \brief Types of matchers for the top-level classes in the AST class 131 /// \brief Matches any node. 147 /// \brief Matches the top declaration context [all...] |
/external/clang/lib/Format/ |
FormatToken.h | 11 /// \brief This file contains the declaration of the FormatToken, a wrapper 97 /// \brief Determines the name of a token type. 111 /// \brief A wrapper around a \c Token storing information about the 116 /// \brief The \c Token. 119 /// \brief The number of newlines immediately before the \c Token. 125 /// \brief Whether there is at least one unescaped newline before the \c 129 /// \brief The range of the whitespace immediately preceding the \c Token. 132 /// \brief The offset just past the last '\n' in this token's leading 136 /// \brief The width of the non-whitespace parts of the token (or its first 141 /// \brief Contains the width in columns of the last line of a multi-lin [all...] |
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.h | 31 /// \brief Return the severity of the diagnostic. 34 /// \brief Return the location of the diagnostic. 37 /// \brief Return the spelling of the diagnostic. 40 /// \brief Return the text for the diagnostic option. 43 /// \brief Return the category of the diagnostic. 46 /// \brief Return the category string of the diagnostic. 49 /// \brief Return the number of source ranges for the diagnostic. 52 /// \brief Return the source ranges for the diagnostic. 55 /// \brief Return the number of FixIts. 58 /// \brief Return the FixIt information (source range and inserted text) [all...] |
/external/libhevc/decoder/ |
ihevcd_bitstream.h | 23 * @brief 40 * @brief defines the maximum number of bits in a bitstream word 44 * @brief Twice the WORD_SIZE 49 * @brief WORD_SIZE - 1 55 * @brief Macro used to copy elements in bistream structure to local variables. 70 * @brief Macro used to copy local variables to elements in bistream structure. 86 * @brief Snoop next m_cnt bits without updating offsets or buffer increments. 107 * @brief Snoop next 32 bits without updating offsets or buffer increments. 122 * @brief Flush m_u4_bits and updated the buffer pointer. 145 * @brief Get m_cnt number of bits and update bffer pointers and offset [all...] |
/external/llvm/include/llvm/Analysis/ |
ObjCARCInstKind.h | 21 /// \brief Equivalence classes of instructions in the ARC Model. 60 /// \brief Test if the given class is a kind of user. 63 /// \brief Test if the given class is objc_retain or equivalent. 66 /// \brief Test if the given class is objc_autorelease or equivalent. 69 /// \brief Test if the given class represents instructions which return their 73 /// \brief Test if the given class represents instructions which do nothing if 77 /// \brief Test if the given class represents instructions which are always safe 81 /// \brief Test if the given class represents instructions which are never safe 85 /// \brief Test if the given class represents instructions which are always safe 93 /// \brief Determine if F is one of the special known Functions. If it isn't [all...] |
/external/llvm/tools/llvm-cov/ |
CoverageFilters.h | 23 /// \brief Matches specific functions that pass the requirement of this filter. 28 /// \brief Return true if the function passes the requirements of this filter. 34 /// \brief Matches functions that contain a specific string in their name. 44 /// \brief Matches functions whose name matches a certain regular expression. 54 /// \brief Matches numbers that pass a certain threshold. 66 /// \brief Return true if the given number is less than 79 /// \brief Matches functions whose region coverage percentage 90 /// \brief Matches functions whose line coverage percentage 101 /// \brief A collection of filters. 109 /// \brief Append a filter to this collection [all...] |