Searched refs:dst16 (Results 1 – 4 of 4) sorted by relevance
108 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() local139 vst1q_s16(dst16, hi16); in SCALE_NOFILTER_NAME()144 dst16 += 8; in SCALE_NOFILTER_NAME()148 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME()229 int16_t *dst16 = (int16_t *)xy; in AFFINE_NOFILTER_NAME() local261 vst1q_s16(dst16, hi16); in AFFINE_NOFILTER_NAME()266 dst16 += 8; /* 8 x16 aka 4x32 */ in AFFINE_NOFILTER_NAME()271 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
110 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() local141 vst1q_s16(dst16, hi16); in SCALE_NOFILTER_NAME()146 dst16 += 8; in SCALE_NOFILTER_NAME()150 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME()193 int16_t *dst16 = (int16_t *) xy; in AFFINE_NOFILTER_NAME() local234 vst1q_s16 (dst16, hi16); in AFFINE_NOFILTER_NAME()251 vst1q_s16 (dst16+8, hi16_2); in AFFINE_NOFILTER_NAME()259 dst16 += 16; /* 8x32 aka 16x16 */ in AFFINE_NOFILTER_NAME()264 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
171 uint16_t *dst16 = (uint16_t *)dst; in decal_nofilter_scale() local194 vst1q_u16(dst16, hi16); in decal_nofilter_scale()199 dst16 += 8; in decal_nofilter_scale()203 dst = (uint32_t *) dst16; in decal_nofilter_scale()
186 uint16_t *dst16, *dst16_end, c1; in _ewk_tile_paint_rgb565() local210 dst16 = (uint16_t *)dst16_end; in _ewk_tile_paint_rgb565()212 for (; dst16 < dst16_end; dst16++) in _ewk_tile_paint_rgb565()213 *dst16 = c1; in _ewk_tile_paint_rgb565()