Searched refs:left1 (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c168 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local
174 "lw %[left1], (%[left]) \n\t"
179 "preceu.ph.qbl %[left_l1], %[left1] \n\t"
180 "preceu.ph.qbr %[left_r1], %[left1] \n\t"
198 "lw %[left1], 8(%[left]) \n\t"
203 "preceu.ph.qbl %[left_l1], %[left1] \n\t"
204 "preceu.ph.qbr %[left_r1], %[left1] \n\t"
322 : [left1] "=&r" (left1), [above1] "=&r" (above1),
H A Dvp9_intrapred4_dspr2.c89 int32_t left0, left1, left2, left3; local
100 "lbu %[left1], 1(%[left]) \n\t"
110 "replv.ph %[left1], %[left1] \n\t"
138 "addu.ph %[resl], %[abovel], %[left1] \n\t"
141 "addu.ph %[resr], %[abover], %[left1] \n\t"
225 [left0] "=&r" (left0), [left1] "=&r" (left1), [left2] "=&r" (left2),
H A Dvp9_intrapred8_dspr2.c77 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local
83 "lw %[left1], (%[left]) \n\t"
88 "preceu.ph.qbl %[left_l1], %[left1] \n\t"
89 "preceu.ph.qbr %[left_r1], %[left1] \n\t"
144 [above_r1] "=&r" (above_r1), [left1] "=&r" (left1),
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c168 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local
174 "lw %[left1], (%[left]) \n\t"
179 "preceu.ph.qbl %[left_l1], %[left1] \n\t"
180 "preceu.ph.qbr %[left_r1], %[left1] \n\t"
198 "lw %[left1], 8(%[left]) \n\t"
203 "preceu.ph.qbl %[left_l1], %[left1] \n\t"
204 "preceu.ph.qbr %[left_r1], %[left1] \n\t"
322 : [left1] "=&r" (left1), [above1] "=&r" (above1),
H A Dvp9_intrapred4_dspr2.c89 int32_t left0, left1, left2, left3; local
100 "lbu %[left1], 1(%[left]) \n\t"
110 "replv.ph %[left1], %[left1] \n\t"
138 "addu.ph %[resl], %[abovel], %[left1] \n\t"
141 "addu.ph %[resr], %[abover], %[left1] \n\t"
225 [left0] "=&r" (left0), [left1] "=&r" (left1), [left2] "=&r" (left2),
H A Dvp9_intrapred8_dspr2.c77 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local
83 "lw %[left1], (%[left]) \n\t"
88 "preceu.ph.qbl %[left_l1], %[left1] \n\t"
89 "preceu.ph.qbr %[left_r1], %[left1] \n\t"
144 [above_r1] "=&r" (above_r1), [left1] "=&r" (left1),
/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, argument
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.c224 const MV_REFERENCE_FRAME left1 = left_mbmi->ref_frame[1]; local
228 left0 == LAST_FRAME || left1 == LAST_FRAME);
232 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1;
295 const MV_REFERENCE_FRAME left1 = left_mbmi->ref_frame[1]; local
298 if (above0 == left0 && above1 == left1)
302 left1 == GOLDEN_FRAME);
308 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c224 const MV_REFERENCE_FRAME left1 = left_mbmi->ref_frame[1]; local
228 left0 == LAST_FRAME || left1 == LAST_FRAME);
232 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1;
295 const MV_REFERENCE_FRAME left1 = left_mbmi->ref_frame[1]; local
298 if (above0 == left0 && above1 == left1)
302 left1 == GOLDEN_FRAME);
308 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp77 inline void findBlendRangeAtRow(const blink::IntRect& src, const blink::IntRect& dst, int canvasY, int& left1, int& width1, int& left2, int& width2)
80 left1 = -1;
86 left1 = src.x();
92 left1 = src.x();
525 int left1, width1, left2, width2;
526 findBlendRangeAtRow(frameRect, prevRect, canvasY, left1, width1, left2, width2);
528 m_blendFunction(buffer, prevBuffer, canvasY, left1, width1);
/external/opencv/cxcore/include/
H A Dcxmisc.h467 T* left1; \
504 left = left1 = left0 + 1; \
513 if( left > left1 ) \
514 CV_SWAP( *left1, *left, t ); \
516 left1++; \
547 n = MIN( (int)(left1 - left0), (int)(left - left1) ); \
554 n = (int)(left - left1); \
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h540 FX_RECT(int left1, int top1, int right1, int bottom1) argument
542 left = left1;
567 void Intersect(int left1, int top1, int right1, int bottom1) argument
569 Intersect(FX_RECT(left1, top1, right1, bottom1));
616 CFX_FloatRect(FX_FLOAT left1, FX_FLOAT bottom1, FX_FLOAT right1, FX_FLOAT top1) argument
618 left = left1;
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafcjk.c1806 AF_EdgeRec left1, left2, right1, right2;
1814 left1 = *left;
1836 delta2 += af_hint_normal_stem( hints, &left1, &left2, delta2, 0 );
1843 center2 = left1.pos + ( right2.pos - left1.pos ) / 2;
1850 left->pos = left1.pos;
/external/freetype/src/autofit/
H A Dafcjk.c1868 AF_EdgeRec left1, left2, right1, right2;
1876 left1 = *left;
1898 delta2 += af_hint_normal_stem( hints, &left1, &left2, delta2, 0 );
1905 center2 = left1.pos + ( right2.pos - left1.pos ) / 2;
1912 left->pos = left1.pos;
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp2246 CvSeqReader left0, left1, right0, right1; local
2298 left1 = left;
2306 if( left1.ptr != left.ptr )
2307 CV_SWAP_ELEMS( left1.ptr, left.ptr, elem_size );
2309 CV_NEXT_SEQ_ELEM( elem_size, left1 );
2331 if( left1.ptr != left.ptr )
2332 CV_SWAP_ELEMS( left1.ptr, left.ptr, elem_size );
2334 CV_NEXT_SEQ_ELEM( elem_size, left1 );
2366 l1 = cvGetSeqReaderPos( &left1 );
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.c612 VGfloat left1 = dst->x; local
621 return !(left2 > right1 || right2 < left1 ||
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c202 const int left1 = MAX2(write_start1, reg_start); local
205 if (left0 < right0 || left1 < right1)
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c612 VGfloat left1 = dst->x; local
621 return !(left2 > right1 || right2 < left1 ||
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c202 const int left1 = MAX2(write_start1, reg_start); local
205 if (left0 < right0 || left1 < right1)

Completed in 1318 milliseconds