Searched refs:row (Results 1 - 25 of 1435) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... y com.google.zxing.common.BitArray row public com.google.zxing.common.BitMatrix ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DPlanarYUVLuminanceSource.java60 public byte[] getRow(int y, byte[] row) { argument
62 throw new IllegalArgumentException("Requested row is outside the image: " + y);
65 if (row == null || row.length < width) {
66 row = new byte[width];
69 System.arraycopy(yuvData, offset, row, 0, width);
70 return row;
94 // Otherwise copy one cropped row at a time.
/external/zlib/src/
H A Dcrc32.c361 unsigned long row; local
371 row = 1;
373 odd[n] = row;
374 row <<= 1;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c151 int row; local
203 /* fill middle row of correlation surface */
339 row = peak / (PITCH_LAG_SPAN2+4);
340 lags1[k] = (double) ((peak - row * (PITCH_LAG_SPAN2+4)) + PITCH_MIN_LAG/2 - 4);
341 lags2[k] = (double) (lags1[k] + PITCH_BW - row);
434 row = max_ind / (PITCH_LAG_SPAN2+4);
435 lags1[0] = (double) ((max_ind - row * (PITCH_LAG_SPAN2+4)) + PITCH_MIN_LAG/2 - 4);
436 lags2[0] = (double) (lags1[0] + PITCH_BW - row);
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest.cc48 int row = 0; local
65 EXPECT_EQ(str, it->second.values[row]);
66 if (str != it->second.values[row])
69 ++row;
92 // header or a cell of a row.
/external/wpa_supplicant_8/hs20/server/www/
H A Dadd-free.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
18 if ($row == false) {
22 $uri = $row['redirect_uri'];
23 $rowid = $row['rowid'];
24 $realm = $row['realm'];
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); variable
27 if (!$row || strlen($row['value']) == 0) {
31 $user = $row['value'];
33 $row variable
[all...]
H A Dadd-mo.php28 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
29 if ($row == false) {
32 $realm = $row['realm'];
42 $uri = $row['redirect_uri'];
43 $rowid = $row['rowid'];
H A Dcert-enroll.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
18 if ($row == false) {
22 $uri = $row['redirect_uri'];
23 $rowid = $row['rowid'];
24 $realm = $row['realm'];
H A Dest.php47 $row = $q->fetch(); variable
48 if (!$row) {
52 $rowid = $row['rowid'];
54 $oper = $row['operation'];
59 $pw = $row['password'];
H A Dredirect.php15 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
16 if ($row == false) {
20 $uri = $row['redirect_uri'];
24 $user = $row['user'];
25 $realm = $row['realm'];
H A Dsignup.php18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch(); variable
19 if ($row == false) {
22 $realm = $row['realm'];
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); variable
27 if ($row && strlen($row['value']) > 0) {
H A Dspp.php53 $row = $db->query("SELECT password FROM users " . variable
55 if (!$row) {
56 $row = $db->query("SELECT osu_password FROM users " . variable
58 $pw = $row['osu_password'];
60 $pw = $row['password'];
61 if (!$row) {
H A Dusers.php22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch(); variable
23 $dump = $row['dump'];
41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch(); variable
44 echo $row[$mo];
49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch(); variable
51 echo $row['cert_pem'];
128 $row = $db->query("SELECT rowid,* FROM users WHERE rowid=$id")->fetch(); variable
130 echo "<H3>" . $row['identity'] . "@" . $row['realm'] . "</H3>\n";
133 if (strlen($row['devinf
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp34 if (index.row() >= timeList.size())
36 return timeList.at(index.row());
38 if (index.row() >= msgList.size())
40 return msgList.at(index.row());
H A Dpeers.cpp438 model.removeRow(lst[i].row());
568 model.removeRow(lst[0].row());
889 model.removeRow(lst[i].row());
1001 model.removeRow(lst[i].row());
1080 model.removeRow(item->row());
1163 model.removeRow(lst[i].row());
1581 model.removeRow(lst[i].row());
1783 model.removeRow(lst[0].row());
1835 model.removeRow(ctx_item->row());
1865 model.removeRow(ctx_item->row());
[all...]
/external/webp/examples/
H A Ddwebp.c188 png_bytep row = rgb + y * stride; local
189 png_write_rows(png, &row, 1);
/external/webp/src/dec/
H A Dalpha.c85 // starting from row number 'row'. It assumes that rows up to (row - 1) have
88 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { argument
95 const size_t offset = row * width;
102 if (!VP8LDecodeAlphaImageStream(alph_dec, row + num_rows)) {
108 unfilter_func(width, height, width, row, num_rows, output);
111 if (row + num_rows == dec->pic_hdr_.height_) {
121 int row, int num_rows) {
125 if (row <
120 VP8DecompressAlphaRows(VP8Decoder* const dec, int row, int num_rows) argument
[all...]
H A Dvp8i.h204 int id_; // cache row to process (in [0..2])
205 int mb_y_; // macroblock position of the row
206 int filter_row_; // true if row-filtering is needed
238 int cache_id_; // current cache row
276 uint8_t* cache_y_; // macroblock row for storing unfiltered samples
313 // parses one row of intra mode data in partition 0, returns !eof
337 // Process the last decoded row (filtering + output).
346 int row, int num_rows);
H A Dvp8l.c587 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
597 y_end = io->crop_bottom; // make sure we don't overflow on last row.
631 // Main loop, with custom row-processing function
633 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row);
670 static void ProcessRows(VP8LDecoder* const dec, int row) { argument
672 const int num_rows = row - dec->last_row_;
682 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) {
706 dec->last_row_ = row;
726 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int row) { argument
739 int row = dec->last_pixel_ / width; local
826 int row = dec->last_pixel_ / width; local
1226 ExtractAlphaRows(VP8LDecoder* const dec, int row) argument
[all...]
/external/webp/src/dsp/
H A Dlossless.c615 const int row = row_start + y; local
621 if (row == 0) {
657 const int row = row_start + y; local
662 const int pix = row * width + col;
664 if (row == 0) {
1248 // The last predicted row in this iteration will be the top-pred row
1249 // for the first row in next iteration.
1432 void VP8LBundleColorMap(const uint8_t* const row, int width, argument
1444 code |= row[
[all...]
H A Dlossless.h89 // corresponding to the intermediate row (row_start).
244 void VP8LBundleColorMap(const uint8_t* const row, int width,
/external/webp/src/enc/
H A Dvp8l.c879 int width, int height, int xbits, uint8_t* row) {
898 row[x] = inv_palette[color];
900 VP8LBundleColorMap(row, width, xbits, dst);
920 row[x] = last_idx;
922 VP8LBundleColorMap(row, width, xbits, dst);
943 uint8_t* row = NULL; local
958 row = (uint8_t*)WebPSafeMalloc(width, sizeof(*row));
959 if (row == NULL) return VP8_ENC_ERROR_OUT_OF_MEMORY;
962 palette, palette_size, width, height, xbits, row);
876 ApplyPalette(uint32_t* src, uint32_t* dst, uint32_t src_stride, uint32_t dst_stride, const uint32_t* palette, int palette_size, int width, int height, int xbits, uint8_t* row) argument
[all...]
/external/webp/src/utils/
H A Dfilters.c28 assert(row >= 0 && num_rows > 0 && row + num_rows <= height); \
46 int row, int num_rows,
49 const size_t start_offset = row * stride;
50 const int last_row = row + num_rows;
56 if (row == 0) {
60 row = 1;
67 while (row < last_row) {
71 ++row;
83 static void HorizontalUnfilter(int width, int height, int stride, int row, argument
44 DoHorizontalFilter(const uint8_t* in, int width, int height, int stride, int row, int num_rows, int inverse, uint8_t* out) argument
91 DoVerticalFilter(const uint8_t* in, int width, int height, int stride, int row, int num_rows, int inverse, uint8_t* out) argument
131 VerticalUnfilter(int width, int height, int stride, int row, int num_rows, uint8_t* data) argument
144 DoGradientFilter(const uint8_t* in, int width, int height, int stride, int row, int num_rows, int inverse, uint8_t* out) argument
189 GradientUnfilter(int width, int height, int stride, int row, int num_rows, uint8_t* data) argument
[all...]
H A Dfilters.h37 int row, int num_rows, uint8_t* data);
47 // The reconstruction will be done for 'num_rows' rows starting from 'row'
48 // (assuming rows upto 'row - 1' are already reconstructed).
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c3424 static const UChar sbox[256] = { // row nr
3468 static const UChar invsbox[256] = { // row nr
3540 static const UChar Nxy[256] = { // row nr
3576 static const UChar Exy[256] = { // row nr
3626 #define P(x,row,col) (x)->w8[((row)*4+(col))]
3645 #define P(x,row,col) (x)->w8[((row)*4+(col))]

Completed in 8355 milliseconds

1234567891011>>