Searched refs:sample_offsets (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dgenerate_fir_coeff.py41 #sample_offsets is (frac, int) in sample units.
42 sample_offsets = [math.modf((float(subpxl_index)/subpxls_per_pixel + 1.0/(2.0*subpxls_per_pixel))*samples_per_pixel) for subpxl_index in range(subpxls_per_pixel)] variable
54 for sample_offset, sample_align in sample_offsets:
/external/skia/tools/
H A Dgenerate_fir_coeff.py41 #sample_offsets is (frac, int) in sample units.
42 sample_offsets = [math.modf((float(subpxl_index)/subpxls_per_pixel + 1.0/(2.0*subpxls_per_pixel))*samples_per_pixel) for subpxl_index in range(subpxls_per_pixel)] variable
54 for sample_offset, sample_align in sample_offsets:

Completed in 709 milliseconds