HomeSort by relevance Sort by last modified time
    Searched defs:IsNear (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
near_lossless_enc.c 48 static int IsNear(uint32_t a, uint32_t b, int limit) {
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/
voe_conference_test.cc 23 bool IsNear(int ref, int comp, int error) {
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/
label-aarch32.h 216 bool IsNear() const { return is_near_; }

Completed in 162 milliseconds