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

  /external/skia/src/core/
SkBitmapProcState_matrix_repeat.h 108 int16_t *dst16 = (int16_t *)xy; local
139 vst1q_s16(dst16, hi16);
144 dst16 += 8;
148 xy = (uint32_t *) dst16;
229 int16_t *dst16 = (int16_t *)xy; local
261 vst1q_s16(dst16, hi16);
266 dst16 += 8; /* 8 x16 aka 4x32 */
271 xy = (uint32_t *) dst16;
SkBitmapProcState_matrix_clamp.h 110 int16_t *dst16 = (int16_t *)xy; local
141 vst1q_s16(dst16, hi16);
146 dst16 += 8;
150 xy = (uint32_t *) dst16;
193 int16_t *dst16 = (int16_t *) xy; local
234 vst1q_s16 (dst16, hi16);
249 /* RBE: gcc regenerates dst16+8 all the time instead
251 vst1q_s16 (dst16+8, hi16_2);
259 dst16 += 16; /* 8x32 aka 16x16 */
264 xy = (uint32_t *) dst16;
    [all...]
SkBitmapProcState_matrixProcs.cpp 171 uint16_t *dst16 = (uint16_t *)dst; local
194 vst1q_u16(dst16, hi16);
199 dst16 += 8;
203 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;
  /frameworks/base/media/libstagefright/codecs/aacdec/
Android.mk 22 dst16.cpp \
  /system/media/audio_utils/
echo_reference.c 183 int16_t *dst16 = (int16_t *)er->wr_buf; local
186 *dst16++ = (int16_t)(((int32_t)*src16 + (int32_t)*(src16 + 1)) >> 1);
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp 4369 int16_t *dst16 = (int16_t *)dst; local
    [all...]

Completed in 2760 milliseconds