Home
last modified time | relevance | path

Searched refs:src_next (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-name.cc90 …const typename in_utf_t::codepoint_t *src_next = in_utf_t::next (src, src_end, &unicode, replaceme… in hb_ot_name_convert_utf() local
96 src = src_next; in hb_ot_name_convert_utf()
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_cfl_sse4.cc650 const uint8_t* src_next = src + stride; in CflSubsampler420Impl_WxH_SSE4_1() local
663 const __m128i samples_row1_lo = LoadUnaligned16(src_next); in CflSubsampler420Impl_WxH_SSE4_1()
668 const __m128i samples_row1_hi = LoadUnaligned16(src_next + 16); in CflSubsampler420Impl_WxH_SSE4_1()
1512 const uint16_t* src_next = src + src_stride; in CflSubsampler420Impl_WxH_SSE4_1() local
1523 const __m128i samples_row10 = LoadUnaligned16(src_next); in CflSubsampler420Impl_WxH_SSE4_1()
1525 ? LoadUnaligned16(src_next + 8) in CflSubsampler420Impl_WxH_SSE4_1()
1528 ? LoadUnaligned16(src_next + 16) in CflSubsampler420Impl_WxH_SSE4_1()
1531 ? LoadUnaligned16(src_next + 24) in CflSubsampler420Impl_WxH_SSE4_1()
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_cfl_neon.cc972 const uint16_t* src_next = src + src_stride; in CflSubsampler420Impl_WxH_NEON() local
983 const uint16x8_t samples_row10 = vld1q_u16(src_next); in CflSubsampler420Impl_WxH_NEON()
985 ? vld1q_u16(src_next + 8) in CflSubsampler420Impl_WxH_NEON()
988 ? vld1q_u16(src_next + 16) in CflSubsampler420Impl_WxH_NEON()
991 ? vld1q_u16(src_next + 24) in CflSubsampler420Impl_WxH_NEON()