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

/external/webp/src/enc/
H A Dnear_lossless_enc.c48 static int IsNear(uint32_t a, uint32_t b, int limit) { function
65 return (IsNear(curr_row[ix], curr_row[ix - 1], limit) &&
66 IsNear(curr_row[ix], curr_row[ix + 1], limit) &&
67 IsNear(curr_row[ix], prev_row[ix], limit) &&
68 IsNear(curr_row[ix], next_row[ix], limit));
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_conference_test.cc23 bool IsNear(int ref, int comp, int error) { function in namespace:__anon24988
95 if (IsNear(kRttMs, stats_1.rttMs, kRttMs / 10 + 1) &&
96 IsNear(kRttMs, stats_2.rttMs, kRttMs / 10 + 1) &&
97 IsNear(kDelayMs, captured_start_ntp_delay, kDelayMs / 10 + 1)) {
/external/vixl/src/aarch32/
H A Dlabel-aarch32.h216 bool IsNear() const { return is_near_; } function in class:vixl::aarch32::Label

Completed in 137 milliseconds