OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resize_count
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/test/
resize_test.cc
361
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/e2fsprogs/lib/ext2fs/
bmap64.h
18
unsigned long
resize_count
;
member in struct:ext2_bmap_statistics
gen_bitmap64.c
220
stats->copy_count, stats->
resize_count
);
356
INC_STAT(bmap,
resize_count
);
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
[
all
...]
vp9_encoder.h
491
int
resize_count
;
member in struct:VP9_COMP
Completed in 116 milliseconds