Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dnear_lossless_enc.c48 static int IsNear(uint32_t a, uint32_t b, int limit) { in IsNear() function
65 return (IsNear(curr_row[ix], curr_row[ix - 1], limit) && in IsSmooth()
66 IsNear(curr_row[ix], curr_row[ix + 1], limit) && in IsSmooth()
67 IsNear(curr_row[ix], prev_row[ix], limit) && in IsSmooth()
68 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/vixl/src/aarch32/
Dlabel-aarch32.h216 bool IsNear() const { return is_near_; } in IsNear() function
Dmacro-assembler-aarch32.cc248 if (!label->IsNear()) { in AddLabel()
259 if (label->IsNear()) { in AddLabel()
281 std::list<Label*>& list = label->IsNear() ? near_labels_ : far_labels_; in RemoveLabel()
283 label->IsNear() ? &near_checkpoint_ : &far_checkpoint_; in RemoveLabel()
328 if (label->IsNear()) { in EmitLabel()
/external/v8/src/mips/
Dmacro-assembler-mips.h203 bool IsNear(Label* L, Condition cond, int rs_reg);
/external/v8/src/mips64/
Dmacro-assembler-mips64.h231 bool IsNear(Label* L, Condition cond, int rs_reg);