Home
last modified time | relevance | path

Searched refs:temp15 (Results 1 – 11 of 11) sorted by relevance

/external/webp/src/dsp/
Ddec_mips_dsp_r2.c57 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformAC3() local
71 CONVERT_2_BYTES_TO_HALF(temp13, temp14, temp3, temp15, temp5, temp16, in TransformAC3()
75 STORE_SAT_SUM_X2(temp13, temp14, temp3, temp15, temp5, temp16, temp11, in TransformAC3()
88 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformOne() local
107 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17, in TransformOne()
109 temp15, temp4, temp16, temp17) in TransformOne()
117 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8) in TransformOne()
125 temp3, temp13, temp1, temp9, temp9, temp13, temp11, temp15, in TransformOne()
127 MUL_SHIFT_SUM(temp6, temp8, temp18, temp17, temp11, temp15, temp12, temp16, in TransformOne()
128 temp8, temp15, temp6, temp11, temp12, temp16, temp10, temp14, in TransformOne()
[all …]
Denc_mips_dsp_r2.c72 [temp14]"=&r"(temp14), [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), \
149 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPSdspR2() local
158 HORIZONTAL_PASS(3, temp12, temp13, temp14, temp15) in FTransform_MIPSdspR2()
163 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15) in FTransform_MIPSdspR2()
177 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in ITransformOne() local
196 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17, in ITransformOne()
198 temp15, temp4, temp16, temp17) in ITransformOne()
206 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8) in ITransformOne()
214 temp3, temp13, temp1, temp9, temp9, temp13, temp11, temp15, in ITransformOne()
216 MUL_SHIFT_SUM(temp6, temp8, temp18, temp17, temp11, temp15, temp12, temp16, in ITransformOne()
[all …]
Denc_mips32.c121 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; in ITransformOne_MIPS32() local
129 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15) in ITransformOne_MIPS32()
134 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15) in ITransformOne_MIPS32()
141 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in ITransformOne_MIPS32()
485 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform_MIPS32() local
496 HORIZONTAL_PASS(3, temp12, temp13, temp14, temp15) in FTransform_MIPS32()
501 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15) in FTransform_MIPS32()
508 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in FTransform_MIPS32()
Ddec_mips32.c222 int temp15, temp16, temp17, temp18; in TransformOne() local
544 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in TransformOne()
Dmips_macro.h197 [temp14]"=&r"(temp14), [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), \
/external/libxaac/decoder/
Dixheaacd_mps_polyphase.c49 WORD32 temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp110, in ixheaacd_fft32() local
251 temp15 = ixheaacd_add32_sat(temp35, temp321); in ixheaacd_fft32()
273 tmp9 = ixheaacd_add32_sat(temp15, temp113); in ixheaacd_fft32()
274 tmp11 = ixheaacd_sub32_sat(temp15, temp113); in ixheaacd_fft32()
308 temp15 = ixheaacd_sub32_sat(temp35, temp321); in ixheaacd_fft32()
343 tmp4 = ixheaacd_mult32x16in32_shl(ixheaacd_add32_sat(temp15, temp113), INV_SQRT2_Q15); in ixheaacd_fft32()
344 tmp7 = ixheaacd_mult32x16in32_shl(ixheaacd_sub32_sat(temp15, temp113), INV_SQRT2_Q15); in ixheaacd_fft32()
356 temp15 = ixheaacd_sub32_sat(ixheaacd_mult32x16in32_shl(tmp11, SQRT2MINUS1_Q15), in ixheaacd_fft32()
389 tmp13 = ixheaacd_add32_sat(temp13, temp15); in ixheaacd_fft32()
390 tmp15 = ixheaacd_sub32_sat(temp13, temp15); in ixheaacd_fft32()
[all …]
/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c396 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, in ih264_iquant_itrans_recon_8x8_ssse3() local
687 temp15 = _mm_srai_epi32(resq_r5_2, 1); in ih264_iquant_itrans_recon_8x8_ssse3()
689 temp14 = _mm_add_epi32(temp14, temp15); in ih264_iquant_itrans_recon_8x8_ssse3()
873 temp15 = _mm_srai_epi32(resq_r5_2, 1); in ih264_iquant_itrans_recon_8x8_ssse3()
875 temp14 = _mm_add_epi32(temp14, temp15); in ih264_iquant_itrans_recon_8x8_ssse3()
/external/libavc/common/x86/svc/
Disvc_iquant_itrans_recon_ssse3.c457 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp20; in isvc_iquant_itrans_recon_8x8_ssse3() local
915 temp15 = _mm_srai_epi32(resq_r5_2, 1); in isvc_iquant_itrans_recon_8x8_ssse3()
917 temp14 = _mm_add_epi32(temp14, temp15); in isvc_iquant_itrans_recon_8x8_ssse3()
1125 temp15 = _mm_srai_epi32(resq_r5_2, 1); in isvc_iquant_itrans_recon_8x8_ssse3()
1127 temp14 = _mm_add_epi32(temp14, temp15); in isvc_iquant_itrans_recon_8x8_ssse3()
/external/libavc/decoder/x86/svc/
Disvcd_iquant_itrans_sse42.c508 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp20; in isvcd_iquant_itrans_8x8_sse42() local
892 temp15 = _mm_srai_epi32(resq_r5_2, 1); in isvcd_iquant_itrans_8x8_sse42()
894 temp14 = _mm_add_epi32(temp14, temp15); in isvcd_iquant_itrans_8x8_sse42()
1049 temp15 = _mm_srai_epi32(resq_r5_2, 1); in isvcd_iquant_itrans_8x8_sse42()
1051 temp14 = _mm_add_epi32(temp14, temp15); in isvcd_iquant_itrans_8x8_sse42()
Disvcd_iquant_itrans_residual_sse42.c353 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp20; in isvcd_iquant_itrans_residual_8x8_sse42() local
712 temp15 = _mm_srai_epi32(resq_r5_2, 1); in isvcd_iquant_itrans_residual_8x8_sse42()
714 temp14 = _mm_add_epi32(temp14, temp15); in isvcd_iquant_itrans_residual_8x8_sse42()
882 temp15 = _mm_srai_epi32(resq_r5_2, 1); in isvcd_iquant_itrans_residual_8x8_sse42()
884 temp14 = _mm_add_epi32(temp14, temp15); in isvcd_iquant_itrans_residual_8x8_sse42()
Disvcd_iquant_itrans_residual_recon_sse42.c378 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18, temp19, temp20; in isvcd_iquant_itrans_residual_recon_8x8_sse42() local
764 temp15 = _mm_srai_epi32(resq_r5_2, 1); in isvcd_iquant_itrans_residual_recon_8x8_sse42()
766 temp14 = _mm_add_epi32(temp14, temp15); in isvcd_iquant_itrans_residual_recon_8x8_sse42()
975 temp15 = _mm_srai_epi32(resq_r5_2, 1); in isvcd_iquant_itrans_residual_recon_8x8_sse42()
977 temp14 = _mm_add_epi32(temp14, temp15); in isvcd_iquant_itrans_residual_recon_8x8_sse42()