Searched defs:IsFlat (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h175 inline bool IsFlat() const;
1207 inline bool CodedInputStream::IsFlat() const { function in class:google::protobuf::io::CodedInputStream
/external/webp/src/enc/
H A Dquant.c883 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) { function
922 IsFlat(rd_cur->y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) {
1006 if (mode > 0 && IsFlat(tmp_levels, kNumBlocks, FLATNESS_LIMIT_I4)) {
1079 if (mode > 0 && IsFlat(rd_uv.uv_levels[0], kNumBlocks, FLATNESS_LIMIT_UV)) {

Completed in 101 milliseconds