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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 51 uint16_t *dst16 = (uint16_t *)dst; local
74 vst1q_u16(dst16, hi16);
79 dst16 += 8;
83 dst = (uint32_t *) dst16;
SkBitmapProcState_matrix_repeat_neon.h 107 int16_t *dst16 = (int16_t *)xy; local
138 vst1q_s16(dst16, hi16);
143 dst16 += 8;
147 xy = (uint32_t *) dst16;
202 int16_t *dst16 = (int16_t *)xy; local
234 vst1q_s16(dst16, hi16);
239 dst16 += 8; /* 8 x16 aka 4x32 */
244 xy = (uint32_t *) dst16;
SkBitmapProcState_matrix_clamp_neon.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...]
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 51 uint16_t *dst16 = (uint16_t *)dst; local
74 vst1q_u16(dst16, hi16);
79 dst16 += 8;
83 dst = (uint32_t *) dst16;
SkBitmapProcState_matrix_repeat_neon.h 107 int16_t *dst16 = (int16_t *)xy; local
138 vst1q_s16(dst16, hi16);
143 dst16 += 8;
147 xy = (uint32_t *) dst16;
202 int16_t *dst16 = (int16_t *)xy; local
234 vst1q_s16(dst16, hi16);
239 dst16 += 8; /* 8 x16 aka 4x32 */
244 xy = (uint32_t *) dst16;
SkBitmapProcState_matrix_clamp_neon.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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.c 172 uint16_t *dst16 = (uint16_t *) dst; local
185 dst16 + dst_offset,
262 uint16_t *dst16 = (uint16_t *) dst; local
275 dst16 + dst_offset,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 172 uint16_t *dst16 = (uint16_t *) dst; local
185 dst16 + dst_offset,
262 uint16_t *dst16 = (uint16_t *) dst; local
275 dst16 + dst_offset,
  /system/media/audio_utils/
echo_reference.c 212 int16_t *dst16 = (int16_t *)er->wr_buf; local
215 *dst16++ = (int16_t)(((int32_t)*src16 + (int32_t)*(src16 + 1)) >> 1);
  /external/libvpx/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 228 cglobal d45_predictor_32x32, 3, 6, 7, dst, stride, above, dst16, line, goffset
233 DEFINE_ARGS dst, stride, stride3, dst16, line
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 1153 GLushort *dst16 = (GLushort *) dstRow; local
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 1153 GLushort *dst16 = (GLushort *) dstRow; local
    [all...]

Completed in 386 milliseconds