Searched refs:IsNear (Results 1 - 4 of 4) sorted by relevance

/external/webp/src/enc/
H A Dnear_lossless.c75 static int IsNear(uint32_t a, uint32_t b, int limit) { function
92 return (IsNear(curr_row[ix], curr_row[ix - 1], limit) &&
93 IsNear(curr_row[ix], curr_row[ix + 1], limit) &&
94 IsNear(curr_row[ix], prev_row[ix], limit) &&
95 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:__anon21875
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/v8/src/mips/
H A Dmacro-assembler-mips.h203 bool IsNear(Label* L, Condition cond, int rs_reg);
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h231 bool IsNear(Label* L, Condition cond, int rs_reg);

Completed in 289 milliseconds