Searched refs:x0 (Results 26 - 50 of 146) sorted by relevance

123456

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h39 uint8_t ABIVersion() const { return 0x0; }
43 virtual uint64_t defaultTextSegmentAddr() const { return 0x0; }
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dpost_pro.cpp185 state->x0 = 0;
225 state->x0 = 0;
297 st->x1 = st->x0;
298 st->x0 = signal[i];
305 L_tmp = L_mac (L_tmp, st->x0, b[0]);
366 st->x1 = st->x0;
367 st->x0 = *(p_signal);
376 L_tmp += ((Word32) st->x0) * c_b0;
H A Dpost_pro.h106 Word16 x0; member in struct:__anon598
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_proc.h78 Word16 x0; member in struct:__anon613
H A Dpre_proc.cpp291 state->x0 = 0;
332 state->x0 = 0;
490 st->x1 = st->x0;
491 st->x0 = signal[i];
498 L_tmp = L_mac (L_tmp, st->x0, b[0]);
552 x_n_1 = st->x0;
584 st->x0 = x_n_1;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DNullFragment.h31 size_t size() const { return 0x0; }
/frameworks/compile/mclinker/lib/Fragment/
H A DFGNode.cpp17 : m_Index(0x0)
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp77 uint32_t st_name = 0x0;
78 uint32_t st_value = 0x0;
79 uint32_t st_size = 0x0;
80 uint8_t st_info = 0x0;
81 uint8_t st_other = 0x0;
82 uint16_t st_shndx = 0x0;
170 uint32_t r_offset = 0x0;
171 uint32_t r_info = 0x0;
207 uint32_t r_offset = 0x0;
208 uint32_t r_info = 0x0;
[all...]
H A DLDSection.cpp27 m_Type(0x0),
28 m_Flag(0x0),
31 m_Addr(0x0),
H A DSectionSymbolSet.cpp46 0x0, // size
67 if (0x0 == pOutSect.size())
80 pOutSect.getEhFrame()->getSectionData().front(), 0x0);
84 frag_ref = FragmentRef::Create(pOutSect.getSectionData()->front(), 0x0);
H A DELFSegment.cpp42 if ((type() == llvm::ELF::PT_LOAD) && (flag() & llvm::ELF::PF_W) != 0x0) {
56 if ((type() == llvm::ELF::PT_LOAD) && (flag() & llvm::ELF::PF_W) != 0x0) {
H A DELFSegmentFactory.cpp42 ((*segment).flag() & pFlagClear) == 0x0) {
58 ((*segment).flag() & pFlagClear) == 0x0) {
H A DELFFileFormat.cpp77 0x0);
92 0x0,
107 0x0,
132 0x0,
149 0x0,
157 0x0,
163 0x0,
229 0x0,
234 0x0,
239 0x0,
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGNUInfo.h24 uint64_t defaultTextSegmentAddr() const { return 0x0; }
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dconvolve5x5.fs26 uint32_t x0 = max((int32_t)x-2, 0);
38 float4 p0 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y0)) * gCoeffs[0]
44 float4 p1 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y1)) * gCoeffs[5]
50 float4 p2 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10]
56 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
62 float4 p4 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve5x5.fs26 uint32_t x0 = max((int32_t)x-2, 0);
38 float4 p0 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y0)) * gCoeffs[0]
44 float4 p1 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y1)) * gCoeffs[5]
50 float4 p2 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10]
56 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
62 float4 p4 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dconvolve5x5.fs26 uint32_t x0 = max((int32_t)x-2, 0);
38 float4 p0 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y0)) * gCoeffs[0]
44 float4 p1 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y1)) * gCoeffs[5]
50 float4 p2 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10]
56 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
62 float4 p4 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DLinearGradient_Delegate.java58 float x0, float y0, float x1, float y1,
60 LinearGradient_Delegate newDelegate = new LinearGradient_Delegate(x0, y0, x1, y1,
67 float x0, float y0, float x1, float y1,
70 x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/,
76 int native_shader, float x0, float y0, float x1, float y1,
84 int native_shader, float x0, float y0, float x1, float y1,
95 * @param x0 The x-coordinate for the start of the gradient line
105 private LinearGradient_Delegate(float x0, float y0, float x1, float y1, argument
108 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
125 public LinearGradientPaint(float x0, floa argument
57 nativeCreate1(LinearGradient thisGradient, float x0, float y0, float x1, float y1, int colors[], float positions[], int tileMode) argument
66 nativeCreate2(LinearGradient thisGradient, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
75 nativePostCreate1(LinearGradient thisGradient, int native_shader, float x0, float y0, float x1, float y1, int colors[], float positions[], int tileMode) argument
83 nativePostCreate2(LinearGradient thisGradient, int native_shader, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
553 x0 = ((*(blk += 8)) << 8) + 8192;
565 x8 = x0 + x1;
566 x0 -= x1;
578 x3 = x0 + x2;
579 x0 -= x2;
591 res = (x0 + x4) >> 14;
603 res2 = (x0 - x4) >> 14;
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
665 x0
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c96 x0 integer x-coordinate for prediction
111 i32 x0,
135 if ((x0 < 0) || ((u32)x0+chromaPartWidth+1 > width) ||
138 h264bsdFillBlock(pRef, block, x0, y0, width, height,
142 x0, y0, width, height, chromaPartWidth + 1,
146 x0 = 0;
157 ptrA = pRef + (comp * height + (u32)y0) * width + x0;
207 i32 x0,
231 if ((x0 <
108 h264bsdInterpolateChromaHor( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
204 h264bsdInterpolateChromaVer( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
300 h264bsdInterpolateChromaHorVer( u8 *ref, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
489 h264bsdInterpolateVerHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
607 h264bsdInterpolateVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
741 h264bsdInterpolateHorHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
864 h264bsdInterpolateHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
1002 h264bsdInterpolateHorVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horVerOffset) argument
1208 h264bsdInterpolateMidHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
1394 h264bsdInterpolateMidVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
1598 h264bsdInterpolateMidHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
1982 i32 xInt, yInt, x0, y0; local
2219 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java26 BLACK(0x0),
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp106 size_t x0, size_t y0, size_t radius, bool filled = false) {
113 drawHLine(buf, pixel, x0-radius, y0, 2*radius);
115 drawTwoPixels(buf, pixel, x0-radius, y0, 2*radius);
127 drawHLine(buf, pixel, x0-x, y0+y, 2*x);
128 drawHLine(buf, pixel, x0-x, y0-y, 2*x);
129 drawHLine(buf, pixel, x0-y, y0+x, 2*y);
130 drawHLine(buf, pixel, x0-y, y0-x, 2*y);
132 drawTwoPixels(buf, pixel, x0-x, y0+y, 2*x);
133 drawTwoPixels(buf, pixel, x0-x, y0-y, 2*x);
134 drawTwoPixels(buf, pixel, x0
105 drawCircle(Buffer* buf, uint32_t pixel, size_t x0, size_t y0, size_t radius, bool filled = false) argument
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_defs.h129 #define ANDROID_MP2TSEVENT_NONE ((SLuint32) 0x0)
152 kAndroidBufferTypeInvalid = ((SLuint16) 0x0),
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp109 return 0x0;
132 return 0x0;
227 section->getSectionData()->front(), 0x0);
233 0x0, // size
234 0x0, // value
246 0x0, // size
247 0x0, // value
261 0x0);
272 0x0, // size
273 0x0, // valu
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp91 0x0,
126 0x0, // size
127 0x0, // value
130 if (NULL != m_pEXIDX && 0x0 != m_pEXIDX->size()) {
132 FragmentRef::Create(m_pEXIDX->getSectionData()->front(), 0x0);
142 0x0, // size
143 0x0, // value
153 0x0, // size
154 0x0, // value
169 0x0, // siz
[all...]

Completed in 1099 milliseconds

123456