HomeSort by relevance Sort by last modified time
    Searched refs:sub_y (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 134 // eight input pixels, but since sub_y == 0, the factors applied to half of the
135 // pixels is zero (sub_y), and are therefore omitted here to save on some
160 // to generate a single pixel since sub_y == 0.
180 // Methods when sub_y != 0
185 // cases in practice, where y will contain the sub_y constant, or will
186 // contain the 16 - sub_y constant.
214 // @param all_y vector of 16 bit components containing the constant sub_y
215 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
275 // - specialization for sub_y == 0.
276 // Statistically, 1/16th of the samples will have sub_y == 0. When thi
321 const unsigned sub_y = y0 & 0xF; local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 185 // eight input pixels, but since sub_y == 0, the factors applied to half of the
186 // pixels is zero (sub_y), and are therefore omitted here to save on some
211 // to generate a single pixel since sub_y == 0.
231 // Methods when sub_y != 0
236 // cases in practice, where y will contain the sub_y constant, or will
237 // contain the 16 - sub_y constant.
265 // @param all_y vector of 16 bit components containing the constant sub_y
266 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
359 // - specialization for sub_y == 0.
360 // Statistically, 1/16th of the samples will have sub_y == 0. When thi
405 const unsigned sub_y = y0 & 0xF; local
    [all...]

Completed in 33 milliseconds