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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 186 // eight input pixels, but since sub_y == 0, the factors applied to half of the
187 // pixels is zero (sub_y), and are therefore omitted here to save on some
212 // to generate a single pixel since sub_y == 0.
232 // Methods when sub_y != 0
237 // cases in practice, where y will contain the sub_y constant, or will
238 // contain the 16 - sub_y constant.
266 // @param all_y vector of 16 bit components containing the constant sub_y
267 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
360 // - specialization for sub_y == 0.
361 // Statistically, 1/16th of the samples will have sub_y == 0. When thi
406 const unsigned sub_y = y0 & 0xF; local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 186 // eight input pixels, but since sub_y == 0, the factors applied to half of the
187 // pixels is zero (sub_y), and are therefore omitted here to save on some
212 // to generate a single pixel since sub_y == 0.
232 // Methods when sub_y != 0
237 // cases in practice, where y will contain the sub_y constant, or will
238 // contain the 16 - sub_y constant.
266 // @param all_y vector of 16 bit components containing the constant sub_y
267 // @param neg_y vector of 16 bit components containing the constant 16 - sub_y
360 // - specialization for sub_y == 0.
361 // Statistically, 1/16th of the samples will have sub_y == 0. When thi
406 const unsigned sub_y = y0 & 0xF; local
    [all...]

Completed in 83 milliseconds