OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst16
(Results
1 - 5
of
5
) 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
;
/frameworks/base/media/libstagefright/codecs/aacdec/
Android.mk
22
dst16
.cpp \
/frameworks/base/services/audioflinger/
AudioFlinger.cpp
3875
int16_t *
dst16
= (int16_t *)dst;
local
[
all
...]
Completed in 781 milliseconds