Searched refs:src_next (Results 1 – 4 of 4) sorted by relevance
90 …const typename in_utf_t::codepoint_t *src_next = in_utf_t::next (src, src_end, &unicode, replaceme… in hb_ot_name_convert_utf() local96 src = src_next; in hb_ot_name_convert_utf()
651 const uint8_t* src_next = src + stride; in CflSubsampler420Impl_WxH_SSE4_1() local664 const __m128i samples_row1_lo = LoadUnaligned16(src_next); in CflSubsampler420Impl_WxH_SSE4_1()669 const __m128i samples_row1_hi = LoadUnaligned16(src_next + 16); in CflSubsampler420Impl_WxH_SSE4_1()1517 const uint16_t* src_next = src + src_stride; in CflSubsampler420Impl_WxH_SSE4_1() local1528 const __m128i samples_row10 = LoadUnaligned16(src_next); in CflSubsampler420Impl_WxH_SSE4_1()1530 ? LoadUnaligned16(src_next + 8) in CflSubsampler420Impl_WxH_SSE4_1()1533 ? LoadUnaligned16(src_next + 16) in CflSubsampler420Impl_WxH_SSE4_1()1536 ? LoadUnaligned16(src_next + 24) in CflSubsampler420Impl_WxH_SSE4_1()
976 const uint16_t* src_next = src + src_stride; in CflSubsampler420Impl_WxH_NEON() local987 const uint16x8_t samples_row10 = vld1q_u16(src_next); in CflSubsampler420Impl_WxH_NEON()989 ? vld1q_u16(src_next + 8) in CflSubsampler420Impl_WxH_NEON()992 ? vld1q_u16(src_next + 16) in CflSubsampler420Impl_WxH_NEON()995 ? vld1q_u16(src_next + 24) in CflSubsampler420Impl_WxH_NEON()
70059 u32 src_next; member