/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_gdal.cpp | 219 const int& row, in write_pixel() 262 if( image.depth() == CV_8U ){ image.at<Vec3b>(row,col)[channel] = newValue; } in write_pixel() local 263 else if( image.depth() == CV_16U ){ image.at<Vec3s>(row,col)[channel] = newValue; } in write_pixel() local 264 else if( image.depth() == CV_16S ){ image.at<Vec3s>(row,col)[channel] = newValue; } in write_pixel() local 265 else if( image.depth() == CV_32S ){ image.at<Vec3i>(row,col)[channel] = newValue; } in write_pixel() local 266 else if( image.depth() == CV_32F ){ image.at<Vec3f>(row,col)[channel] = newValue; } in write_pixel() local 267 else if( image.depth() == CV_64F ){ image.at<Vec3d>(row,col)[channel] = newValue; } in write_pixel() local 274 …else if( image.depth() == CV_8U && channel < 4 ){ image.at<Vec3b>(row,col)[channel] = newValue;… in write_pixel() local 275 …else if( image.depth() == CV_16U && channel < 4 ){ image.at<Vec3s>(row,col)[channel] = newValue; … in write_pixel() local 276 …else if( image.depth() == CV_16S && channel < 4 ){ image.at<Vec3s>(row,col)[channel] = newValue; … in write_pixel() local [all …]
|
/external/ceres-solver/internal/ceres/ |
D | visibility_test.cc | 66 CompressedRow& row = bs.rows.back(); in TEST() local 76 CompressedRow& row = bs.rows.back(); in TEST() local 86 CompressedRow& row = bs.rows.back(); in TEST() local 96 CompressedRow& row = bs.rows.back(); in TEST() local 146 CompressedRow& row = bs.rows.back(); in TEST() local 155 CompressedRow& row = bs.rows.back(); in TEST() local 164 CompressedRow& row = bs.rows.back(); in TEST() local 173 CompressedRow& row = bs.rows.back(); in TEST() local
|
D | linear_least_squares_problems.cc | 312 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 325 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 338 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 351 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 364 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 378 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 444 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local 454 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local 464 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local 474 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local [all …]
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | DataTable.java | 47 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick); in onRowClicked() 64 public Widget createWidget(int row, int cell, JSONObject rowObject); in createWidget() 108 protected void setRowStyle(int row) { in setRowStyle() 141 protected void preprocessRow(JSONObject row) {} in preprocessRow() 143 protected String[] getRowText(JSONObject row) { in getRowText() 165 int row = table.getRowCount(); in addRowFromData() local 189 public void addRow(JSONObject row) { in addRow() 239 public void highlightRow(int row) { in highlightRow() 244 public void unhighlightRow(int row) { in unhighlightRow() 269 int row = tableCell.getRowIndex(); in onCellClicked() local [all …]
|
D | FragmentedTable.java | 23 public Element getElement(int row, int column) { in getElement() 33 private native Element getCellElement(Element tbody, int row, int col) /*-{ in getCellElement() 70 private int getRowWithinFragment(int row) { in getRowWithinFragment() 74 private int getFragmentIndex(int row) { in getFragmentIndex() 89 int row = fragmentIndex * rowsPerFragment + rowWithinFragment; in getCellPosition() local 121 public int getCellCount(int row) { in getCellCount() 135 private native int getCellCount(Element tbody, int row) /*-{ in getCellCount()
|
/external/libhevc/common/ |
D | ihevc_padding.c | 95 WORD32 row; in ihevc_pad_vert() local 149 WORD32 row; in ihevc_pad_horz_chroma() local 216 WORD32 row; in ihevc_pad_horz_luma() local 273 WORD32 row; in ihevc_pad_top() local 327 WORD32 row; in ihevc_pad_bottom() local 382 WORD32 row; in ihevc_pad_left_luma() local 438 WORD32 row; in ihevc_pad_left_chroma() local 503 WORD32 row; in ihevc_pad_right_luma() local 559 WORD32 row; in ihevc_pad_right_chroma() local
|
D | ihevc_inter_pred_filters.c | 116 WORD32 row, col; in ihevc_inter_pred_luma_copy() local 178 WORD32 row, col, i; in ihevc_inter_pred_luma_horz() local 251 WORD32 row, col, i; in ihevc_inter_pred_luma_vert() local 324 WORD32 row, col; in ihevc_inter_pred_luma_copy_w16out() local 390 WORD32 row, col, i; in ihevc_inter_pred_luma_horz_w16out() local 461 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16out() local 531 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp() local 606 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp_w16out() local 678 WORD32 row, col; in ihevc_inter_pred_chroma_copy() local 743 WORD32 row, col, i; in ihevc_inter_pred_chroma_horz() local [all …]
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DefaultPlacement.cpp | 49 FX_BOOL CBC_DefaultPlacement::getBit(int32_t col, int32_t row) { in getBit() 52 void CBC_DefaultPlacement::setBit(int32_t col, int32_t row, FX_BOOL bit) { in setBit() 55 FX_BOOL CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { in hasBit() 60 int32_t row = 4; in place() local 99 void CBC_DefaultPlacement::module(int32_t row, in module() 115 void CBC_DefaultPlacement::utah(int32_t row, int32_t col, int32_t pos) { in utah()
|
/external/libavc/common/ |
D | ih264_padding.c | 95 WORD32 row; in ih264_pad_top() local 136 WORD32 row; in ih264_pad_bottom() local 175 WORD32 row; in ih264_pad_left_luma() local 218 WORD32 row, col; in ih264_pad_left_chroma() local 271 WORD32 row; in ih264_pad_right_luma() local 312 WORD32 row, col; in ih264_pad_right_chroma() local
|
D | ih264_inter_pred_filters.c | 119 WORD32 row, col; in ih264_inter_pred_luma_copy() local 177 WORD32 row, col; in ih264_interleave_copy() local 236 WORD32 row, col; in ih264_inter_pred_luma_horz() local 306 WORD32 row, col; in ih264_inter_pred_luma_vert() local 375 WORD32 row, col; in ih264_inter_pred_luma_horz_hpel_vert_hpel() local 460 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel() local 536 WORD32 row, col; in ih264_inter_pred_luma_vert_qpel() local 619 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local 720 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel_vert_hpel() local 836 WORD32 row, col; in ih264_inter_pred_luma_horz_hpel_vert_qpel() local [all …]
|
/external/opencv3/modules/imgproc/test/ |
D | test_cvtyuv.cpp | 59 virtual void write(Mat& gray, int row, int col, const uchar& val) in write() 86 void write(Mat& rgb, int row, int col, const RGB& val) in write() 96 void write(Mat& rgb, int row, int col, const RGB& val) in write() 107 void write(Mat& rgb, int row, int col, const RGB& val) in write() 118 void write(Mat& rgb, int row, int col, const RGB& val) in write() 135 void write(Mat& yuv, int row, int col, const YUV& val) in write() 139 yuv.ptr<uchar>(row)[col] = val[0]; in write() local 150 void write(Mat& yuv, int row, int col, const YUV& val) in write() 154 yuv.ptr<uchar>(row)[col] = val[0]; in write() local 178 YUV read(const Mat& yuv, int row, int col) in read() [all …]
|
/external/eigen/bench/btl/generic_bench/init/ |
D | init_matrix.hh | 28 BTL_DONT_INLINE void init_row(Vector & X, int size, int row){ in init_row() 45 for (int row=0; row<A.size() ; row++){ in init_matrix() local 53 for (int row=0; row<A.size() ; row++) in init_matrix_symm() local 55 for (int row=0; row<A.size() ; row++){ in init_matrix_symm() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | OpenMapRealMatrix.java | 111 final int row = iterator.key() / columns; in add() local 146 final int row = iterator.key() / columns; in subtract() local 226 public double getEntry(int row, int column) throws MatrixIndexException { in getEntry() 240 public void setEntry(int row, int column, double value) in setEntry() 253 public void addToEntry(int row, int column, double increment) in addToEntry() 268 public void multiplyEntry(int row, int column, double factor) in multiplyEntry() 287 private int computeKey(int row, int column) { in computeKey()
|
D | FieldMatrix.java | 207 void setSubMatrix(T[][] subMatrix, int row, int column) in setSubMatrix() 218 FieldMatrix<T> getRowMatrix(int row) throws MatrixIndexException; in getRowMatrix() 231 void setRowMatrix(int row, FieldMatrix<T> matrix) in setRowMatrix() 266 FieldVector<T> getRowVector(int row) throws MatrixIndexException; in getRowVector() 279 void setRowVector(int row, FieldVector<T> vector) in setRowVector() 315 T[] getRow(int row) throws MatrixIndexException; in getRow() 327 void setRow(int row, T[] array) in setRow() 370 T getEntry(int row, int column) throws MatrixIndexException; in getEntry() 388 void setEntry(int row, int column, T value) throws MatrixIndexException; in setEntry() 406 void addToEntry(int row, int column, T increment) throws MatrixIndexException; in addToEntry() [all …]
|
D | SparseFieldMatrix.java | 104 public void addToEntry(int row, int column, T increment) in addToEntry() 139 public T getEntry(int row, int column) throws MatrixIndexException { in getEntry() 153 public void multiplyEntry(int row, int column, T factor) in multiplyEntry() 169 public void setEntry(int row, int column, T value) in setEntry() 186 private int computeKey(int row, int column) { in computeKey()
|
D | RealMatrix.java | 214 void setSubMatrix(double[][] subMatrix, int row, int column) in setSubMatrix() 225 RealMatrix getRowMatrix(int row) throws MatrixIndexException; in getRowMatrix() 238 void setRowMatrix(int row, RealMatrix matrix) in setRowMatrix() 273 RealVector getRowVector(int row) throws MatrixIndexException; in getRowVector() 286 void setRowVector(int row, RealVector vector) in setRowVector() 322 double[] getRow(int row) throws MatrixIndexException; in getRow() 334 void setRow(int row, double[] array) in setRow() 377 double getEntry(int row, int column) throws MatrixIndexException; in getEntry() 395 void setEntry(int row, int column, double value) throws MatrixIndexException; in setEntry() 413 void addToEntry(int row, int column, double increment) throws MatrixIndexException; in addToEntry() [all …]
|
/external/skia/src/gpu/effects/ |
D | GrTextureStripAtlas.cpp | 103 AtlasRow* row = fKeyTable[index]; in lockRow() local 118 AtlasRow* row = this->getLRU(); in lockRow() local 172 void GrTextureStripAtlas::unlockRow(int row) { in unlockRow() 188 AtlasRow* row = fLRUFront; in getLRU() local 239 void GrTextureStripAtlas::appendLRU(AtlasRow* row) { in appendLRU() 251 void GrTextureStripAtlas::removeFromLRU(AtlasRow* row) { in removeFromLRU()
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_main.cpp | 125 for (int row = 0; row < pSrc->GetHeight(); row++) { in Copy() local 174 for (int row = rect.top; row < rect.bottom; row++) { in Clone() local 187 for (int row = rect.top; row < rect.bottom; row++) { in Clone() local 314 for (int row = 1; row < m_Height; row++) { in Clear() local 326 for (int row = 1; row < m_Height; row++) { in Clear() local 392 for (int row = 0; row < height; row++) { in TransferBitmap() local 408 for (int row = 0; row < height; row++) { in TransferBitmap() local 485 for (int row = 0; row < height; row++) { in TransferMask() local 511 for (int row = 0; row < height; row++) { in TransferMask() local 590 for (int row = rect.top; row < rect.bottom; row++) { in GetAlphaMask() local [all …]
|
/external/deqp/framework/common/ |
D | tcuMatrix.hpp | 68 inline const T& operator() (int row, int col) const { return m_data[col][row]; } in operator ()() 69 inline T& operator() (int row, int col) { return m_data[col][row]; } in operator ()() 314 for (int row = 0; row < Rows; row++) in Matrix() local 323 for (int row = 0; row < Rows; row++) in Matrix() local 332 for (int row = 0; row < Rows; row++) in Matrix() local 342 for (int row = 0; row < Rows; row++) in Matrix() local 364 for (int row = 0; row < Rows; row++) in operator =() local 418 for (int row = 0; row < Rows; row++) in getColumnMajorData() local 428 for (int row = 0; row < Rows; row++) in getRowMajorData() local 440 for (int row = 0; row < Rows0; row++) in operator *() local [all …]
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | aligned_array.h | 50 T* Row(size_t row) { in Row() 55 const T* Row(size_t row) const { in Row() 60 T& At(size_t row, size_t col) { in At() 65 const T& At(size_t row, size_t col) const { in At()
|
/external/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff() 55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } in coeffRef() 60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) in copyCoeff() 95 void check_coordinates(Index row, Index col) const in check_coordinates() 109 void check_coordinates_internal(Index row, Index col) const in check_coordinates_internal()
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | add-free.php | 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable 26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fe… variable 33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch(); variable
|
/external/opencv3/samples/cpp/ |
D | intelperc_capture.cpp | 169 for (int row = y; row < min(y + pointSize, image.rows); row++) in imshowImage() local 188 for (int row = 0; row < ir.rows; row++) in imshowIR() local 202 …for (int row = g_closedDepthPoint[0]; row < min(g_closedDepthPoint[0] + pointSize, image.rows); ro… in imshowIR() local 214 for (int row = 0; row < ir.rows; row++) in imshowIR() local 236 for (int row = 0; row < depth.rows; row++) in imshowDepth() local 259 …for (int row = g_closedDepthPoint[0]; row < min(g_closedDepthPoint[0] + pointSize, image.rows); ro… in imshowDepth() local 271 for (int row = 0; row < depth.rows; row++) in imshowDepth() local
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 47 inline Index row() const { return IsRowMajor ? m_outer : this->index(); } in row() function 61 inline const Scalar coeff(int row, int col) const in coeff() 111 inline Index row() const { return IsRowMajor ? m_outer : this->index(); } in row() function 122 inline Index row() const { return IsRowMajor ? m_outer : this->index(); } in row() function 240 inline Scalar& coeffRef(int row, int col) in coeffRef() 245 inline const Scalar coeff(int row, int col) const in coeff() 297 inline Index row() const { return IsRowMajor ? m_outer : this->index(); } in row() function 308 inline Index row() const { return IsRowMajor ? m_outer : this->index(); } in row() function 342 inline const Scalar coeff(int row, int col) const in coeff() 447 inline Scalar& coeffRef(int row, int col) in coeffRef() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 333 GLint img, row; in _mesa_make_temp_float_image() local 444 GLint img, row; in make_temp_uint_image() local 570 GLint img, row; in _mesa_make_temp_ubyte_image() local 904 GLint img, row; in _mesa_swizzle_ubyte_image() local 956 GLint img, row; in memcpy_texture() local 1040 GLint img, row; in _mesa_texstore_z32() local 1070 GLint img, row; in _mesa_texstore_x8_z24() local 1100 GLint img, row; in _mesa_texstore_z24_x8() local 1147 GLint img, row; in _mesa_texstore_z16() local 1199 GLint row, col; in _mesa_texstore_rgb565() local [all …]
|