Searched refs:resize_count (Results 1 – 5 of 5) sorted by relevance
361 int resize_count = 0; in TEST_P() local370 resize_count++; in TEST_P()375 ASSERT_EQ(1, resize_count) << "Resizing should occur."; in TEST_P()394 int resize_count = 0; in TEST_P() local398 resize_count++; in TEST_P()399 if (resize_count == 1) { in TEST_P()403 } else if (resize_count == 2) { in TEST_P()414 ASSERT_EQ(2, resize_count) << "Resizing should occur twice."; in TEST_P()
18 unsigned long resize_count; member
220 stats->copy_count, stats->resize_count); in ext2fs_print_bmap_statistics()356 INC_STAT(bmap, resize_count); in ext2fs_resize_generic_bmap()
1843 cpi->resize_count = 0; in vp9_resize_one_pass_cbr()1862 ++cpi->resize_count; in vp9_resize_one_pass_cbr()1864 if (cpi->resize_count >= window) { in vp9_resize_one_pass_cbr()1865 int avg_qp = cpi->resize_avg_qp / cpi->resize_count; in vp9_resize_one_pass_cbr()1871 if (cpi->resize_buffer_underflow > (cpi->resize_count >> 2)) { in vp9_resize_one_pass_cbr()1893 cpi->resize_count = 0; in vp9_resize_one_pass_cbr()
491 int resize_count; member