Searched defs:col (Results 1 - 18 of 18) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp71 unsigned int col = getOrdinate(pOld); local
81 action = link_action[row][col];
222 col = getOrdinate(*old);
/frameworks/rs/
H A DrsMatrix2x2.h28 inline float get(uint32_t row, uint32_t col) const {
29 return m[row*2 + col];
32 inline void set(uint32_t row, uint32_t col, float v) { argument
33 m[row*2 + col] = v;
H A DrsMatrix3x3.h28 inline float get(uint32_t row, uint32_t col) const {
29 return m[row*3 + col];
32 inline void set(uint32_t row, uint32_t col, float v) { argument
33 m[row*3 + col] = v;
H A DrsMatrix4x4.h28 float get(uint32_t row, uint32_t col) const {
29 return m[row*4 + col];
32 void set(uint32_t row, uint32_t col, float v) { argument
33 m[row*4 + col] = v;
/frameworks/compile/libbcc/lib/ScriptCRT/
H A Drs_core.c78 rsMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v) { argument
79 m->m[row * 4 + col] = v;
83 rsMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col) { argument
84 return m->m[row * 4 + col];
88 rsMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v) { argument
89 m->m[row * 3 + col] = v;
93 rsMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col) { argument
94 return m->m[row * 3 + col];
98 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v) { argument
99 m->m[row * 2 + col]
103 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_neighbour.c133 u32 i, row, col; local
142 row = col = 0;
147 if (col)
157 if (row && (col < picWidth - 1))
162 if (row && col)
167 col++;
168 if (col == picWidth)
170 col = 0;
H A Dh264bsd_transform.c101 u32 row,col; local
170 for (col = 4; col--; data++)
258 u32 row,col; local
306 for (col = 4; col--; data++)
322 for (col = 4; col--; data++)
H A Dh264bsd_util.c270 u32 row, col; local
276 col = mbNum % width;
281 image->luma = (u8*)(image->data + col * 16 + tmp * 256);
282 image->cb = (u8*)(image->data + picSize * 256 + tmp * 64 + col * 8);
H A Dh264bsd_conceal.c55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col,
129 u32 row, col; local
158 i = row = col = 0;
163 col++;
164 if (col == width)
167 col = 0;
192 for (j = col; j--;)
198 for (j = col + 1; j < width; j++)
249 macroblock in the picture indicated by row and col
253 u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, argument
590 u32 col; local
[all...]
H A Dh264bsd_image.c182 u32 row, col; local
200 col = mbNum % picWidth;
203 lum = (image->data + row * picWidth * 256 + col * 16);
204 cb = (image->data + picSize * 256 + row * picWidth * 64 + col * 8);
H A Dh264bsd_inter_prediction.c222 /*set col to bits 31:16 */
368 u32 row, col; local
379 col = mbNum - row * currImage->width;
381 col *= 16;
393 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0,
401 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0,
404 h264bsdPredictSamples(data, pMb->mv+8, &refImage, col, row, 0, 8,
412 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0,
415 h264bsdPredictSamples(data, pMb->mv+4, &refImage, col, row, 8, 0,
433 col, ro
[all...]
H A Dh264bsd_intra_prediction.c548 u32 row, col; local
563 col = mbNum - row * width;
566 ptr = image->data + row * 16 * width + col * 16;
570 * sample above-left if col is zero. However, usage of pels in prediction
580 if (col)
588 ptr = image->data + picSize * 256 + row * 8 * width + col * 8;
600 if (col)
/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java63 public void setSelectedRowColumn(int row, int col) { argument
65 mColumn = col;
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java686 int col = cursor.getColumnIndex(columnName);
687 return getStringOrNull(cursor, col);
690 private static String getStringOrNull(Cursor cursor, int col) { argument
691 if (col == INVALID_INDEX) {
695 return cursor.getString(col);
H A DGridLayout.java666 private static void setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) { argument
668 lp.setColumnSpecSpan(new Interval(col, col + colSpan));
711 // Find suitable row/col values when at least one is undefined.
1343 // its just to stop default (row/col > 0) constraints obliterating valid entries
1440 // Add ordering constraints to prevent row/col sizes from going negative
1442 // Add a constraint for every row/col
1643 // values are positive. One value is therefore zero - though if the row/col
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp1719 Int row, col, i; local
1732 col = B_SIZE;
1733 while (col)
1741 col -= 4;
1743 col = B_SIZE;
1744 while (col)
1752 col -= 4;
1767 Int row, col; local
1774 col = B_SIZE;
1775 while (col)
1797 Int row, col, i; local
1865 Int row, col; local
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp811 uint32_t colors[256], col; local
865 col = (uint32_t) ((rr << 24) | (gg << 16) | (bb << 8) | aa);
868 if (colors[idx] == col) {
883 colors[num_colors++] = col;
942 col = colors[idx];
943 rgbPalette[idx].red = (png_byte) ((col >> 24) & 0xff);
944 rgbPalette[idx].green = (png_byte) ((col >> 16) & 0xff);
945 rgbPalette[idx].blue = (png_byte) ((col >> 8) & 0xff);
946 alphaPalette[idx] = (png_byte) (col & 0xff);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java646 private static void setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) { argument
648 lp.setColumnSpecSpan(new Interval(col, col + colSpan));
691 // Find suitable row/col values when at least one is undefined.
1265 // its just to stop default (row/col > 0) constraints obliterating valid entries
1361 // Add ordering constraints to prevent row/col sizes from going negative
1363 // Add a constraint for every row/col
1578 // values are positive. One value is therefore zero - though if the row/col

Completed in 9552 milliseconds