Searched refs:image_pixel_size (Results 1 – 1 of 1) sorted by relevance
30 std::size_t image_pixel_size = size - 4; in LLVMFuzzerTestOneInput() local31 image_pixel_size = (image_pixel_size & INT_MAX) / 2; in LLVMFuzzerTestOneInput()35 int max_height = (image_pixel_size / 16); in LLVMFuzzerTestOneInput()38 int width = (image_pixel_size / height) & ~(0xF); // must be divisible by 16 in LLVMFuzzerTestOneInput()41 uint32_t* tgt = (uint32_t*)malloc(sizeof(uint32_t) * image_pixel_size); in LLVMFuzzerTestOneInput()