Lines Matching full:profile
30 // but also being able to predict precisely at what pixels the blurred profile of e.g. a
50 @param profile The precomputed 1D blur profile; memory allocated by and managed by
57 static uint8_t ProfileLookup(const uint8_t* profile, int loc, int blurred_width, int sharp_width);
59 /** Allocate memory for and populate the profile of a 1D blurred halfplane. The caller
62 @param profile_out The location to store the allocated profile curve
70 @param profile Precomputed blur profile computed by ComputeBlurProfile above.
72 @param sigma Standard deviation of the gaussian blur kernel used to compute the profile;
76 static void ComputeBlurredScanline(uint8_t* pixels, const uint8_t* profile,