/external/llvm/test/Transforms/JumpThreading/ |
implied-cond.ll | 15 ; CHECK: br i1 %c0, label %left0, label %right 17 ; CHECK: left0: 23 br i1 %c1, label %left0, label %right 25 left0: 45 ; CHECK: br i1 %c0, label %left0, label %right 47 ; CHECK: left0: 53 br i1 %c1, label %left0, label %right 55 left0: 71 ; CHECK: br i1 %c, label %left0, label %right 72 ; CHECK: left0 [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
intrapred8_dspr2.c | 157 int32_t left0; local 167 "lbu %[left0], (%[left]) \n\t" 175 "replv.ph %[left0], %[left0] \n\t" 179 "addu.ph %[reshw], %[abovel], %[left0] \n\t" 186 "addu.ph %[reshw], %[abover], %[left0] \n\t" 203 "addu.ph %[reshw], %[abovel_1], %[left0] \n\t" 210 "addu.ph %[reshw], %[abover_1], %[left0] \n\t" 217 "lbu %[left0], 1(%[left]) \n\t" 229 "replv.ph %[left0], %[left0] \n\t [all...] |
intrapred4_dspr2.c | 86 int32_t left0, left1, left2, left3; local 96 "lbu %[left0], (%[left]) \n\t" 106 "replv.ph %[left0], %[left0] \n\t" 113 "addu.ph %[resl], %[abovel], %[left0] \n\t" 116 "addu.ph %[resr], %[abover], %[left0] \n\t" 222 [left0] "=&r" (left0), [left1] "=&r" (left1), [left2] "=&r" (left2),
|
intrapred_msa.c | 319 v16u8 top0, top1, left0, left1, out; local 325 LD_UB2(src_left, 16, left0, left1); 327 HADD_UB2_UH(left0, left1, sum_left0, sum_left1);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_intrapred8_dspr2.c | 160 int32_t left0; local 170 "lbu %[left0], (%[left]) \n\t" 178 "replv.ph %[left0], %[left0] \n\t" 182 "addu.ph %[reshw], %[abovel], %[left0] \n\t" 189 "addu.ph %[reshw], %[abover], %[left0] \n\t" 206 "addu.ph %[reshw], %[abovel_1], %[left0] \n\t" 213 "addu.ph %[reshw], %[abover_1], %[left0] \n\t" 220 "lbu %[left0], 1(%[left]) \n\t" 232 "replv.ph %[left0], %[left0] \n\t [all...] |
vp9_intrapred4_dspr2.c | 89 int32_t left0, left1, left2, left3; local 99 "lbu %[left0], (%[left]) \n\t" 109 "replv.ph %[left0], %[left0] \n\t" 116 "addu.ph %[resl], %[abovel], %[left0] \n\t" 119 "addu.ph %[resr], %[abover], %[left0] \n\t" 225 [left0] "=&r" (left0), [left1] "=&r" (left1), [left2] "=&r" (left2),
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_PredictIntra_4x4_s.s | 83 Left0 RN 6 145 M_LDRB Left0, [pSrcLeft], leftStep ;// Left0 = pSrcLeft[0] 149 MUL Out0, Left0, r0x01010101 ;// replicate the val in all the bytes 174 M_LDRB Left0, [pSrcLeft], leftStep ;// Left0 = pSrcLeft[0] 180 ADD tVal6, Left0, Left1 ;// tVal6 = Left0 + Left1 245 M_LDRB Left0, [pSrcLeft], leftStep ;// Left0 = pSrcLeft[0 [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_pred_common.c | 217 const MV_REFERENCE_FRAME left0 = left_mbmi->ref_frame[0]; local 222 left0 == LAST_FRAME || left1 == LAST_FRAME); 224 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; 225 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; 233 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); 288 const MV_REFERENCE_FRAME left0 = left_mbmi->ref_frame[0]; local 292 if (above0 == left0 && above1 == left1) 295 left0 == GOLDEN_FRAME || 300 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; 301 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_pred_common.c | 223 const MV_REFERENCE_FRAME left0 = left_mbmi->ref_frame[0]; local 228 left0 == LAST_FRAME || left1 == LAST_FRAME); 230 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; 231 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; 239 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); 294 const MV_REFERENCE_FRAME left0 = left_mbmi->ref_frame[0]; local 298 if (above0 == left0 && above1 == left1) 301 left0 == GOLDEN_FRAME || 306 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; 307 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; [all...] |
/external/opencv/cv/src/ |
cvstereobm.cpp | 555 CvMat lstub, *left0 = cvGetMat( leftarr, &lstub ); local 563 if( !CV_ARE_SIZES_EQ(left0, right0) || 564 !CV_ARE_SIZES_EQ(disp, left0) ) 567 if( CV_MAT_TYPE(left0->type) != CV_8UC1 || 568 !CV_ARE_TYPES_EQ(left0, right0) || 586 state->SADWindowSize >= MIN(left0->cols, left0->rows) ) 598 state->preFilteredImg0->cols*state->preFilteredImg0->rows < left0->cols*left0->rows ) 603 state->preFilteredImg0 = cvCreateMat( left0->rows, left0->cols, CV_8U ) [all...] |
cvstereogc.cpp | 674 const uchar* left0 = state->left->data.ptr; local 699 const uchar* left = left0 + step*y;
|
/external/opencv/cxcore/include/ |
cxmisc.h | 466 T* left0; \ 476 left0 = left; \ 499 if( pivot != left0 ) \ 501 CV_SWAP( *pivot, *left0, t ); \ 502 pivot = left0; \ 504 left = left1 = left0 + 1; \ 543 left = left0, right = right0; \ 547 n = MIN( (int)(left1 - left0), (int)(left - left1) ); \ 549 CV_SWAP( left0[i], left[i-n], t ); \ 562 stack[++sp].lb = left0; \ [all...] |
/external/opencv3/modules/calib3d/src/ |
stereobm.cpp | [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
gim_box_set.h | 622 GUINT left0 = m_boxset0->getLeftNodeIndex(node0); local 627 stack_collisions.push_pair(left0,left1); 629 stack_collisions.push_pair(left0,right1);
|
btGImpactBvh.cpp | 439 //collide left0 left1 448 //collide left0 right1
|
btGImpactQuantizedBvh.cpp | 468 //collide left0 left1 477 //collide left0 right1
|
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 2246 CvSeqReader left0, left1, right0, right1; local [all...] |
/external/opencv3/modules/core/src/ |
datastructs.cpp | 1982 CvSeqReader left0, left1, right0, right1; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_optimize.c | 200 const int left0 = MAX2(write_start0, reg_start); local 205 if (left0 < right0 || left1 < right1)
|
/external/ImageMagick/ImageMagick/script/ |
formats.html | [all...] |
/external/ImageMagick/www/ |
formats.html | [all...] |