Home
last modified time | relevance | path

Searched refs:src_next (Results 1 – 4 of 4) 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.cc651 const uint8_t* src_next = src + stride; in CflSubsampler420Impl_WxH_SSE4_1() local
664 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() local
1528 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()
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_cfl_neon.cc976 const uint16_t* src_next = src + src_stride; in CflSubsampler420Impl_WxH_NEON() local
987 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()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h70059 u32 src_next; member