Searched refs:x0 (Results 1 - 25 of 194) sorted by relevance

12345678

/frameworks/av/cmds/screenrecord/
H A DFontBitmap.h15 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
16 0x0, 0x0,
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_tab.cpp199 {0xa, 1, 0, 7}, {0x0, 4, 0, 7}, {0x4, 1, 1, 6}, {0x4, 1, 1, 6}, {0x3, 1, 1, 6}, {0x3, 1, 1, 6},
202 {0x1, 2, 0, 6}, {0x1, 2, 0, 6}, {0x0, 3, 0, 6}, {0x0, 3, 0, 6}, {0x5, 1, 0, 5}, {0x5, 1, 0, 5},
204 {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4},
205 {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0,
[all...]
H A Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; local
115 x0 = ((*(blk += 8)) << 8) + 8192;
128 res = (x0 + x4) >> 14;
130 res2 = (x0 + x2) >> 14;
133 res = (x0 + x1) >> 14;
136 res = (x0 + x5) >> 14;
142 res = (x0 - x5) >> 14;
144 res2 = (x0 - x1) >> 14;
147 res = (x0 - x2) >> 14;
150 res = (x0
160 int32 x0, x1, x3, x5, x7;//, x8; local
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonEncodings.h17 0x0
23 0x0
29 0x0
35 0x0
41 0x0
47 0x0
53 0x0
59 0x0
65 0x0
71 0x0
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s53 x0 RN 4 label
76 M_LDR x0, [pSrc], srcStep
78 M_STR x0, [pDst], dstStep
88 M_LDR x0, [pSrc], srcStep
91 MOV x0, x0, LSR #8
92 ORR x0, x0, x1, LSL #24
93 M_STR x0, [pDst], dstStep
97 M_LDR x0, [pSr
[all...]
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s47 x0 RN 7 label
90 LDM pSrc, {x0, x1, x2}
96 STM pDst!, {x0, x1, x2} ;// Store aligned output row
101 LDM pSrc, {x0, x1, x2}
107 MOV x0, x0, LSR #8
108 ORR x0, x0, x1, LSL #24
112 STM pDst!, {x0, x1, x2} ;// Store aligned output row
117 LDM pSrc, {x0, x
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s53 x0 RN 4 label
76 M_LDR x0, [pSrc], srcStep
78 M_STR x0, [pDst], dstStep
88 M_LDR x0, [pSrc], srcStep
91 MOV x0, x0, LSR #8
92 ORR x0, x0, x1, LSL #24
93 M_STR x0, [pDst], dstStep
97 M_LDR x0, [pSr
[all...]
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.s47 x0 RN 7 label
90 LDM pSrc, {x0, x1, x2}
96 STM pDst!, {x0, x1, x2} ;// Store aligned output row
101 LDM pSrc, {x0, x1, x2}
107 MOV x0, x0, LSR #8
108 ORR x0, x0, x1, LSL #24
112 STM pDst!, {x0, x1, x2} ;// Store aligned output row
117 LDM pSrc, {x0, x
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DZOption.cpp17 : m_Kind(Unknown), m_PageSize(0x0) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dmirror.rs25 uint32_t x0 = gWidth-x-1;
26 uchar4 p = rsGetElementAt_uchar4(gIn, x0, y);
/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp27 m_Offset(0x0),
28 m_Vaddr(0x0),
29 m_Paddr(0x0),
30 m_Filesz(0x0),
31 m_Memsz(0x0),
32 m_Align(0x0),
33 m_MaxSectionAlign(0x0)
40 m_Offset(0x0),
41 m_Vaddr(0x0),
42 m_Paddr(0x0),
[all...]
H A DELFBinaryReader.cpp49 0x0);
62 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size);
85 0x0,
86 0x0,
104 0x0,
105 0x0,
114 0x0,
124 0x0,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Clip8_s.s48 x0 RN 3 label
62 LDMIA pSrc!,{x0, x1}
65 USAT16 x0, #8, x0 ;// clip two samples to [0,255]
67 STRB x0, [pDst]
68 MOV x0, x0, LSR #16
69 STRB x0, [pDst,#1]
/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java42 @param x0 The x-coordinate for the start of the gradient line
52 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], argument
61 mX0 = x0;
68 init(nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt));
72 @param x0 The x-coordinate for the start of the gradient line
80 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, argument
83 mX0 = x0;
90 init(nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt));
115 private native long nativeCreate1(float x0, float y0, float x1, float y1, argument
117 private native long nativeCreate2(float x0, floa argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dhighpass_400hz_at_12k8.cpp150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
158 x0 = mem[4];
172 x1 = x0;
173 x0 = signal[i];
176 L_tmp2 = fxp_mac_16by16(x0, 915, L_tmp2);
196 mem[4] = x0;
H A Dhighpass_50hz_at_12k8.cpp152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
161 x0 = mem[4];
177 x1 = x0;
178 x0 = *pt_sign;
181 L_tmp2 = fxp_mac_16by16(x0, 8106, L_tmp2);
201 mem[4] = x0;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dhp400.c64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
71 x0 = *mem++;
77 x1 = x0;
78 x0 = *signal;
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1;
97 *mem-- = x0;
H A Dhp50.c65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
73 x0 = *mem++;
79 x1 = x0;
80 x0 = *signal;
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1;
97 *mem-- = x0;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.h74 i32 x0,
85 i32 x0,
96 i32 x0,
107 i32 x0,
119 i32 x0,
129 i32 x0,
140 i32 x0,
150 i32 x0,
161 i32 x0,
172 i32 x0,
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToTHMStub.cpp27 0x0 // dcd R_ARM_REL32(X)
33 0x0 // dcd R_ARM_ABS32(X)
37 : m_pData(NULL), m_Name("A2T_prototype"), m_Size(0x0)
42 addFixup(12u, 0x0, llvm::ELF::R_ARM_REL32);
47 addFixup(8u, 0x0, llvm::ELF::R_ARM_ABS32);
72 if ((pTargetSymValue & 0x1) != 0x0) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GNUInfo.h28 uint64_t flags() const { return 0x0; }
43 uint64_t flags() const { return 0x0; }
/frameworks/base/include/private/hwui/
H A DDrawGlInfo.h75 kStatusDone = 0x0,
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DNullFragment.h28 size_t size() const { return 0x0; }
/frameworks/ex/framesequence/jni/
H A DColor.h25 static const Color8888 TRANSPARENT = 0x0;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java26 NORMAL(0x0),

Completed in 4625 milliseconds

12345678