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

  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 248 #define TEST_M(name, iwidth, iheight, owidth, oheight, mse) \
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/
hints.go 167 for _, iwidth := range []int{8, 4, 2, 1, -4, -2, -1} {
170 if iwidth > 0 {
171 width = iwidth
175 width = -iwidth
  /external/libpng/
pngpread.c 269 png_ptr->iwidth) + 1;
659 png_ptr->iwidth) + 1);
744 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
1016 png_ptr->iwidth = (png_ptr->width +
1029 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0);
pngstruct.h 218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
pngtest.c 1647 png_uint_32 iwidth, iheight; local
    [all...]
pngrutil.c     [all...]
pngread.c 393 /* png_read_start_row sets the information (in particular iwidth) for this
400 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
    [all...]
  /external/pdfium/third_party/libpng16/
pngpread.c 268 png_ptr->iwidth) + 1;
655 png_ptr->iwidth) + 1);
735 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
1007 png_ptr->iwidth = (png_ptr->width +
1020 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0);
pngstruct.h 218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
pngrutil.c     [all...]
pngread.c 388 /* png_read_start_row sets the information (in particular iwidth) for this
395 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
    [all...]

Completed in 2644 milliseconds