Home
last modified time | relevance | path

Searched refs:left3 (Results 1 – 5 of 5) 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
257 highbd_scale_input(temp0, left3, right3); in vpx_highbd_fdct32x32_neon()
258 highbd_dct8x32_body_first_pass(left3, right3); in vpx_highbd_fdct32x32_neon()
259 highbd_partial_sub_round_shift(left3, right3); in vpx_highbd_fdct32x32_neon()
269 transpose_s32_8x8_2(left3, right3, temp1 + 16, temp2 + 16); in vpx_highbd_fdct32x32_neon()
279 transpose_s32_8x8_2(left3 + 8, right3 + 8, temp1 + 16, temp2 + 16); in vpx_highbd_fdct32x32_neon()
289 transpose_s32_8x8_2(left3 + 16, right3 + 16, temp1 + 16, temp2 + 16); in vpx_highbd_fdct32x32_neon()
299 transpose_s32_8x8_2(left3 + 24, right3 + 24, temp1 + 16, temp2 + 16); in vpx_highbd_fdct32x32_neon()
309 transpose_s32_8x8_2(left5 + 16, right5 + 16, left3, right3); in vpx_highbd_fdct32x32_neon()
313 transpose_s32_8x8_2(left6 + 16, right6 + 16, left3 + 8, right3 + 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
101 transpose_s32_8x8_2(left1, right1, left3, right3); in vpx_highbd_fdct16x16_neon()
102 transpose_s32_8x8_2(left2, right2, left3 + 8, right3 + 8); in vpx_highbd_fdct16x16_neon()
106 highbd_partial_round_shift(left3, right3); in vpx_highbd_fdct16x16_neon()
107 highbd_cross_input(left3, right3, left1, right1); in vpx_highbd_fdct16x16_neon()
117 transpose_s32_8x8_2(left1, right1, left3, right3); in vpx_highbd_fdct16x16_neon()
118 transpose_s32_8x8_2(left2, right2, left3 + 8, right3 + 8); in vpx_highbd_fdct16x16_neon()
121 store16_s32(output, left3); in vpx_highbd_fdct16x16_neon()
/external/libvpx/vpx_dsp/mips/
Dintrapred4_dspr2.c85 int32_t left0, left1, left2, left3; in vpx_tm_predictor_4x4_dspr2() local
220 [res1] "=&r"(res1), [left3] "=&r"(left3), [resl] "=&r"(resl), in vpx_tm_predictor_4x4_dspr2()
/external/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc1313 const __m128i left3 = _mm_cvtepu8_epi16(LoadLo8(left_ptr + 16)); in SmoothHorizontal64x32_SSE4_1() local
1316 const __m128i left_y = _mm_shuffle_epi8(left3, y_select); in SmoothHorizontal64x32_SSE4_1()
/external/libaom/aom_dsp/x86/
Dintrapred_ssse3.c2904 const __m128i left3 = cvtepu8_epi16(LoadLo8(left_column + 16)); in aom_smooth_h_predictor_64x32_ssse3() local
2907 const __m128i left_y = _mm_shuffle_epi8(left3, y_select); in aom_smooth_h_predictor_64x32_ssse3()