Searched refs:compression_factor (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/platform_CompressedSwap/src/ |
D | hog.c | 34 int compression_factor = 3; in main() local 55 compression_factor = estrtol(av[2]); in main() 61 read(random_fd, fake_data, CHUNK_SIZE / compression_factor); in main() 63 memset(fake_data + CHUNK_SIZE / compression_factor, 1, in main() 64 CHUNK_SIZE - (CHUNK_SIZE / compression_factor)); in main()
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/ |
D | hog.c | 91 int compression_factor = 3; in main() local 100 compression_factor = atoi(argv[2]); in main() 147 read(random_fd, fake_data, CHUNK_SIZE / compression_factor); in main() 149 memset(fake_data + CHUNK_SIZE / compression_factor, 1, in main() 150 CHUNK_SIZE - (CHUNK_SIZE / compression_factor)); in main()
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/ |
D | platform_CompressedSwapPerf.py | 266 def run_single_test(self, compression_factor, num_procs, cycles, argument 286 swap_target_phys = swap_target_usage / compression_factor 300 launch_cmd.append(str(compression_factor)) 399 def run_once(self, compression_factor=3, num_procs=50, cycles=20, argument 448 self.run_single_test(compression_factor, num_procs, cycles,
|
/external/libxaac/decoder/ |
D | ixheaacd_drc_freq_dec.c | 932 float compression_factor; in ixheaacd_drc_apply() local 937 compression_factor = (FLOAT32)(48.164 - 6.0206 * val_x - 0.4014 * val_y); in ixheaacd_drc_apply() 939 temp = (FLOAT32)(pow(10, (float)compression_factor / 20.0)); in ixheaacd_drc_apply()
|