Searched refs:rows (Results 1 - 25 of 989) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webp/src/dec/
H A Dvp8l.c437 // Emit scaled rows.
459 // Emit rows without any scaling.
471 return mb_h; // Num rows out == num rows in.
636 const uint32_t* const rows) {
641 const uint32_t* rows_in = rows;
656 const uint8_t* const rows) {
659 const uint8_t* rows_in = rows;
668 // Processes (transforms, scales & color-converts) the rows decoded after the
671 const uint32_t* const rows local
635 ApplyInverseTransforms(VP8LDecoder* const dec, int num_rows, const uint32_t* const rows) argument
655 ApplyInverseTransformsAlpha(VP8LDecoder* const dec, int num_rows, const uint8_t* const rows) argument
[all...]
/external/webp/src/dsp/
H A Ddec_neon.c398 // to the corresponding rows of 'dst'.
999 static WEBP_INLINE void TransformPass(int16x8x2_t* const rows) { argument
1000 // {rows} = in0 | in4
1004 vcombine_s16(vget_high_s16(rows->val[0]), vget_high_s16(rows->val[1]));
1009 const int16x4_t a = vqadd_s16(vget_low_s16(rows->val[0]),
1010 vget_low_s16(rows->val[1])); // in0 + in8
1011 const int16x4_t b = vqsub_s16(vget_low_s16(rows->val[0]),
1012 vget_low_s16(rows->val[1])); // in0 - in8
1022 Transpose8x2(E0, E1, rows);
1026 int16x8x2_t rows; local
[all...]
H A Denc_neon.c45 // to the corresponding rows of 'dst'.
93 static WEBP_INLINE void TransformPass(int16x8x2_t* const rows) { argument
94 // {rows} = in0 | in4
98 vcombine_s16(vget_high_s16(rows->val[0]), vget_high_s16(rows->val[1]));
103 const int16x4_t a = vqadd_s16(vget_low_s16(rows->val[0]),
104 vget_low_s16(rows->val[1])); // in0 + in8
105 const int16x4_t b = vqsub_s16(vget_low_s16(rows->val[0]),
106 vget_low_s16(rows->val[1])); // in0 - in8
116 Transpose8x2(E0, E1, rows);
121 int16x8x2_t rows; local
565 DistoTranspose4x4(const int32x4x4_t rows) argument
599 DistoVerticalPass(const int32x4x4_t rows) argument
[all...]
H A Dneon.h50 static WEBP_INLINE int32x4x4_t Transpose4x4(const int32x4x4_t rows) { argument
53 row01.val[0] = vreinterpretq_u64_s32(rows.val[0]);
54 row01.val[1] = vreinterpretq_u64_s32(rows.val[1]);
55 row23.val[0] = vreinterpretq_u64_s32(rows.val[2]);
56 row23.val[1] = vreinterpretq_u64_s32(rows.val[3]);
/external/valgrind/main/drd/tests/
H A Dmatinv.c35 int rows; member in struct:gj_threadinfo
53 /** Allocate memory for a matrix with the specified number of rows and
56 static elem_t* new_matrix(const int rows, const int cols) argument
58 assert(rows > 0);
60 return malloc(rows * cols * sizeof(elem_t));
70 static void init_matrix(elem_t* const a, const int rows, const int cols) argument
73 for (i = 0; i < rows; i++)
75 for (j = 0; j < rows; j++)
84 const elem_t* const a, const int rows, const int cols)
88 for (i = 0; i < rows;
83 print_matrix(const char* const label, const elem_t* const a, const int rows, const int cols) argument
174 const int rows = p->rows; local
223 gj(elem_t* const a, const int rows, const int cols) argument
[all...]
H A Domp_matinv.c41 /** Allocate memory for a matrix with the specified number of rows and
44 static elem_t* new_matrix(const int rows, const int cols) argument
46 assert(rows > 0);
48 return malloc(rows * cols * sizeof(elem_t));
58 static void init_matrix(elem_t* const a, const int rows, const int cols) argument
61 for (i = 0; i < rows; i++)
63 for (j = 0; j < rows; j++)
72 const elem_t* const a, const int rows, const int cols)
76 for (i = 0; i < rows; i++)
154 * has at least as many columns as rows, th
71 print_matrix(const char* const label, const elem_t* const a, const int rows, const int cols) argument
158 gj(elem_t* const a, const int rows, const int cols) argument
[all...]
/external/valgrind/main/massif/
H A Dms_print72 --y=<4..1000> graph height, in rows [20]
H A Dms_print.in72 --y=<4..1000> graph height, in rows [20]
/external/skia/samplecode/
H A DSampleWarp.cpp216 void init(const SkRect& bounds, int rows, int cols,
221 int rows() const { return fRows; } function in class:Mesh
268 void Mesh::init(const SkRect& bounds, int rows, int cols, argument
270 SkASSERT(rows > 0 && cols > 0);
273 fRows = rows;
277 fCount = (rows + 1) * (cols + 1);
282 fIndexCount = rows * cols * 6;
286 const SkScalar dx = bounds.width() / rows;
289 const SkScalar dtx = texture.width() / rows;
294 for (int x = 0; x <= rows;
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1272 glyph->fHeight = SkToU16(fFace->glyph->bitmap.rows);
H A DSkFontHost_FreeType_common.cpp86 SkASSERT(mask.fBounds.height() == bitmap.rows);
139 SkASSERT(3 * mask.fBounds.height() == bitmap.rows);
181 SkASSERT(dstMask.fBounds.height() == srcFTBitmap.rows);
194 const size_t height = srcFTBitmap.rows;
379 target.rows = glyph.fHeight;
415 glyph.fHeight == face->glyph->bitmap.rows &&
430 face->glyph->bitmap.rows,
464 SkIntToScalar(glyph.fHeight) / SkIntToScalar(face->glyph->bitmap.rows));
/external/skia/src/utils/
H A DSkBoundaryPatch.cpp44 bool SkBoundaryPatch::evalPatch(SkPoint verts[], int rows, int cols) { argument
45 if (rows < 2 || cols < 2) {
49 const SkScalar invR = SkScalarInvert(SkIntToScalar(rows - 1));
54 for (int x = 0; x < rows; x++) {
H A DSkMeshUtils.cpp21 int texW, int texH, int rows, int cols) {
22 if (rows < 2 || cols < 2) {
34 fTexCount = rows * cols;
35 rows -= 1;
37 fIndexCount = rows * cols * 6;
54 for (int x = 0; x < rows; x++) {
56 *idx++ = index + rows + 1;
60 *idx++ = index + rows + 1;
61 *idx++ = index + rows + 2;
72 const SkScalar dx = SkIntToScalar(texW) / rows;
20 init(SkPoint tex[], uint16_t indices[], int texW, int texH, int rows, int cols) argument
88 Draw(SkCanvas* canvas, const SkBitmap& bitmap, int rows, int cols, const SkPoint verts[], const SkColor colors[], const SkPaint& paint) argument
[all...]
/external/skia/tools/bug_chomper/res/third_party/
H A Djquery.tablednd.js2 * TableDnD plug-in for JQuery, allows you to drag and drop table rows
25 * and the row that was dropped. You can work out the new order of the rows by using
26 * table.rows.
41 * Add class="nodrop" to any rows for which you don't want to allow dropping, and class="nodrag" to any rows
46 * an ID as must all the rows.
86 // Now make the rows draggable
100 /** This function makes all the rows on the table draggable apart from those marked as "NoDrag" */
102 // Now initialise the rows
103 var rows
298 var rows = jQuery.tableDnD.currentTable.rows; variable
[all...]
/external/smack/src/org/jivesoftware/smackx/
H A DReportedData.java34 * in columns and rows.
41 private List<Row> rows = new ArrayList<Row>(); field in class:ReportedData
77 // Add the rows to the report based on the form's items
91 rows.add(new Row(fieldList));
108 rows.add(row);
121 * Returns an Iterator for the rows returned from a search.
123 * @return an Iterator for the rows returned from a search.
126 return Collections.unmodifiableList(new ArrayList<Row>(rows)).iterator();
/external/skia/experimental/webtry/res/js/
H A Dwebtry.js153 editor.defaultTextHeight() * code.rows);
/external/skia/include/utils/
H A DSkBoundaryPatch.h41 bool evalPatch(SkPoint verts[], int rows, int cols);
H A DSkMeshUtils.h23 bool init(int texW, int texH, int rows, int cols) { argument
24 return this->init(NULL, NULL, texW, texH, rows, cols);
28 int texW, int texH, int rows, int cols);
45 static void Draw(SkCanvas*, const SkBitmap&, int rows, int cols,
/external/replicaisland/src/com/replica/replicaisland/
H A DTiledWorld.java35 public TiledWorld(int cols, int rows) { argument
37 mTilesArray = new int[cols][rows];
38 mRowCount = rows;
42 for (int y = 0; y < rows; y++) {
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAbstractCursor.java25 protected Map<Integer, Map<String, Object>> rows = new HashMap<Integer, Map<String, Object>>(); field in class:ShadowAbstractCursor
76 currentRow = rows.get(currentRowNumber);
H A DShadowSQLiteCursor.java177 rows = null;
230 //Robolectric will have to cache the results too. In the rows map.
237 rows.put(count, row);
252 //Cache all rows. Caching rows should be thought of as a simple replacement for ShadowCursorWindow
/external/qemu/distrib/jpeg-6b/
H A Djddctmgr.c41 extern void armv6_idct(short *coefs, int *quans, unsigned char **rows, int col);

Completed in 2065 milliseconds

1234567891011>>