/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 541 x2 = blk[14]; 567 x1 = W6 * (x3 + x2) + 4; 568 x2 = (x1 - (W2 + W6) * x2) >> 3; 578 x3 = x0 + x2; 579 x0 -= x2; 580 x2 = (181 * (x4 + x5) + 128) >> 8; 588 res2 = (x3 + x2) >> 14; 606 res = (x3 - x2) >> 14 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local [all...] |
get_pred_adv_b_add.cpp | 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local [all...] |
/bionic/libc/kernel/common/asm-generic/ |
mman.h | 16 #define PROT_WRITE 0x2
|
/external/dbus/dbus/ |
dbus-shared.h | 104 #define DBUS_NAME_FLAG_REPLACE_EXISTING 0x2 /**< Request to replace the current primary owner */
|
/external/iproute2/include/linux/ |
if_vlan.h | 35 VLAN_FLAG_GVRP = 0x2,
|
ip6_tunnel.h | 12 #define IP6_TNL_F_USE_ORIG_TCLASS 0x2
|
/external/kernel-headers/original/asm-generic/ |
mman.h | 10 #define PROT_WRITE 0x2 /* page can be written */
|
/external/webkit/WebCore/rendering/ |
HitTestRequest.h | 31 Active = 0x2,
|
/frameworks/base/awt/java/awt/ |
GradientPaint.java | 120 * @param x2 130 public GradientPaint(float x1, float y1, Color color1, float x2, float y2, Color color2, 132 this(new Point2D.Float(x1, y1), color1, new Point2D.Float(x2, y2), color2, cyclic); 145 * @param x2 152 public GradientPaint(float x1, float y1, Color color1, float x2, float y2, Color color2) { 153 this(x1, y1, color1, x2, y2, color2, false);
|
/frameworks/base/core/java/android/os/ |
LocalPowerManager.java | 32 public static final int POKE_LOCK_SHORT_TIMEOUT = 0x2;
|
/frameworks/base/core/java/android/provider/ |
LiveFolders.java | 241 public static final int DISPLAY_MODE_LIST = 0x2;
|
/ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/ |
mman.h | 16 #define PROT_WRITE 0x2
|
/ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/ |
mman.h | 16 #define PROT_WRITE 0x2
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/ |
mman.h | 16 #define PROT_WRITE 0x2
|
/ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/ |
mman.h | 16 #define PROT_WRITE 0x2
|
/ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/ |
mman.h | 16 #define PROT_WRITE 0x2
|
/ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/ |
mman.h | 16 #define PROT_WRITE 0x2
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateFilter.java | 30 public static final int FILTER_NON_ASCII = 0x2;
|
/system/core/sh/ |
expand.h | 52 #define EXP_TILDE 0x2 /* do normal tilde expansion */
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
highpass_400hz_at_12k8.cpp | 149 int16 i, x2; local 171 x2 = x1; 174 L_tmp2 = fxp_mac_16by16(x2, 915, L_tmp2);
|
highpass_50hz_at_12k8.cpp | 151 int16 i, x2; local 176 x2 = x1; 179 L_tmp2 = fxp_mac_16by16(x2, 8106, L_tmp2);
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
get_pred_adv_b_add.cpp | 868 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/render/ |
JavaLineRasterizer.java | 137 int x1, y1, x2, y2; field in class:JavaLineRasterizer.Line 141 Line(int x1, int y1, int x2, int y2, MultiRectArea dst) { 144 this.x2 = x2; 155 Diag(int x1, int y1, int x2, int y2, MultiRectArea dst) { 156 super(x1, y1, x2, y2, dst); 157 dx = x2 - x1; 176 Hor(int x1, int y1, int x2, int y2, MultiRectArea dst) { 177 super(x1, y1, x2, y2, dst); 243 Ver(int x1, int y1, int x2, int y2, MultiRectArea dst) [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
highpass_400hz_at_12k8.cpp | 149 int16 i, x2; local 171 x2 = x1; 174 L_tmp2 = fxp_mac_16by16(x2, 915, L_tmp2);
|
highpass_50hz_at_12k8.cpp | 151 int16 i, x2; local 176 x2 = x1; 179 L_tmp2 = fxp_mac_16by16(x2, 8106, L_tmp2);
|