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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_filter_neon.h 29 uint8x8_t vy, vconst16_8, v16_y, vres; local
35 vconst16_8 = vmov_n_u8(16); // set up constant in vconst16_8
36 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y
64 uint8x8_t vy, vconst16_8, v16_y, vres; local
70 vconst16_8 = vmov_n_u8(16); // set up constant in vconst16_8
71 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y
  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 29 uint8x8_t vy, vconst16_8, v16_y, vres; local
35 vconst16_8 = vmov_n_u8(16); // set up constant in vconst16_8
36 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y
64 uint8x8_t vy, vconst16_8, v16_y, vres; local
70 vconst16_8 = vmov_n_u8(16); // set up constant in vconst16_8
71 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y

Completed in 200 milliseconds