/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/libpng/contrib/gregbook/ |
readpng2.c | 73 static void readpng2_row_callback(png_structp png_ptr, png_bytep new_row, 389 static void readpng2_row_callback(png_structp png_ptr, png_bytep new_row, 398 if (!new_row) 418 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 | 1058 png_const_bytep new_row) 1063 /* new_row is a flag here - if it is NULL then the app callback was called 1067 if (new_row != NULL)
|
png.h | [all...] |
/external/pdfium/core/fxcodec/codec/ |
ccodec_pngmodule.cpp | 182 png_bytep new_row, 195 png_progressive_combine_row(png_ptr, src_buf, new_row);
|
/external/skia/third_party/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/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/samples/ |
image_diff_png.cc | 253 void DecodeRowCallback(png_struct* png_ptr, png_byte* new_row, 268 state->row_converter(new_row, state->width, dest, &state->is_opaque); 270 memcpy(dest, new_row, state->width * state->output_channels);
|
/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 | 495 new_row = [getattr(template, field) for field in cls._fields] 496 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/libpng/contrib/libtests/ |
pngvalid.c | [all...] |
/external/syslinux/com32/include/ |
png.h | [all...] |