Home
last modified time | relevance | path

Searched refs:temp16 (Results 1 – 8 of 8) 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()
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()
129 temp18, temp12, temp17, temp16) in TransformOne()
[all …]
Denc_mips_dsp_r2.c72 [temp14]"=&r"(temp14), [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), \
148 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform() local
176 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in ITransformOne() local
195 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17, in ITransformOne()
197 temp15, temp4, temp16, temp17) in ITransformOne()
205 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8) in ITransformOne()
215 MUL_SHIFT_SUM(temp6, temp8, temp18, temp17, temp11, temp15, temp12, temp16, in ITransformOne()
216 temp8, temp15, temp6, temp11, temp12, temp16, temp10, temp14, in ITransformOne()
217 temp18, temp12, temp17, temp16) in ITransformOne()
221 temp16, temp2, temp4, temp5, temp7, temp3, temp1, temp8, in ITransformOne()
[all …]
Denc_mips32.c120 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; in ITransformOne() local
140 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in ITransformOne()
483 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform() local
506 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in FTransform()
Dmips_macro.h197 [temp14]"=&r"(temp14), [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), \
Ddec_mips32.c222 int temp15, temp16, temp17, temp18; in TransformOne() local
544 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in TransformOne()
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c491 int16_t temp16; in WebRtcCng_Generate() local
542 temp16 = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT( in WebRtcCng_Generate()
545 temp16 = 0x7fff - temp16; in WebRtcCng_Generate()
546 En = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(En, temp16, 15); in WebRtcCng_Generate()
/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
696 temp16 = _mm_add_epi32(resq_r3_2, resq_r5_2); in ih264_iquant_itrans_recon_8x8_ssse3()
698 temp16 = _mm_add_epi32(temp16, resq_r1_2); in ih264_iquant_itrans_recon_8x8_ssse3()
702 temp16 = _mm_add_epi32(temp16, temp18); in ih264_iquant_itrans_recon_8x8_ssse3()
703 temp8 = _mm_packs_epi32(temp8, temp16); in ih264_iquant_itrans_recon_8x8_ssse3()
882 temp16 = _mm_add_epi32(resq_r3_2, resq_r5_2); in ih264_iquant_itrans_recon_8x8_ssse3()
884 temp16 = _mm_add_epi32(temp16, resq_r1_2); in ih264_iquant_itrans_recon_8x8_ssse3()
888 temp16 = _mm_add_epi32(temp16, temp18); in ih264_iquant_itrans_recon_8x8_ssse3()
889 temp8 = _mm_packs_epi32(temp8, temp16); in ih264_iquant_itrans_recon_8x8_ssse3()
/external/gptfdisk/
Dbsd.cc73 uint16_t* temp16; in ReadBSDData() local
119 temp16 = (uint16_t*) &buffer[labelStart + 138]; in ReadBSDData()
120 numParts = *temp16; in ReadBSDData()