HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 76 - 100 of 459) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/util/
Hex.java 270 int col = 0; local
273 if (col == 0) {
283 } else if ((col & 1) == 0) {
289 col++;
290 if (col == bpl) {
292 col = 0;
297 if (col != 0) {
  /dalvik/dx/src/com/android/dx/util/
Hex.java 270 int col = 0; local
273 if (col == 0) {
283 } else if ((col & 1) == 0) {
289 col++;
290 if (col == bpl) {
292 col = 0;
297 if (col != 0) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
Hex.java 270 int col = 0; local
273 if (col == 0) {
283 } else if ((col & 1) == 0) {
289 col++;
290 if (col == bpl) {
292 col = 0;
297 if (col != 0) {
  /external/jpeg/
rdcolmap.c 174 unsigned int w, h, maxval, row, col; local
195 for (col = 0; col < w; col++) {
206 for (col = 0; col < w; col++) {
jddctmgr.c 41 extern void armv6_idct(short *coefs, int *quans, unsigned char **rows, int col);
214 * coefficients scaled by scalefactor[row]*scalefactor[col], where
270 * coefficients scaled by scalefactor[row]*scalefactor[col], where
275 int row, col; local
283 for (col = 0; col < DCTSIZE; col++) {
286 aanscalefactor[row] * aanscalefactor[col]);
rdrle.c 209 JDIMENSION col; local
219 for (col = cinfo->image_width; col > 0; col--) {
244 JDIMENSION row, col; local
295 for (col = 0; col < cinfo->image_width; col++) {
298 (colormap[GETJSAMPLE(rle_row[channel][col]) + 256 * channel] >> 8);
321 for (col = cinfo->image_width; col > 0; col--)
    [all...]
rdtarga.c 179 register JDIMENSION col; local
182 for (col = cinfo->image_width; col > 0; col--) {
196 register JDIMENSION col; local
200 for (col = cinfo->image_width; col > 0; col--) {
217 register JDIMENSION col; local
220 for (col = cinfo->image_width; col > 0; col--)
244 register JDIMENSION col; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdcolmap.c 174 unsigned int w, h, maxval, row, col; local
195 for (col = 0; col < w; col++) {
206 for (col = 0; col < w; col++) {
jddctmgr.c 41 extern void armv6_idct(short *coefs, int *quans, unsigned char **rows, int col);
214 * coefficients scaled by scalefactor[row]*scalefactor[col], where
270 * coefficients scaled by scalefactor[row]*scalefactor[col], where
275 int row, col; local
283 for (col = 0; col < DCTSIZE; col++) {
286 aanscalefactor[row] * aanscalefactor[col]);
rdrle.c 209 JDIMENSION col; local
219 for (col = cinfo->image_width; col > 0; col--) {
244 JDIMENSION row, col; local
295 for (col = 0; col < cinfo->image_width; col++) {
298 (colormap[GETJSAMPLE(rle_row[channel][col]) + 256 * channel] >> 8);
321 for (col = cinfo->image_width; col > 0; col--)
    [all...]
rdtarga.c 179 register JDIMENSION col; local
182 for (col = cinfo->image_width; col > 0; col--) {
196 register JDIMENSION col; local
200 for (col = cinfo->image_width; col > 0; col--) {
217 register JDIMENSION col; local
220 for (col = cinfo->image_width; col > 0; col--)
244 register JDIMENSION col; local
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Hex.java 282 int col = 0; local
285 if (col == 0) {
295 } else if ((col & 1) == 0) {
301 col++;
302 if (col == bpl) {
304 col = 0;
309 if (col != 0) {
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_matrix.c 107 if (!eina_matrixsparse_cell_idx_get(tm->matrix, t->row, t->col, &cell)) {
266 * @param col the column number.
278 Ewk_Tile *ewk_tile_matrix_tile_exact_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom)
283 t = eina_matrixsparse_data_idx_get(tm->matrix, row, col);
301 eina_matrixsparse_data_idx_replace(tm->matrix, row, col, inl, NULL);
316 * @param col the column number.
324 Eina_Bool ewk_tile_matrix_tile_exact_exists(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom)
328 t = eina_matrixsparse_data_idx_get(tm->matrix, row, col);
352 * @param col the column number.
361 Ewk_Tile *ewk_tile_matrix_tile_nearest_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, float zoom
632 unsigned long col, row; local
704 unsigned long row, col; local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactorySpiTest.java 93 Collection col = certFactorySpi local
95 assertNull("Not null Collection", col);
161 Collection col = certFactorySpi local
163 assertNull("Result must be null", col);
177 col = certFactorySpi.engineGenerateCRLs(dis);
178 assertNull("Result must be null", col);
231 Collection col = certFactorySpi local
233 assertNull("Result must be null", col);
247 col = certFactorySpi.engineGenerateCRLs(dis);
248 assertNull("Result must be null", col);
    [all...]
  /external/libvpx/vp8/common/
reconinter.c 145 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
147 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
148 sppf(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
152 ptr_base += d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
178 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
180 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
182 x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
197 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
199 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
201 x->subpixel_predict8x4(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch)
    [all...]
postproc.c 142 int col; local
155 for (col = 0; col < cols; col++)
159 int v = p_src[col];
163 if (abs(v - p_src[col+i*pitch]) > flimit)
166 kernel += kernel5[2+i] * p_src[col+i*pitch];
171 p_dst[col] = v;
181 for (col = 0; col < cols; col++
    [all...]
  /dalvik/opcode-gen/
opcode-gen.awk 182 col = 1;
185 col = colPrint(value, (i == MAX_PACKED_OPCODE), col, 16, 2, " ");
201 col = 1;
204 col = colPrint(value, (i == MAX_PACKED_OPCODE), col, 7, 9, " ");
211 col = 1;
214 col = colPrint(value, (i == MAX_PACKED_OPCODE), col, 3, 19, " ");
236 function colPrint(value, isLast, col, numCols, colWidth, linePrefix)
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 291 UCollator *col, *ruled; local
314 col = ucol_open("en_US", &status);
320 ucol_getVersion(col, versionArray);
334 ucol_getUCAVersion(col, versionUCAArray);
347 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < abc comparison failed");
352 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < AB comparison failed");
358 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
362 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS),
367 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
374 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength")
586 UCollator *col; local
679 UCollator * col; local
835 UCollator * col = ucol_open("en_US", &err); local
1083 UCollator *col; local
1227 UCollator *col; local
1282 UCollator *col; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 49 vector<char *> col; local
50 SplitToVector(line, "\n\t ", &col, true);
51 if (col.size() == 0) // empty line
53 if (col.size() != 2) {
58 const char *symbol = col[0];
59 const char *value = col[1];
  /frameworks/av/cmds/stagefright/
jpeg.cpp 76 for (int col = 0; col < width; col++) {
  /external/icu4c/test/intltest/
canittst.h 45 UnicodeString collectionToString(Hashtable *col);
46 //static UnicodeString collectionToString(Collection col);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTableCell.cpp 137 columnRange.first = renderCell->col();
158 int col = renderCell->col(); local
159 if (!col)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.c 270 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);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayLog.java 267 TableColumn col = TableHelper.createTableColumn( local
270 col.addControlListener(new ControlAdapter() {
280 col = TableHelper.createTableColumn(
283 col.addControlListener(new ControlAdapter() {
293 col = TableHelper.createTableColumn(
296 col.addControlListener(new ControlAdapter() {
306 col = TableHelper.createTableColumn(
309 col.addControlListener(new ControlAdapter() {
319 col = TableHelper.createTableColumn(
322 col.addControlListener(new ControlAdapter()
365 TableColumn col = mLogTable.getColumn(index); local
    [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 177 mv->col = (short)(read_mvcomponent(r, ++mvc) << 1);
365 mv->col += best_mv.col;
392 mbmi->need_to_clamp_mvs |= (mv->col < mb_to_left_edge) ? 1 : 0;
393 mbmi->need_to_clamp_mvs |= (mv->col > mb_to_right_edge) ? 1 : 0;
424 mv->col = (mv->col < mb_to_left_edge) ? mb_to_left_edge : mv->col;
425 mv->col = (mv->col > mb_to_right_edge) ? mb_to_right_edge : mv->col
    [all...]

Completed in 1394 milliseconds

1 2 34 5 6 7 8 91011>>