/external/webrtc/rtc_tools/ |
D | metrics_plotter.py | 56 start_x = None 58 if start_x is None: 59 start_x = sample['time'] 61 x_values.append((sample['time'] - start_x) / MICROSECONDS_IN_SECOND)
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | warp_neon.cc | 139 int start_x = block_start_x; in Warp_NEON() local 141 const int src_x = (start_x + 4) << subsampling_x; in Warp_NEON() 222 DestType* dst_row = dst + start_x - block_start_x; in Warp_NEON() 235 start_x += 8; in Warp_NEON() 258 DestType* dst_row = dst + start_x - block_start_x; in Warp_NEON() 324 start_x += 8; in Warp_NEON() 390 DestType* dst_row = dst + start_x - block_start_x; in Warp_NEON() 424 start_x += 8; in Warp_NEON() 425 } while (start_x < block_start_x + block_width); in Warp_NEON()
|
D | inverse_transform_neon.cc | 1807 Array2DView<uint8_t> frame, const int start_x, const int start_y, in IdentityColumnStoreToFrame() argument 1810 uint8_t* dst = frame[start_y] + start_x; in IdentityColumnStoreToFrame() 1893 Array2DView<uint8_t> frame, const int start_x, const int start_y, in Identity4RowColumnStoreToFrame() argument 1896 uint8_t* dst = frame[start_y] + start_x; in Identity4RowColumnStoreToFrame() 2275 Array2DView<uint8_t> frame, const int start_x, const int start_y, in StoreToFrameWithRound() argument 2280 uint8_t* dst = frame[start_y] + start_x; in StoreToFrameWithRound() 2315 const int x = start_x + j; in StoreToFrameWithRound() 2372 int start_x, int start_y, void* dst_frame) { in Dct4TransformLoopColumn_NEON() argument 2398 StoreToFrameWithRound<4>(frame, start_x, start_y, tx_width, src, tx_type); in Dct4TransformLoopColumn_NEON() 2439 int start_x, int start_y, void* dst_frame) { in Dct8TransformLoopColumn_NEON() argument [all …]
|
D | inverse_transform_10bit_neon.cc | 1519 Array2DView<uint16_t> frame, const int start_x, const int start_y, in IdentityColumnStoreToFrame() argument 1524 uint16_t* dst = frame[start_y] + start_x; in IdentityColumnStoreToFrame() 1608 Array2DView<uint16_t> frame, const int start_x, const int start_y, in Identity4RowColumnStoreToFrame() argument 1611 uint16_t* dst = frame[start_y] + start_x; in Identity4RowColumnStoreToFrame() 1839 Array2DView<uint16_t> frame, const int start_x, const int start_y, in StoreToFrameWithRound() argument 1844 uint16_t* dst = frame[start_y] + start_x; in StoreToFrameWithRound() 1863 const int x = start_x + j; in StoreToFrameWithRound() 1913 int start_x, int start_y, void* dst_frame) { in Dct4TransformLoopColumn_NEON() argument 1934 StoreToFrameWithRound<4>(frame, start_x, start_y, tx_width, src, tx_type); in Dct4TransformLoopColumn_NEON() 1966 int start_x, int start_y, void* dst_frame) { in Dct8TransformLoopColumn_NEON() argument [all …]
|
/external/libgav1/libgav1/src/ |
D | reconstruction.h | 37 int start_x, int start_y, Array2DView<Pixel>* frame, 42 int16_t* buffer, int start_x, int start_y, 48 int32_t* buffer, int start_x, int start_y,
|
D | reconstruction.cc | 135 int start_x, int start_y, Array2DView<Pixel>* frame, in Reconstruct() argument 161 row_transform_func(tx_type, tx_size, tx_height, buffer, start_x, start_y, in Reconstruct() 174 column_transform_func(tx_type, tx_size, tx_height, buffer, start_x, start_y, in Reconstruct() 180 int start_x, int start_y, Array2DView<uint8_t>* frame, 185 int start_x, int start_y,
|
D | tile.h | 455 int reference_frame_index, int x, int y, int* start_x, 463 int start_x, int start_y, int step_x, int step_y, int left_border, 516 int ReadTransformCoefficients(const Block& block, Plane plane, int start_x, 523 bool TransformTree(const Block& block, int start_x, int start_y, 525 void ReconstructBlock(const Block& block, Plane plane, int start_x, 555 void PalettePrediction(const Block& block, Plane plane, int start_x, 559 void ChromaFromLumaPrediction(const Block& block, Plane plane, int start_x,
|
/external/libgav1/libgav1/src/dsp/ |
D | warp.cc | 110 for (int start_x = block_start_x; start_x < block_start_x + block_width; in Warp_C() local 111 start_x += 8) { in Warp_C() 112 const int src_x = (start_x + 4) << subsampling_x; in Warp_C() 192 DestType* dst_row = dst + start_x - block_start_x; in Warp_C() 229 DestType* dst_row = dst + start_x - block_start_x; in Warp_C() 369 DestType* dst_row = dst + start_x - block_start_x; in Warp_C()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_view.cpp | 361 int start_x, in GetMaskDimensionsAndOffsets() argument 392 offset_x = start_x_bm + start_x; in GetMaskDimensionsAndOffsets() 396 offset_x = start_y_bm + start_x; in GetMaskDimensionsAndOffsets() 400 offset_x = start_x + size_x - size_x_bm - start_x_bm; in GetMaskDimensionsAndOffsets() 404 offset_x = start_x + size_x - size_x_bm - start_y_bm; in GetMaskDimensionsAndOffsets() 415 int start_x, in GetMaskBitmap() argument 424 *bitmap_area = GetMaskDimensionsAndOffsets(pPage, start_x, start_y, size_x, in GetMaskBitmap() 469 int start_x, in FPDF_RenderPage() argument 497 CPDFSDK_RenderPageWithContext(pContext, pPage, start_x, start_y, size_x, in FPDF_RenderPage() 516 CPDFSDK_RenderPageWithContext(pContext, pPage, start_x, start_y, size_x, in FPDF_RenderPage() [all …]
|
D | fpdf_view_embeddertest.cpp | 151 int start_x = 0; in TEST_F() local 165 EXPECT_TRUE(FPDF_DeviceToPage(page, start_x, start_y, size_x, size_y, rotate, in TEST_F() 172 EXPECT_TRUE(FPDF_DeviceToPage(page, start_x, start_y, size_x, size_y, rotate, in TEST_F() 179 EXPECT_TRUE(FPDF_DeviceToPage(page, start_x, start_y, size_x, size_y, rotate, in TEST_F() 186 EXPECT_TRUE(FPDF_DeviceToPage(page, start_x, start_y, size_x, size_y, rotate, in TEST_F() 195 EXPECT_TRUE(FPDF_DeviceToPage(page, start_x, start_y, size_x, size_y, rotate, in TEST_F() 203 EXPECT_TRUE(FPDF_DeviceToPage(page, start_x, start_y, size_x, size_y, rotate, in TEST_F() 211 EXPECT_FALSE(FPDF_DeviceToPage(nullptr, start_x, start_y, size_x, size_y, in TEST_F() 218 EXPECT_FALSE(FPDF_DeviceToPage(page, start_x, start_y, size_x, size_y, rotate, in TEST_F() 231 int start_x = 0; in TEST_F() local [all …]
|
D | cpdfsdk_renderpage.cpp | 91 int start_x, in CPDFSDK_RenderPageWithContext() argument 99 const FX_RECT rect(start_x, start_y, start_x + size_x, start_y + size_y); in CPDFSDK_RenderPageWithContext()
|
D | fpdf_formfill.cpp | 178 int start_x, in FFLCommon() argument 194 const FX_RECT rect(start_x, start_y, start_x + size_x, start_y + size_y); in FFLCommon() 568 int start_x, in FPDF_FFLDraw() argument 574 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y, in FPDF_FFLDraw() 582 int start_x, in FPDF_FFLRecord() argument 588 FFLCommon(hHandle, nullptr, recorder, page, start_x, start_y, size_x, size_y, in FPDF_FFLRecord()
|
D | fpdf_progressive.cpp | 46 int start_x, in FPDF_RenderPageBitmap_Start() argument 71 CPDFSDK_RenderPageWithContext(pContext, pPage, start_x, start_y, size_x, in FPDF_RenderPageBitmap_Start()
|
D | cpdfsdk_renderpage.h | 26 int start_x,
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 282 float start_x = m_info.fillColor.GetShading()->m_beginPoint.x; in FillPathWithShading() local 293 float x_span = end_x - start_x; in FillPathWithShading() 304 scale = (((x - start_x) * x_span) + ((y - start_y) * y_span)) / in FillPathWithShading() 326 float a = ((start_x - end_x) * (start_x - end_x)) + in FillPathWithShading() 334 float b = -2 * (((x - start_x) * (end_x - start_x)) + in FillPathWithShading() 337 float c = ((x - start_x) * (x - start_x)) + in FillPathWithShading()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 509 const int start_x, const int start_y, const int x, in PalettePrediction() argument 524 buffer[start_y + row][start_x + column] = in PalettePrediction() 532 const Block& block, const Plane plane, const int start_x, const int start_y, 536 const Block& block, const Plane plane, const int start_x, const int start_y, 542 const int start_x, const int start_y, in ChromaFromLumaPrediction() argument 552 const int luma_x = start_x << subsampling_x; in ChromaFromLumaPrediction() 566 reinterpret_cast<uint8_t*>(&buffer[start_y][start_x]), in ChromaFromLumaPrediction() 573 const Block& block, const Plane plane, const int start_x, const int start_y, 577 const Block& block, const Plane plane, const int start_x, const int start_y, 945 const int y, int* const start_x, in ScaleMotionVector() argument [all …]
|
D | tile.cc | 1368 int start_x, int start_y, in ReadTransformCoefficients() argument 1371 const int x4 = DivideBy4(start_x); in ReadTransformCoefficients() 1575 const int start_x = base_x + MultiplyBy4(x); in TransformBlock() local 1579 if (start_x >= max_x || start_y >= max_y) return true; in TransformBlock() 1581 const int column = DivideBy4(start_x << subsampling_x); in TransformBlock() 1591 CALL_BITDEPTH_FUNCTION(PalettePrediction, block, plane, start_x, start_y, in TransformBlock() 1608 IntraPrediction, block, plane, start_x, start_y, has_left, has_top, in TransformBlock() 1613 CALL_BITDEPTH_FUNCTION(ChromaFromLumaPrediction, block, plane, start_x, in TransformBlock() 1619 start_x + MultiplyBy4(step_x); in TransformBlock() 1632 ReconstructBlock(block, plane, start_x, start_y, tx_size, in TransformBlock() [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/train/ |
D | data_prepare.py | 96 start_x = (random.random() - 0.5) * 2000 104 start_x + j * x_increase + (random.random() - 0.5) * 6, 130 start_x = (random.random() - 0.5) * 2000 135 start_x + (random.random() - 0.5) * 40,
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 1640 Array2DView<uint8_t> frame, const int start_x, const int start_y, in Identity4ColumnStoreToFrame() argument 1643 uint8_t* dst = frame[start_y] + start_x; in Identity4ColumnStoreToFrame() 1687 Array2DView<uint8_t> frame, const int start_x, const int start_y, in Identity4RowColumnStoreToFrame() argument 1690 uint8_t* dst = frame[start_y] + start_x; in Identity4RowColumnStoreToFrame() 1791 Array2DView<uint8_t> frame, const int start_x, const int start_y, in Identity8ColumnStoreToFrame_SSE4_1() argument 1794 uint8_t* dst = frame[start_y] + start_x; in Identity8ColumnStoreToFrame_SSE4_1() 1885 Array2DView<uint8_t> frame, const int start_x, const int start_y, in Identity16ColumnStoreToFrame_SSE4_1() argument 1888 uint8_t* dst = frame[start_y] + start_x; in Identity16ColumnStoreToFrame_SSE4_1() 1968 Array2DView<uint8_t> frame, const int start_x, const int start_y, in Identity32ColumnStoreToFrame() argument 1971 uint8_t* dst = frame[start_y] + start_x; in Identity32ColumnStoreToFrame() [all …]
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | keypoint_detector.cc | 457 const int start_x = in FindFastKeypoints() local 461 const int end_x = start_x + quadrant_width; in FindFastKeypoints() 466 const uint8_t* curr_pixel_ptr = frame[img_y] + start_x; in FindFastKeypoints() 468 for (int img_x = start_x; img_x < end_x; ++img_x) { in FindFastKeypoints() 502 const uint8_t* curr_pixel_ptr = (*keypoint_scratch_)[img_y] + start_x; in FindFastKeypoints() 504 for (int img_x = start_x + 1; img_x < end_x - 1; ++img_x) { in FindFastKeypoints()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 102 float start_x = pCoords->GetNumberAt(0); in DrawAxialShading() local 119 float x_span = end_x - start_x; in DrawAxialShading() 135 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) / in DrawAxialShading() 170 float start_x = pCoords->GetNumberAt(0); in DrawRadialShading() local 190 const float dx = end_x - start_x; in DrawRadialShading() 210 float pos_dx = pos.x - start_x; in DrawRadialShading() 387 int start_x = std::max(min_x, 0); in DrawGouraud() local 393 pBitmap->GetBuffer() + y * pBitmap->GetPitch() + start_x * 4; in DrawGouraud() 397 float R = r[start_index] + (start_x - min_x) * r_unit; in DrawGouraud() 398 float G = g[start_index] + (start_x - min_x) * g_unit; in DrawGouraud() [all …]
|
/external/pdfium/public/ |
D | fpdfview.h | 760 int start_x, 796 int start_x, 892 int start_x, 929 int start_x,
|
D | fpdf_progressive.h | 79 int start_x,
|
/external/webp/src/enc/ |
D | predictor_enc.c | 307 const int start_x = tile_x << bits; in GetBestPredictorForTile() local 311 const int max_x = GetMin(tile_size, width - start_x); in GetBestPredictorForTile() 313 const int have_left = (start_x > 0); in GetBestPredictorForTile() 316 const int context_start_x = start_x - have_left; in GetBestPredictorForTile() 318 const int context_width = max_x + have_left + (max_x < width - start_x); in GetBestPredictorForTile() 379 start_x, start_x + max_x, y, max_quantization, exact, in GetBestPredictorForTile()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 3420 int start_x = 0; in verify() local 3428 start_x = 3; /* skip the corner */ in verify() 3443 start_x = single_rt_width - 2; /* middle segment */ in verify() 3446 end_x = start_x; in verify() 3458 start_x = 3; /* skip the corner */ in verify() 3473 start_x = 1; /* middle segment */ in verify() 3476 end_x = start_x; in verify() 3492 int dx = (end_x != start_x) ? 1 : 0; in verify() 3494 int n_pixels = (end_x - start_x) + (end_y - start_y); in verify() 3498 int cur_x = start_x + n_pixel * dx; in verify() [all …]
|