Searched refs:decrement (Results 76 - 100 of 103) sorted by path

12345

/external/libhevc/common/arm/
H A Dihevc_sao_edge_offset_class3.s267 SUBS r4,r4,#1 @decrement the loop count
593 SUBS r4,r4,#1 @decrement the loop count
731 SUBS r4,r4,#1 @decrement the loop count
H A Dihevc_sao_edge_offset_class3_chroma.s342 SUBS r4,r4,#1 @decrement the loop count
734 SUBS r4,r4,#1 @decrement the loop count
894 SUBS r4,r4,#1 @decrement the loop count
H A Dihevc_weighted_pred_bi.s246 subs r7,r7,#4 @decrement wd by 4 and check for 0
253 subs r14,r14,#4 @decrement the ht by 4
255 add r0,r0,r11 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
H A Dihevc_weighted_pred_bi_default.s202 subs r9,r9,#4 @decrement wd by 4 and check for 0
208 subs r8,r8,#4 @decrement the ht by 4
210 add r0,r0,r7 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
243 subs r9,r9,#4 @decrement wd by 4 and check for 0
249 subs r8,r8,#2 @decrement the ht by 4
251 add r0,r0,r7 @pi2_src1 + 2*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
296 subs r9,r9,#8 @decrement wd by 4 and check for 0
302 subs r8,r8,#4 @decrement the ht by 4
304 add r0,r0,r7 @pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
345 subs r9,r9,#8 @decrement w
[all...]
H A Dihevc_weighted_pred_uni.s203 subs r9,r9,#4 @decrement wd by 4 and check for 0
209 subs r8,r8,#4 @decrement the ht by 4
210 add r0,r0,r11 @pi2_src + 4*src_strd - 2*wd(since pi2_src is 16 bit pointer double the increment with double the wd decrement)
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dvp8_sad16x16_armv6.asm85 subs r5, r5, #1 ; decrement loop counter
/external/libvpx/libvpx/vp8/common/x86/
H A Dpostproc_sse2.asm218 dec rcx ;decrement count
H A Dsubpixel_mmx.asm105 dec rcx ; decrement count
193 dec rcx ; decrement count
H A Dsubpixel_sse2.asm399 dec rcx ; decrement count
514 dec rcx ; decrement count
886 dec rcx ; decrement count
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm55 subs r9, r9, #1 ; decrement loop counter
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_mmx.asm251 dec rcx ; decrement count
H A Dvp9_postproc_sse2.asm233 dec rcx ; decrement count
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemcpy.S43 SUB D1Ar3, D1Ar3, #1 ! decrement count of remaining bytes
/external/lldb/include/lldb/Utility/
H A DRefCounter.h47 decrement(T* t) function in class:lldb_utility::RefCounter
H A DSharingPtr.h36 decrement(T& t) function in namespace:lldb_private::imp
474 // true means decrement is about to happen
602 if (imp::decrement(shared_owners_) == -1)
/external/lldb/source/Utility/
H A DRefCounter.cpp22 decrement(m_counter);
H A DSharingPtr.cpp147 if (decrement(shared_owners_) == -1)
/external/llvm/lib/Support/
H A DAtomic.cpp82 # error No atomic decrement implementation for your platform!
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java85 * decrement the indentation field
87 protected void decrement() { method in class:Indentation
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/skia/experimental/Intersection/
H A DSimplify.cpp1828 // set spans from start to end to decrement by one
1855 bool decrement = test->fWindValue && oTest->fWindValue && !binary;
1861 if (decrement) {
1877 if (decrement) {
1979 // set spans from start to end to increment the greater by one and decrement
/external/skia/src/pathops/
H A DSkOpSegment.cpp668 // set spans from start to end to decrement by one
710 bool decrement, track, bigger; local
717 decrement = test->fWindValue && oTest->fWindValue;
725 if (decrement) {
741 if (decrement) {
773 if (decrement) {
1074 bool decrement = baseWind && oBaseWind; local
1078 if (decrement) {
1090 if (decrement) {
1239 // set spans from start to end to increment the greater by one and decrement
[all...]
/external/stlport/src/
H A Dsparc_atomic.s58 sub %o2, 0x1, %o3 ! decrement and store current
H A Dsparc_atomic64.s54 subx %o2, 0x1, %o3 ! decrement and store current

Completed in 444 milliseconds

12345