HomeSort by relevance Sort by last modified time
    Searched refs:new_row (Results 1 - 23 of 23) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 97 * overlapping block at position (new_row, new_col) (in pixels, Q3). The
102 int new_row, int new_col, int mb_row,
127 /* Check if new_row and new_col are evenly divisible by 4 (Q3),
130 if (new_row >= 0 && (new_row & 0x1F) == 0) end_row = 1;
136 if (new_row < (mb_row * 16) << 3) end_row = 1;
143 block_overlap(new_row, new_col, (((first_blk_row + row) * 4) << 3),
154 int new_row, new_col; local
164 new_row = row - bmi->mv.as_mv.row;
167 if (new_row >= ((16 * mb_rows) << 3) || new_col >= ((16 * mb_cols) << 3))
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 113 Rows::iterator new_row = rows_.insert( local
116 new_row->second->spans = row->second->spans;
123 Rows::iterator new_row = rows_.insert( local
126 new_row->second->spans = row->second->spans;
127 row = new_row;
205 Rows::iterator new_row = rows_.insert( local
208 &new_row->second->spans);
209 if (new_row->second->spans.empty()) {
210 delete new_row->second;
211 rows_.erase(new_row);
306 Rows::iterator new_row = rows_.insert( local
327 Rows::iterator new_row = local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
load_and_remap_matrix_op.cc 230 const int64 new_row = *new_row_ptr; variable
251 new_row < num_rows_ && new_col < num_cols_ &&
252 new_row >= 0 && new_col >= 0,
254 "new_row=", new_row, " and new_col=", new_col,
259 output_matrix(new_row, new_col) = loaded_tensor(row, old_col);
  /external/libpng/contrib/gregbook/
readpng2.c 74 static void readpng2_row_callback(png_structp png_ptr, png_bytep new_row,
390 static void readpng2_row_callback(png_structp png_ptr, png_bytep new_row,
399 if (!new_row)
419 new_row);
  /external/libpng/
example.c 693 row_callback(png_structp png_ptr, png_bytep new_row,
702 * libpng called new_row that is to replace a corresponding row (of
705 * The new row data pointer "new_row" may be NULL, indicating there is
708 * If new_row is not NULL then you need to call
722 if ((old_row != NULL) && (new_row != NULL))
723 png_progressive_combine_row(png_ptr, old_row, new_row);
738 png_progressive_combine_row(png_ptr, old_row, new_row);
744 * to pass the current row as new_row, and the function will combine
    [all...]
pngpread.c 1059 png_const_bytep new_row)
1064 /* new_row is a flag here - if it is NULL then the app callback was called
1068 if (new_row != NULL)
png.h     [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 179 png_bytep new_row,
192 png_progressive_combine_row(png_ptr, src_buf, new_row);
  /external/syslinux/com32/lib/libpng/
example.c 492 row_callback(png_structp png_ptr, png_bytep new_row,
501 * libpng called new_row that is to replace a corresponding row (of
504 * The new row data pointer "new_row" may be NULL, indicating there is
507 * If new_row is not NULL then you need to call
520 if ((old_row != NULL) && (new_row != NULL))
521 png_progressive_combine_row(png_ptr, old_row, new_row);
536 png_progressive_combine_row(png_ptr, old_row, new_row);
542 * to pass the current row as new_row, and the function will combine
CHANGES     [all...]
pngpread.c     [all...]
  /external/pdfium/testing/image_diff/
image_diff_png.cpp 290 png_byte* new_row,
306 state->row_converter(new_row, state->width, dest, &state->is_opaque);
308 memcpy(dest, new_row, state->width * state->output_channels);
  /external/tensorflow/tensorflow/python/debug/cli/
profile_analyzer_cli.py 557 new_row = RL()
565 new_row += new_cell
566 new_row += RL(" " * (column_widths[col] - len(new_cell)))
567 output.append(new_row)
  /external/pdfium/third_party/libpng16/
pngpread.c 1050 png_const_bytep new_row)
1055 /* new_row is a flag here - if it is NULL then the app callback was called
1059 if (new_row != NULL)
png.h     [all...]
  /external/autotest/scheduler/
scheduler_models.py 519 new_row = [getattr(template, field) for field in cls._fields]
520 clone = cls(row=new_row, new_record=True)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_csv.py 219 new_row = next(c)
220 self.assertEqual(orig_row, new_row)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_csv.py 219 new_row = next(c)
220 self.assertEqual(orig_row, new_row)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_csv.py 219 new_row = next(c)
220 self.assertEqual(orig_row, new_row)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_csv.py 219 new_row = next(c)
220 self.assertEqual(orig_row, new_row)
    [all...]
  /external/python/cpython2/Lib/test/
test_csv.py 229 new_row = next(c)
230 self.assertEqual(orig_row, new_row)
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 827 milliseconds