Home
last modified time | relevance | path

Searched defs:IsFlat (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dquant.h20 #define IsFlat IsFlat_NEON macro
28 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() function
51 #define IsFlat IsFlat_C macro
53 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() function
/external/v8/src/objects/
Dstring.h106 bool IsFlat() const { return state_ != NON_FLAT; } in IsFlat() function
Dstring-inl.h356 bool String::IsFlat() { in IsFlat() function
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h1285 inline bool CodedInputStream::IsFlat() const { in IsFlat() function