Searched defs:abs_mips32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_mips32.c22 static WEBP_INLINE int abs_mips32(int x) { function
68 return (abs_mips32(p1 - p0) > thresh) || (abs_mips32(q1 - q0) > thresh);
73 return ((2 * abs_mips32(p0 - q0) + (abs_mips32(p1 - q1) >> 1)) <= thresh);
81 if ((2 * abs_mips32(p0 - q0) + (abs_mips32(p1 - q1) >> 1)) > t) {
84 return abs_mips32(p3 - p2) <= it && abs_mips32(p2 - p1) <= it &&
85 abs_mips32(p
[all...]
/external/webp/src/dsp/
H A Ddec_mips32.c22 static WEBP_INLINE int abs_mips32(int x) { function
68 return (abs_mips32(p1 - p0) > thresh) || (abs_mips32(q1 - q0) > thresh);
73 return ((2 * abs_mips32(p0 - q0) + (abs_mips32(p1 - q1) >> 1)) <= thresh);
81 if ((2 * abs_mips32(p0 - q0) + (abs_mips32(p1 - q1) >> 1)) > t) {
84 return abs_mips32(p3 - p2) <= it && abs_mips32(p2 - p1) <= it &&
85 abs_mips32(p
[all...]

Completed in 106 milliseconds