Searched defs:resize_count (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h18 unsigned long resize_count; member in struct:ext2_bmap_statistics
/external/libvpx/libvpx/test/
H A Dresize_test.cc361 int resize_count = 0; local
370 resize_count++;
375 ASSERT_EQ(1, resize_count) << "Resizing should occur.";
394 int resize_count = 0; local
398 resize_count++;
399 if (resize_count == 1) {
403 } else if (resize_count == 2) {
414 ASSERT_EQ(2, resize_count) << "Resizing should occur twice.";
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h491 int resize_count; member in struct:VP9_COMP

Completed in 808 milliseconds