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

  /external/skia/src/core/
SkBitmapProcState_matrix_repeat.h 113 int16_t *dst16 = (int16_t *)xy; local
144 vst1q_s16(dst16, hi16);
149 dst16 += 8;
153 xy = (uint32_t *) dst16;
234 int16_t *dst16 = (int16_t *)xy; local
266 vst1q_s16(dst16, hi16);
271 dst16 += 8; /* 8 x16 aka 4x32 */
276 xy = (uint32_t *) dst16;
SkBitmapProcState_matrix_clamp.h 115 int16_t *dst16 = (int16_t *)xy; local
146 vst1q_s16(dst16, hi16);
151 dst16 += 8;
155 xy = (uint32_t *) dst16;
198 int16_t *dst16 = (int16_t *) xy; local
239 vst1q_s16 (dst16, hi16);
254 /* RBE: gcc regenerates dst16+8 all the time instead
256 vst1q_s16 (dst16+8, hi16_2);
264 dst16 += 16; /* 8x32 aka 16x16 */
269 xy = (uint32_t *) dst16;
    [all...]
SkBitmapProcState_matrixProcs.cpp 175 uint16_t *dst16 = (uint16_t *)dst; local
198 vst1q_u16(dst16, hi16);
203 dst16 += 8;
207 dst = (uint32_t *) dst16;
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.c 186 uint16_t *dst16, *dst16_end, c1; local
210 dst16 = (uint16_t *)dst16_end;
212 for (; dst16 < dst16_end; dst16++)
213 *dst16 = c1;
  /system/media/audio_utils/
echo_reference.c 210 int16_t *dst16 = (int16_t *)er->wr_buf; local
213 *dst16++ = (int16_t)(((int32_t)*src16 + (int32_t)*(src16 + 1)) >> 1);

Completed in 57 milliseconds