search for: row_b

Displaying 3 results from an estimated 3 matches for "row_b".

Did you mean: rows_b
2008 Jan 08
0
4 commits - test/.gitignore test/image test/Makefile.am test/swfdec_test_function.c test/swfdec_test_image.c test/swfdec_test_image.h test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...* cairo_format_t instead of taking a mask as a parameter. - */ -static gboolean -buffer_diff_core (unsigned char *buf_a, - unsigned char *buf_b, - unsigned char *buf_diff, - int width, - int height, - int stride) -{ - int x, y; - gboolean result = TRUE; - guint32 *row_a, *row_b, *row; - - for (y = 0; y < height; y++) { - row_a = (guint32 *) (buf_a + y * stride); - row_b = (guint32 *) (buf_b + y * stride); - row = (guint32 *) (buf_diff + y * stride); - for (x = 0; x < width; x++) { - /* check if the pixels are the same */ - if (row_a[x] != row_b[x]) { - i...
2007 Feb 06
0
Branch 'interpreter' - 15 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_image.c libswfdec/swfdec_sprite_movie.c
...* cairo_format_t instead of taking a mask as a parameter. + */ +static gboolean +buffer_diff_core (unsigned char *buf_a, + unsigned char *buf_b, + unsigned char *buf_diff, + int width, + int height, + int stride) +{ + int x, y; + gboolean result = TRUE; + guint32 *row_a, *row_b, *row; + + for (y = 0; y < height; y++) { + row_a = (guint32 *) (buf_a + y * stride); + row_b = (guint32 *) (buf_b + y * stride); + row = (guint32 *) (buf_diff + y * stride); + for (x = 0; x < width; x++) { + /* check if the pixels are the same */ + if (row_a[x] != row_b[x]) { + i...
2007 Feb 06
0
21 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c
...* cairo_format_t instead of taking a mask as a parameter. + */ +static gboolean +buffer_diff_core (unsigned char *buf_a, + unsigned char *buf_b, + unsigned char *buf_diff, + int width, + int height, + int stride) +{ + int x, y; + gboolean result = TRUE; + guint32 *row_a, *row_b, *row; + + for (y = 0; y < height; y++) { + row_a = (guint32 *) (buf_a + y * stride); + row_b = (guint32 *) (buf_b + y * stride); + row = (guint32 *) (buf_diff + y * stride); + for (x = 0; x < width; x++) { + /* check if the pixels are the same */ + if (row_a[x] != row_b[x]) { + i...