Searched refs:IsNear (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/enc/ |
D | near_lossless_enc.c | 50 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/ |
D | voe_conference_test.cc | 23 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/ |
D | macro-assembler-mips64.h | 924 bool IsNear(Label* L, Condition cond, int rs_reg);
|