Home | History | Annotate | Download | only in ocl

Lines Matching defs:pixel_count

204     uint32_t pixel_count = image_width * image_height;
207 uint32_t median_thresh = pixel_count >> 1;
734 uint32_t pixel_count = row_pitch * cl_height;
749 if (fwrite (pixel, pixel_count, 1, file) <= 0) {