Home
last modified time | relevance | path

Searched refs:in21 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c134 v8i16 in16, in17, in18, in19, in20, in21, in22, in23; in fdct8x32_1d_column_odd_store() local
138 in21 = LD_SH(input + 40); in fdct8x32_1d_column_odd_store()
143 DOTP_CONST_PAIR(in26, in21, cospi_16_64, cospi_16_64, in21, in26); in fdct8x32_1d_column_odd_store()
152 vec4 = in18 - in21; in fdct8x32_1d_column_odd_store()
159 in21 = in18 + in21; in fdct8x32_1d_column_odd_store()
183 DOTP_CONST_PAIR(in26, in21, cospi_24_64, cospi_8_64, in18, in29); in fdct8x32_1d_column_odd_store()
185 ADD4(in16, in19, in17, in18, in30, in29, in31, in28, in27, in22, in21, in25); in fdct8x32_1d_column_odd_store()
186 DOTP_CONST_PAIR(in21, in22, cospi_28_64, cospi_4_64, in26, in24); in fdct8x32_1d_column_odd_store()
193 SUB2(in27, in26, in25, in24, in22, in21); in fdct8x32_1d_column_odd_store()
194 DOTP_CONST_PAIR(in21, in22, cospi_15_64, cospi_17_64, vec5, vec4); in fdct8x32_1d_column_odd_store()
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Damdhsa-trap-num-sgprs.ll29 i32 addrspace(1)* %out21, i32 %in21,
60 store i32 %in21, i32 addrspace(1)* %out21
/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c709 in21, in22, in23, in30, in31, in32, in33, in40, in41, in42, \ argument
724 in21 = load(offset + 9 * 16, input); \
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h306 __m256i in21 = _mm256_loadu_si256((const __m256i *)(in + 21 * 32)); in FDCT32x32_2D_AVX2() local
311 step1[10] = _mm256_add_epi16(in10, in21); in FDCT32x32_2D_AVX2()
314 step1[21] = _mm256_sub_epi16(in10, in21); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h315 __m128i in21 = _mm_loadu_si128((const __m128i *)(in + 21 * 32)); in FDCT32x32_2D() local
320 step1[10] = ADD_EPI16(in10, in21); in FDCT32x32_2D()
323 step1[21] = SUB_EPI16(in10, in21); in FDCT32x32_2D()