Home
last modified time | relevance | path

Searched refs:left2 (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/vpx_dsp/arm/
Dfdct32x32_neon.c239 int32x4_t left1[32], left2[32], left3[32], left4[32], right1[32], right2[32], in vpx_highbd_fdct32x32_neon() local
252 highbd_scale_input(temp0, left2, right2); in vpx_highbd_fdct32x32_neon()
253 highbd_dct8x32_body_first_pass(left2, right2); in vpx_highbd_fdct32x32_neon()
254 highbd_partial_sub_round_shift(left2, right2); in vpx_highbd_fdct32x32_neon()
268 transpose_s32_8x8_2(left2, right2, temp1 + 8, temp2 + 8); in vpx_highbd_fdct32x32_neon()
278 transpose_s32_8x8_2(left2 + 8, right2 + 8, temp1 + 8, temp2 + 8); in vpx_highbd_fdct32x32_neon()
288 transpose_s32_8x8_2(left2 + 16, right2 + 16, temp1 + 8, temp2 + 8); in vpx_highbd_fdct32x32_neon()
298 transpose_s32_8x8_2(left2 + 24, right2 + 24, temp1 + 8, temp2 + 8); in vpx_highbd_fdct32x32_neon()
308 transpose_s32_8x8_2(left5 + 8, right5 + 8, left2, right2); in vpx_highbd_fdct32x32_neon()
312 transpose_s32_8x8_2(left6 + 8, right6 + 8, left2 + 8, right2 + 8); in vpx_highbd_fdct32x32_neon()
[all …]
Dfdct16x16_neon.c85 int32x4_t left1[16], left2[16], left3[16], left4[16], right1[16], right2[16], in vpx_highbd_fdct16x16_neon() local
95 highbd_scale_input(temp0, left2, right2); in vpx_highbd_fdct16x16_neon()
96 vpx_highbd_fdct8x16_body(left2, right2); in vpx_highbd_fdct16x16_neon()
102 transpose_s32_8x8_2(left2, right2, left3 + 8, right3 + 8); in vpx_highbd_fdct16x16_neon()
104 transpose_s32_8x8_2(left2 + 8, right2 + 8, left4 + 8, right4 + 8); in vpx_highbd_fdct16x16_neon()
114 highbd_cross_input(left4, right4, left2, right2); in vpx_highbd_fdct16x16_neon()
115 vpx_highbd_fdct8x16_body(left2, right2); in vpx_highbd_fdct16x16_neon()
118 transpose_s32_8x8_2(left2, right2, left3 + 8, right3 + 8); in vpx_highbd_fdct16x16_neon()
120 transpose_s32_8x8_2(left2 + 8, right2 + 8, left4 + 8, right4 + 8); in vpx_highbd_fdct16x16_neon()
/external/libvpx/vpx_dsp/mips/
Dintrapred16_dspr2.c164 int32_t above2, left2; in vpx_dc_predictor_16x16_dspr2() local
320 [left2] "=&r"(left2), [average] "=&r"(average), [tmp] "=&r"(tmp), in vpx_dc_predictor_16x16_dspr2()
Dintrapred4_dspr2.c85 int32_t left0, left1, left2, left3; in vpx_tm_predictor_4x4_dspr2() local
219 [left1] "=&r"(left1), [left2] "=&r"(left2), [res0] "=&r"(res0), in vpx_tm_predictor_4x4_dspr2()
Dintrapred8_dspr2.c73 int32_t above2, above_l2, above_r2, left2, left_r2, left_l2; in vpx_dc_predictor_8x8_dspr2() local
142 [above_r2] "=&r"(above_r2), [left2] "=&r"(left2), in vpx_dc_predictor_8x8_dspr2()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java313 int left2 = r2.anteContextLength; in masks() local
315 int right2 = r2.pattern.length() - left2; in masks()
321 if (left == left2 && right == right2 && in masks()
330 return left <= left2 && in masks()
333 r2.pattern.regionMatches(left2 - left, pattern, 0, len); in masks()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterationRule.java314 int left2 = r2.anteContextLength; in masks() local
316 int right2 = r2.pattern.length() - left2; in masks()
322 if (left == left2 && right == right2 && in masks()
331 return left <= left2 && in masks()
334 r2.pattern.regionMatches(left2 - left, pattern, 0, len); in masks()
/external/icu/icu4c/source/i18n/
Drbt_rule.cpp295 int32_t left2 = r2.anteContextLength; in masks() local
297 int32_t right2 = r2.pattern.length() - left2; in masks()
298 int32_t cachedCompare = r2.pattern.compare(left2 - left, len, pattern); in masks()
304 if (left == left2 && right == right2 && in masks()
313 return left <= left2 && in masks()
/external/cronet/third_party/icu/source/i18n/
Drbt_rule.cpp295 int32_t left2 = r2.anteContextLength; in masks() local
297 int32_t right2 = r2.pattern.length() - left2; in masks()
298 int32_t cachedCompare = r2.pattern.compare(left2 - left, len, pattern); in masks()
304 if (left == left2 && right == right2 && in masks()
313 return left <= left2 && in masks()
/external/webp/src/demux/
Danim_decode.c297 int* const left2, int* const width2) { in FindBlendRangeAtRow() argument
304 *left2 = -1; in FindBlendRangeAtRow()
320 *left2 = dst_max_x; in FindBlendRangeAtRow()
405 int left1, width1, left2, width2; in WebPAnimDecoderGetNext() local
407 &left2, &width2); in WebPAnimDecoderGetNext()
414 const size_t offset2 = canvas_y * width + left2; in WebPAnimDecoderGetNext()
/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java95 float left2, float right2, float top2, float bottom2) { in boxIntersect() argument
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1; in boxIntersect()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DTabber.java235 public Tabber add(int i, byte left2) { in add() argument
/external/rust/crates/rayon/src/iter/
Dunzip.rs303 let (left1, left2, left_reducer) = self.left.split_at(index); in split_at()
314 left: left2, in split_at()
/external/freetype/src/autofit/
Dafcjk.c1957 AF_EdgeRec left1, left2, right1, right2; in af_cjk_hint_edges()
1966 left2 = *left->link; in af_cjk_hint_edges()
1987 delta2 += af_hint_normal_stem( hints, &left1, &left2, delta2, 0 ); in af_cjk_hint_edges()
2002 left->link->pos = left2.pos; in af_cjk_hint_edges()
/external/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc1038 const __m128i left2 = in SmoothHorizontal32x16_SSE4_1() local
1042 __m128i left_y = _mm_shuffle_epi8(left2, y_select); in SmoothHorizontal32x16_SSE4_1()
1223 const __m128i left2 = _mm_cvtepu8_epi16(LoadLo8(left_ptr + 8)); in SmoothHorizontal64x16_SSE4_1() local
1226 __m128i left_y = _mm_shuffle_epi8(left2, y_select); in SmoothHorizontal64x16_SSE4_1()
1299 const __m128i left2 = _mm_cvtepu8_epi16(LoadLo8(left_ptr + 8)); in SmoothHorizontal64x32_SSE4_1() local
1302 const __m128i left_y = _mm_shuffle_epi8(left2, y_select); in SmoothHorizontal64x32_SSE4_1()
/external/libaom/aom_dsp/x86/
Dintrapred_ssse3.c2639 const __m128i left2 = in aom_smooth_h_predictor_32x16_ssse3() local
2643 __m128i left_y = _mm_shuffle_epi8(left2, y_select); in aom_smooth_h_predictor_32x16_ssse3()
2817 const __m128i left2 = cvtepu8_epi16(LoadLo8(left_column + 8)); in aom_smooth_h_predictor_64x16_ssse3() local
2820 __m128i left_y = _mm_shuffle_epi8(left2, y_select); in aom_smooth_h_predictor_64x16_ssse3()
2890 const __m128i left2 = cvtepu8_epi16(LoadLo8(left_column + 8)); in aom_smooth_h_predictor_64x32_ssse3() local
2893 const __m128i left_y = _mm_shuffle_epi8(left2, y_select); in aom_smooth_h_predictor_64x32_ssse3()