HomeSort by relevance Sort by last modified time
    Searched refs:SIGN (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/libhevc/common/
ihevc_sao.c 235 u1_sign_left = SIGN(pu1_src[0] - pu1_src_left[row]);
240 u1_sign_right = SIGN(pu1_src[col] - pu1_src[col + 1]);
321 u1_sign_left_u = SIGN(pu1_src[0] - pu1_src_left[2 * row]);
322 u1_sign_left_v = SIGN(pu1_src[1] - pu1_src_left[2 * row + 1]);
331 u1_sign_right_u = SIGN(pu1_src[col] - pu1_src[col + 2]);
338 u1_sign_right_v = SIGN(pu1_src[col] - pu1_src[col + 2]);
409 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - src_strd]);
416 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col]);
432 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + src_strd]);
505 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - src_strd])
    [all...]
ihevc_macros.h 44 #define SIGN(x) ((x) >= 0 ? ((x)>0 ? 1: 0) : -1)
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ArmDisassembler.c 78 #define SIGN(_U) ((_U) ? "" : "-")
232 AsciiSPrint (&Buf[Index], Size - Index, "[%a, #%a0x%x]%a", gReg[Rn], SIGN (U), offset_12, WRITE (W));
236 AsciiSPrint (&Buf[Index], Size - Index, "[%a, #%a%a]%a", gReg[Rn], SIGN (U), WRITE (W));
252 AsciiSPrint (&Buf[Index], Size - Index, "[%a, #%a%a, %a, RRX]%a", gReg[Rn], SIGN (U), gReg[Rm], WRITE (W));
258 AsciiSPrint (&Buf[Index], Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W));
263 AsciiSPrint (&Buf[Index], Size - Index, "[%a], #%a0x%x", gReg[Rn], SIGN (U), offset_12);
266 AsciiSPrint (&Buf[Index], Size - Index, "[%a], #%a%a", gReg[Rn], SIGN (U), gReg[Rm]);
282 AsciiSPrint (&Buf[Index], Size - Index, "[%a], #%a%a, %a, RRX", gReg[Rn], SIGN (U), gReg[Rm]);
289 AsciiSPrint (&Buf[Index], Size - Index, "[%a], #%a%a, %a, #%d", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm);
326 AsciiSPrint (&Buf[Index], Size - Index, "[%a, #%a%d]%a", gReg[Rn], SIGN (U), offset_8, WRITE (W));
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 91 * Used to test the sign of a byte.
93 static final int SIGN = -128;
286 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
288 ((b2 & SIGN) == 0) ? (byte) (b2 >> 4) : (byte) ((b2) >> 4 ^ 0xf0);
290 ((b3 & SIGN) == 0) ? (byte) (b3 >> 6) : (byte) ((b3) >> 6 ^ 0xfc);
332 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
345 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
347 ((b2 & SIGN) == 0) ? (byte) (b2 >> 4) : (byte) ((b2) >> 4 ^ 0xf0);
  /external/fonttools/Lib/fontTools/
agl.py 102 # 2126;Omega;OHM SIGN changed to 03A9;Omega;GREEK CAPITAL LETTER OMEGA
103 # 03BC;mu;MICRO SIGN changed to 03BC;mu;GREEK SMALL LETTER MU
166 20AC;Euro;EURO SIGN
223 2126;Omega;OHM SIGN
388 00A2;cent;CENT SIGN
396 20A1;colonmonetary;COLON SIGN
399 00A9;copyright;COPYRIGHT SIGN
400 00A4;currency;CURRENCY SIGN
406 00B0;degree;DEGREE SIGN
411 00F7;divide;DIVISION SIGN
    [all...]
  /external/libmpeg2/common/
icv_macros.h 57 #define SIGN(x) (((x) < 0) ? -1 : 1)
impeg2_macros.h 32 #define SIGN(Number) (((Number) < 0) ? -1 : 1)
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class2_chroma.s 146 MOVGT r12,#1 @SIGN(pu1_src[0] - pu1_src_top_left[0])
153 MOVGT r11,#1 @SIGN(pu1_src[0] - pu1_src[2 + src_strd])
155 ADD r11,r12,r11 @SIGN(pu1_src[0] - pu1_src_top_left[0]) + SIGN(pu1_src[0] - pu1_src[2 + src_strd])
176 MOVGT r12,#1 @SIGN(pu1_src[0] - pu1_src_top_left[0])
183 MOVGT r11,#1 @SIGN(pu1_src[0] - pu1_src[3 + src_strd])
185 ADD r11,r12,r11 @SIGN(pu1_src[0] - pu1_src_top_left[0]) + SIGN(pu1_src[0] - pu1_src[3 + src_strd])
216 MOVGT r11,#1 @SIGN(pu1_src[wd - 2 + (ht - 1) * src_strd] - pu1_src[wd - 2 + (ht - 1) * src_strd- 2 - src_strd])
224 MOVGT r14,#1 @SIGN(pu1_src[wd - 2 + (ht - 1) * src_strd] - pu1_src[wd - 2 + (ht - 1) * src_strd + 2 + src_strd]
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 140 MOVGT r12,#1 @SIGN(pu1_src[wd - 2] - pu1_src_top_right[0])
147 MOVGT r11,#1 @SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd])
148 ADD r11,r12,r11 @SIGN(pu1_src[wd - 2] - pu1_src_top_right[0]) + SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd])
168 MOVGT r12,#1 @SIGN(pu1_src[wd - 1] - pu1_src_top_right[1])
175 MOVGT r11,#1 @SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 2 + src_strd])
176 ADD r11,r12,r11 @SIGN(pu1_src[wd - 1] - pu1_src_top_right[1]) + SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 2 + src_strd])
209 MOVGT r11,#1 @SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src[(ht - 1) * src_strd + 2 - src_strd])
216 MOVGT r14,#1 @SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0]
    [all...]
ihevc_sao_edge_offset_class2.s 132 MOVGT r12,#1 @SIGN(pu1_src[0] - pu1_src_top_left[0])
140 MOVGT r11,#1 @SIGN(pu1_src[0] - pu1_src[1 + src_strd])
141 ADD r4,r12,r11 @SIGN(pu1_src[0] - pu1_src_top_left[0]) + SIGN(pu1_src[0] - pu1_src[1 + src_strd])
169 MOVGT r11,#1 @SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd- 1 - src_strd])
173 MOVGT r4,#1 @SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd + 1 + src_strd])
175 ADD r11,r11,r4 @Add 2 sign value
298 MOVGT r4,#1 @I SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row])
299 VMOV.8 D14[0],r4 @I sign_up = sign_up = vsetq_lane_s8(SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row]), sign_up, 0)
376 MOVGT r4,#1 @II SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row]
    [all...]
ihevc_sao_edge_offset_class3.s 137 MOVGT r12,#1 @SIGN(pu1_src[wd - 1] - pu1_src_top_right[0])
140 MOVGT r11,#1 @SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd])
144 ADD r11,r12,r11 @SIGN(pu1_src[wd - 1] - pu1_src_top_right[0]) + SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd])
177 MOVGT r11,#1 @SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src[(ht - 1) * src_strd + 1 - src_strd])
181 MOVGT r14,#1 @SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0])
183 ADD r11,r11,r14 @Add 2 sign value
313 MOVGT r8,#1 @I SIGN(pu1_src_cpy[15] - pu1_src_cpy[16 - src_strd])
314 VMOV.8 D15[7],r8 @I sign_up = vsetq_lane_s8(SIGN(pu1_src_cpy[15] - pu1_src_cpy[16 - src_strd]), sign_up, 15)
380 MOVGT r11,#1 @II SIGN(pu1_src_cpy[15] - pu1_src_cpy[16 - src_strd]
    [all...]
  /external/eigen/lapack/
slarfg.f 137 INTRINSIC ABS, SIGN
160 BETA = -SIGN( SLAPY2( ALPHA, XNORM ), ALPHA )
179 BETA = -SIGN( SLAPY2( ALPHA, XNORM ), ALPHA )
clarfg.f 138 INTRINSIC ABS, AIMAG, CMPLX, REAL, SIGN
163 BETA = -SIGN( SLAPY3( ALPHR, ALPHI, XNORM ), ALPHR )
185 BETA = -SIGN( SLAPY3( ALPHR, ALPHI, XNORM ), ALPHR )
dlarfg.f 137 INTRINSIC ABS, SIGN
160 BETA = -SIGN( DLAPY2( ALPHA, XNORM ), ALPHA )
179 BETA = -SIGN( DLAPY2( ALPHA, XNORM ), ALPHA )
zlarfg.f 138 INTRINSIC ABS, DBLE, DCMPLX, DIMAG, SIGN
163 BETA = -SIGN( DLAPY3( ALPHR, ALPHI, XNORM ), ALPHR )
185 BETA = -SIGN( DLAPY3( ALPHR, ALPHI, XNORM ), ALPHR )
  /external/libavc/common/
ih264_macros.h 101 #define SIGN(x) (((x) >= 0) ? (((x) > 0) ? 1 : 0) : -1)
  /external/libhevc/encoder/
ihevce_common_utils.c 625 mvx = SIGN(dist_scale_factor * mvx) * ((abs(dist_scale_factor * mvx) + 127) >> 8);
626 mvy = SIGN(dist_scale_factor * mvy) * ((abs(dist_scale_factor * mvy) + 127) >> 8);
1138 edgeidx = 2 + SIGN(c - a) + SIGN(c - b);
    [all...]
  /external/u-boot/lib/
vsprintf.c 80 *buf++ = q + '0'; /* most sign. digit */
141 #define SIGN 2 /* unsigned/signed long */
165 char sign; local
175 sign = 0;
176 if (type & SIGN) {
178 sign = '-';
182 sign = '+';
185 sign = ' ';
229 /* sign */
230 if (sign)
    [all...]
  /device/linaro/bootloader/edk2/IntelSiliconPkg/Include/IndustryStandard/
IgdOpRegion.h 46 CHAR8 SIGN[0x10]; ///< Offset 0x00 OpRegion Signature
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/
IgdOpRegion.h 81 CHAR8 SIGN[0x10]; // 0 OpRegion signature
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
IgdOpRn.ASL 103 SIGN, 128, // Signature-"IntelGraphicsMem"
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java     [all...]
  /external/libhevc/decoder/
ihevcd_mv_pred.c 125 mvx = SIGN(dist_scale_factor * mvx)
127 mvy = SIGN(dist_scale_factor * mvy)
185 mvx = SIGN(dist_scale_factor * mvx)
187 mvy = SIGN(dist_scale_factor * mvy)
  /external/libhevc/encoder/arm/
ihevce_common_utils_neon.c 545 /*sign*/
645 /*sign*/
698 edge_idx = 2 + SIGN(c - a) + SIGN(c - b);
729 /*sign*/
827 /*sign*/
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
AffixUtils.java 46 * // Current token is a minus sign.
49 * // Current token is a plus sign.
52 * // Current token is a percent sign.
80 /** Represents a minus sign symbol '-'. */
83 /** Represents a plus sign symbol '+'. */
86 /** Represents a percent sign symbol '%'. */
89 /** Represents a permille sign symbol '?'. */
274 return NumberFormat.Field.SIGN;
276 return NumberFormat.Field.SIGN;

Completed in 2738 milliseconds

1 2 3