Searched refs:r_offsets (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | motion_field_projection_sse4.cc | 87 const __m128i& r_offsets, const __m128i& source_reference_type8, in GetPosition() argument 92 *r = _mm_shuffle_epi8(r_offsets, source_reference_type8); in GetPosition() 200 const __m128i r_offsets = LoadLo8(reference_offsets); in MotionFieldProjectionKernel_SSE4_1() local 223 x8_end, x8, r_offsets, source_reference_type8, skip_r, in MotionFieldProjectionKernel_SSE4_1() 282 x8_start, x8_end, x8, r_offsets, source_reference_type8, in MotionFieldProjectionKernel_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | motion_field_projection_neon.cc | 90 const int8x8_t r_offsets, const int8x8_t source_reference_type8, in GetPosition() argument 96 *r = vtbl1_s8(r_offsets, source_reference_type8); in GetPosition() 197 const int8x8_t r_offsets = vld1_s8(reference_offsets); in MotionFieldProjectionKernel_NEON() local 222 x8_end, x8, r_offsets, source_reference_type8, skip_r, in MotionFieldProjectionKernel_NEON() 281 x8_start, x8_end, x8, r_offsets, source_reference_type8, in MotionFieldProjectionKernel_NEON()
|
/external/libchrome/base/strings/ |
D | string_util.cc | 1027 std::vector<ReplacementOffset> r_offsets; in DoReplaceStringPlaceholders() local 1047 r_offsets.insert( in DoReplaceStringPlaceholders() 1048 std::upper_bound(r_offsets.begin(), r_offsets.end(), r_offset, in DoReplaceStringPlaceholders() 1061 for (const auto& cur : r_offsets) in DoReplaceStringPlaceholders()
|