OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_offsets
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
generate_fir_coeff.py
41
#
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/
generate_fir_coeff.py
41
#
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 57 milliseconds