/external/libvpx/libvpx/vpx_dsp/mips/ |
intrapred16_dspr2.c | 165 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local 171 "lw %[left1], (%[left]) \n\t" 176 "preceu.ph.qbl %[left_l1], %[left1] \n\t" 177 "preceu.ph.qbr %[left_r1], %[left1] \n\t" 195 "lw %[left1], 8(%[left]) \n\t" 200 "preceu.ph.qbl %[left_l1], %[left1] \n\t" 201 "preceu.ph.qbr %[left_r1], %[left1] \n\t" 319 : [left1] "=&r" (left1), [above1] "=&r" (above1),
|
intrapred4_dspr2.c | 86 int32_t left0, left1, left2, left3; local 97 "lbu %[left1], 1(%[left]) \n\t" 107 "replv.ph %[left1], %[left1] \n\t" 135 "addu.ph %[resl], %[abovel], %[left1] \n\t" 138 "addu.ph %[resr], %[abover], %[left1] \n\t" 222 [left0] "=&r" (left0), [left1] "=&r" (left1), [left2] "=&r" (left2),
|
intrapred8_dspr2.c | 74 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local 80 "lw %[left1], (%[left]) \n\t" 85 "preceu.ph.qbl %[left_l1], %[left1] \n\t" 86 "preceu.ph.qbr %[left_r1], %[left1] \n\t" 141 [above_r1] "=&r" (above_r1), [left1] "=&r" (left1), [all...] |
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_intrapred16_dspr2.c | 168 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),
|
vp9_intrapred4_dspr2.c | 89 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),
|
vp9_intrapred8_dspr2.c | 77 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), [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_pred_common.c | 218 const MV_REFERENCE_FRAME left1 = left_mbmi->ref_frame[1]; local 222 left0 == LAST_FRAME || left1 == LAST_FRAME); 226 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; 289 const MV_REFERENCE_FRAME left1 = left_mbmi->ref_frame[1]; local 292 if (above0 == left0 && above1 == left1) 296 left1 == GOLDEN_FRAME); 302 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1;
|
/external/replicaisland/src/com/replica/replicaisland/ |
AABoxCollisionVolume.java | 94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, 96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;
|
/external/webp/src/demux/ |
anim_decode.c | 276 int* const left1, int* const width1, 282 *left1 = -1; 289 *left1 = src->x_offset; 295 *left1 = src->x_offset; 377 int left1, width1, left2, width2; local 378 FindBlendRangeAtRow(&iter, &dec->prev_iter_, canvas_y, &left1, &width1, 381 const size_t offset1 = canvas_y * width + left1;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_pred_common.c | 224 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/opencv/cxcore/include/ |
cxmisc.h | 467 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); \ [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
gim_box_set.h | 624 GUINT left1 = m_boxset1->getLeftNodeIndex(node1); local 627 stack_collisions.push_pair(left0,left1); 631 stack_collisions.push_pair(right0,left1);
|
/external/pdfium/core/include/fxcrt/ |
fx_coordinates.h | 434 FX_RECT(int left1, int top1, int right1, int bottom1) { 435 left = left1; 451 void Intersect(int left1, int top1, int right1, int bottom1) { 452 Intersect(FX_RECT(left1, top1, right1, bottom1)); 491 CFX_FloatRect(FX_FLOAT left1, 495 left = left1;
|
/external/freetype/src/autofit/ |
afcjk.c | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afcjk.c | [all...] |
/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/gallium/state_trackers/vega/ |
image.c | 612 VGfloat left1 = dst->x; local 621 return !(left2 > right1 || right2 < left1 ||
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_optimize.c | 202 const int left1 = MAX2(write_start1, reg_start); local 205 if (left0 < right0 || left1 < right1)
|
/cts/tests/camera/src/android/hardware/cts/ |
CameraTest.java | [all...] |
/prebuilts/devtools/tools/lib/ |
lombok-ast-0.2.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.jar | |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.2.jar | |