HomeSort by relevance Sort by last modified time
    Searched refs:dif (Results 1 - 5 of 5) sorted by null

  /external/libvpx/vp8/common/arm/armv6/
recon_v6.asm 18 dif RN r1 label
45 ldr r6, [dif, #0] ; 1 | 0
46 ldr r7, [dif, #4] ; 3 | 2
56 add dif, dif, #32
63 ;; ldr r6, [dif, #8] ; 1 | 0
64 ;; ldr r7, [dif, #12] ; 3 | 2
65 ldr r6, [dif, #0] ; 1 | 0
66 ldr r7, [dif, #4] ; 3 | 2
76 add dif, dif, #3
    [all...]
  /external/openssl/crypto/bn/
bn_add.c 107 int max,min,dif; local
118 dif = max - min;
137 while (dif)
139 dif--;
151 /* carry != 0 => dif == 0 */
156 if (dif && rp != ap)
157 while (dif--)
168 int max,min,dif; local
180 dif = max - min;
182 if (dif < 0) /* hmm... should not be happening *
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
TreeColumnResizer.java 57 int dif = mControl.getBounds().width - 18 - (mColumn1Width + mColumn2Width);
59 int mainColumnChange = Math.min(Math.abs(dif), columnDif);
60 int left = Math.max(0, Math.abs(dif) - columnDif);
61 if (dif < 0) {
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 1089 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1278 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1495 int c0, dif; local
1585 int c0, dif; local
    [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_altivec.asm 41 vspltisw v9, 0 ;# zero out total for dif^2

Completed in 652 milliseconds