Home
last modified time | relevance | path

Searched refs:iwidth (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/talk/session/media/
Dyuvscaler_unittest.cc248 #define TEST_M(name, iwidth, iheight, owidth, oheight, mse) \ argument
251 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
257 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
263 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
269 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
275 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
281 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
287 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
293 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
299 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
[all …]
/external/syzkaller/prog/
Dhints.go167 for _, iwidth := range []int{8, 4, 2, 1, -4, -2, -1} {
170 if iwidth > 0 {
171 width = iwidth
175 width = -iwidth
/external/libpng/
Dpngpread.c269 png_ptr->iwidth) + 1; in png_push_read_chunk()
659 png_ptr->iwidth) + 1); in png_process_IDAT_data()
744 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_push_process_row()
1016 png_ptr->iwidth = (png_ptr->width + in png_read_push_finish_row()
1029 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0); in png_read_push_finish_row()
Dpngstruct.h218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member
Dpngtest.c1647 png_uint_32 iwidth, iheight; in test_one_file() local
1648 iwidth = png_get_image_width(write_ptr, write_info_ptr); in test_one_file()
1651 (unsigned long)iwidth, (unsigned long)iheight); in test_one_file()
Dpngrutil.c4343 png_ptr->iwidth = (png_ptr->width + in png_read_finish_row()
4359 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0); in png_read_finish_row()
4404 png_ptr->iwidth = (png_ptr->width + in png_read_start_row()
4413 png_ptr->iwidth = png_ptr->width; in png_read_start_row()
4632 png_debug1(3, "iwidth = %u,", png_ptr->iwidth); in png_read_start_row()
4636 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1); in png_read_start_row()
Dpngread.c400 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_read_row()
/external/pdfium/third_party/libpng16/
Dpngpread.c268 png_ptr->iwidth) + 1; in png_push_read_chunk()
655 png_ptr->iwidth) + 1); in png_process_IDAT_data()
735 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_push_process_row()
1007 png_ptr->iwidth = (png_ptr->width + in png_read_push_finish_row()
1020 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0); in png_read_push_finish_row()
Dpngstruct.h218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member
Dpngrutil.c4211 png_ptr->iwidth = (png_ptr->width + in png_read_finish_row()
4227 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0); in png_read_finish_row()
4272 png_ptr->iwidth = (png_ptr->width + in png_read_start_row()
4281 png_ptr->iwidth = png_ptr->width; in png_read_start_row()
4500 png_debug1(3, "iwidth = %u,", png_ptr->iwidth); in png_read_start_row()
4504 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1); in png_read_start_row()
Dpngread.c395 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_read_row()