Home
last modified time | relevance | path

Searched refs:coeff_index (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkScalerContext.cpp300 … for (int sample_index = SkMax32(0, sample_x - 4), coeff_index = sample_index - (sample_x - 4) in pack4xHToLCD16() local
302 ; ++sample_index, ++coeff_index) in pack4xHToLCD16()
306 fir[subpxl_index] += coefficients[subpxl_index][coeff_index] * sample_value; in pack4xHToLCD16()