Home
last modified time | relevance | path

Searched defs:IsNear (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/audio/test/
H A Daudio_stats_test.cc20 bool IsNear(int reference, int v) { in IsNear() function
/aosp_15_r20/external/webp/src/enc/
H A Dnear_lossless_enc.c50 static int IsNear(uint32_t a, uint32_t b, int limit) { in IsNear() function
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dmatrix3_f.cc91 bool Matrix3F::IsNear(const Matrix3F& rhs, float precision) const { in IsNear() function in gfx::Matrix3F