Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dnear_lossless_enc.c50 static int IsNear(uint32_t a, uint32_t b, int limit) { in IsNear() function
67 return (IsNear(curr_row[ix], curr_row[ix - 1], limit) && in IsSmooth()
68 IsNear(curr_row[ix], curr_row[ix + 1], limit) && in IsSmooth()
69 IsNear(curr_row[ix], prev_row[ix], limit) && in IsSmooth()
70 IsNear(curr_row[ix], next_row[ix], limit)); in IsSmooth()
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_conference_test.cc23 bool IsNear(int ref, int comp, int error) { in IsNear() function
95 if (IsNear(kRttMs, stats_1.rttMs, kRttMs / 10 + 1) && in TEST()
96 IsNear(kRttMs, stats_2.rttMs, kRttMs / 10 + 1) && in TEST()
97 IsNear(kDelayMs, captured_start_ntp_delay, kDelayMs / 10 + 1)) { in TEST()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h924 bool IsNear(Label* L, Condition cond, int rs_reg);