Searched defs:left2 (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred16_dspr2.c164 int32_t above2, left2; local
170 "lw %[left2], 4(%[left]) \n\t"
183 "preceu.ph.qbl %[left_l1], %[left2] \n\t"
184 "preceu.ph.qbr %[left_r1], %[left2] \n\t"
194 "lw %[left2], 12(%[left]) \n\t"
208 "preceu.ph.qbl %[left_l1], %[left2] \n\t"
209 "preceu.ph.qbr %[left_r1], %[left2] \n\t"
320 [left2] "=&r"(left2), [average] "=&r"(average), [tmp] "=&r"(tmp),
H A Dintrapred4_dspr2.c85 int32_t left0, left1, left2, left3; local
97 "lbu %[left2], 2(%[left]) \n\t"
107 "replv.ph %[left2], %[left2] \n\t"
161 "addu.ph %[resl], %[abovel], %[left2] \n\t"
164 "addu.ph %[resr], %[abover], %[left2] \n\t"
219 [left1] "=&r"(left1), [left2] "=&r"(left2), [res0] "=&r"(res0),
H A Dintrapred8_dspr2.c73 int32_t above2, above_l2, above_r2, left2, left_r2, left_l2; local
79 "lw %[left2], 4(%[left]) \n\t"
88 "preceu.ph.qbl %[left_l2], %[left2] \n\t"
89 "preceu.ph.qbr %[left_r2], %[left2] \n\t"
142 [above_r2] "=&r"(above_r2), [left2] "=&r"(left2),
/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java95 float left2, float right2, float top2, float bottom2) {
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;
94 boxIntersect(float left1, float right1, float top1, float bottom1, float left2, float right2, float top2, float bottom2) argument
/external/icu/icu4c/source/i18n/
H A Drbt_rule.cpp295 int32_t left2 = r2.anteContextLength; local
297 int32_t right2 = r2.pattern.length() - left2;
298 int32_t cachedCompare = r2.pattern.compare(left2 - left, len, pattern);
304 if (left == left2 && right == right2 &&
313 return left <= left2 &&
/external/webp/src/demux/
H A Danim_decode.c281 int* const left2, int* const width2) {
288 *left2 = -1;
304 *left2 = dst_max_x;
386 int left1, width1, left2, width2; local
388 &left2, &width2);
395 const size_t offset2 = canvas_y * width + left2;
278 FindBlendRangeAtRow(const WebPIterator* const src, const WebPIterator* const dst, int canvas_y, int* const left1, int* const width1, int* const left2, int* const width2) argument

Completed in 1749 milliseconds