Home
last modified time | relevance | path

Searched refs:xPos (Results 1 – 19 of 19) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-201590.js43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
47 xPos = xPos - Math.round(((tileWidth) * gdpRatio)) +
50 x: Math.floor(xPos),
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_mips.c333 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in WebRtcAec_FilterFar_mips() local
337 xPos -= num_partitions * (PART_LEN1); in WebRtcAec_FilterFar_mips()
341 float* aRe = x_fft_buf[0] + xPos; in WebRtcAec_FilterFar_mips()
342 float* aIm = x_fft_buf[1] + xPos; in WebRtcAec_FilterFar_mips()
451 int xPos = (i + x_fft_buf_block_pos)*(PART_LEN1); in WebRtcAec_FilterAdaptation_mips() local
455 xPos -= num_partitions * PART_LEN1; in WebRtcAec_FilterAdaptation_mips()
459 float* aRe = x_fft_buf[0] + xPos; in WebRtcAec_FilterAdaptation_mips()
460 float* aIm = x_fft_buf[1] + xPos; in WebRtcAec_FilterAdaptation_mips()
Daec_core_neon.c46 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in FilterFarNEON() local
50 xPos -= num_partitions * PART_LEN1; in FilterFarNEON()
55 const float32x4_t x_fft_buf_re = vld1q_f32(&x_fft_buf[0][xPos + j]); in FilterFarNEON()
56 const float32x4_t x_fft_buf_im = vld1q_f32(&x_fft_buf[1][xPos + j]); in FilterFarNEON()
72 y_fft[0][j] += MulRe(x_fft_buf[0][xPos + j], in FilterFarNEON()
73 x_fft_buf[1][xPos + j], in FilterFarNEON()
76 y_fft[1][j] += MulIm(x_fft_buf[0][xPos + j], in FilterFarNEON()
77 x_fft_buf[1][xPos + j], in FilterFarNEON()
198 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in FilterAdaptationNEON() local
203 xPos -= num_partitions * PART_LEN1; in FilterAdaptationNEON()
[all …]
Daec_core_sse2.c42 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in FilterFarSSE2() local
46 xPos -= num_partitions * (PART_LEN1); in FilterFarSSE2()
51 const __m128 x_fft_buf_re = _mm_loadu_ps(&x_fft_buf[0][xPos + j]); in FilterFarSSE2()
52 const __m128 x_fft_buf_im = _mm_loadu_ps(&x_fft_buf[1][xPos + j]); in FilterFarSSE2()
70 y_fft[0][j] += MulRe(x_fft_buf[0][xPos + j], in FilterFarSSE2()
71 x_fft_buf[1][xPos + j], in FilterFarSSE2()
74 y_fft[1][j] += MulIm(x_fft_buf[0][xPos + j], in FilterFarSSE2()
75 x_fft_buf[1][xPos + j], in FilterFarSSE2()
160 int xPos = (i + x_fft_buf_block_pos) * (PART_LEN1); in FilterAdaptationSSE2() local
164 xPos -= num_partitions * PART_LEN1; in FilterAdaptationSSE2()
[all …]
Daec_core.c165 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in FilterFar() local
169 xPos -= num_partitions * (PART_LEN1); in FilterFar()
173 y_fft[0][j] += MulRe(x_fft_buf[0][xPos + j], in FilterFar()
174 x_fft_buf[1][xPos + j], in FilterFar()
177 y_fft[1][j] += MulIm(x_fft_buf[0][xPos + j], in FilterFar()
178 x_fft_buf[1][xPos + j], in FilterFar()
223 int xPos = (i + x_fft_buf_block_pos) * (PART_LEN1); in FilterAdaptation() local
227 xPos -= num_partitions * PART_LEN1; in FilterAdaptation()
234 fft[2 * j] = MulRe(x_fft_buf[0][xPos + j], in FilterAdaptation()
235 -x_fft_buf[1][xPos + j], in FilterAdaptation()
[all …]
/external/skia/gm/
Dmultipicturedraw.cpp65 SkScalar xPos, yPos = 0; in make_hex_plane_picture() local
68 xPos = 0; in make_hex_plane_picture()
72 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0)); in make_hex_plane_picture()
77 xPos += 1.5f * kHexSide; in make_hex_plane_picture()
116 SkScalar xPos = 0.0f, yPos = 0.0f; in make_single_layer_hex_plane_picture() local
119 xPos = 0; in make_single_layer_hex_plane_picture()
121 for (int x = 0; xPos < kBig; ++x) { in make_single_layer_hex_plane_picture()
123 canvas->translate(xPos, yPos + ((x % 2) ? kRoot3Over2 * kHexSide : 0)); in make_single_layer_hex_plane_picture()
131 xPos += 1.5f * kHexSide; in make_single_layer_hex_plane_picture()
Dpathopsinverse.cpp84 int xPos = 150; in onDraw() local
89 canvas->translate(SkIntToScalar(xPos), SkIntToScalar(yPos)); in onDraw()
94 xPos += 150; in onDraw()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp955 int xPos, in GetDisplayMatrix() argument
968 x0 = xPos; in GetDisplayMatrix()
970 x1 = xPos; in GetDisplayMatrix()
972 x2 = xPos + xSize; in GetDisplayMatrix()
976 x0 = xPos; in GetDisplayMatrix()
978 x1 = xPos + xSize; in GetDisplayMatrix()
980 x2 = xPos; in GetDisplayMatrix()
984 x0 = xPos + xSize; in GetDisplayMatrix()
986 x1 = xPos + xSize; in GetDisplayMatrix()
988 x2 = xPos; in GetDisplayMatrix()
[all …]
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_page.cpp227 int xPos, in GetDisplayMatrix() argument
242 rect.Set(xPos, yPos, xSize, ySize); in GetDisplayMatrix()
249 m_pPDFPage->GetDisplayMatrix(matrix, xPos, yPos, xSize, ySize, iRotate); in GetDisplayMatrix()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat.java830 public static int squareWordAdd(int[] x, int xPos, int[] z) in squareWordAdd() argument
832 long c = 0, xVal = x[xPos] & M; in squareWordAdd()
836 c += xVal * (x[i] & M) + (z[xPos + i] & M); in squareWordAdd()
837 z[xPos + i] = (int)c; in squareWordAdd()
840 while (++i < xPos); in squareWordAdd()
844 public static int squareWordAdd(int[] x, int xOff, int xPos, int[] z, int zOff) in squareWordAdd() argument
846 long c = 0, xVal = x[xOff + xPos] & M; in squareWordAdd()
850 c += xVal * (x[xOff + i] & M) + (z[xPos + zOff] & M); in squareWordAdd()
851 z[xPos + zOff] = (int)c; in squareWordAdd()
855 while (++i < xPos); in squareWordAdd()
/external/skia/experimental/GLFWTest/
Dglfw_main.cpp102 float xPos = (x / (kGrid - 1.0)) * kWidth; in main() local
107 xPos, yPos, anchorX, anchorY); in main()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp478 int xPos = xSize - mx; in OnSize() local
479 xPos -= bSizeX; in OnSize()
480 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
481 xPos -= (mx2 + bSizeX); in OnSize()
482 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
483 xPos -= (mx2 + bSizeX); in OnSize()
484 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
/external/skia/samplecode/
DSampleShip.cpp67 float xPos = (x / (kGrid - 1.0f)) * kWidth; in DrawShipView() local
74 xPos, yPos, anchorX, anchorY); in DrawShipView()
/external/skia/src/core/
DSkGlyphCache.h83 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos,
243 SkScalar xPos, SkScalar* array, int* count);
DSkGlyphCache.cpp255 SkScalar xPos, SkScalar* array, int* count) { in OffsetResults() argument
259 *array++ = intercept->fInterval[index] * scale + xPos; in OffsetResults()
331 void SkGlyphCache::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() argument
337 OffsetResults(match, scale, xPos, array, count); in findIntercepts()
398 OffsetResults(intercept, scale, xPos, array, count); in findIntercepts()
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_page.h47 int xPos,
/external/dng_sdk/source/
Ddng_resample.cpp403 real64 xPos = xInt - xFract; in Initialize() local
410 real64 dx2 = xPos * xPos; in Initialize()
420 w32 [index] = (real32) kernel.Evaluate (xPos) * in Initialize()
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h114 int xPos,
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp394 int xPos = (random->nextU() % 2) * 2 - 1; in DRAW_BATCH_TEST_DEFINE() local
396 int xInt = (random->nextU() % kMaxTrans) * xPos; in DRAW_BATCH_TEST_DEFINE()