Searched refs:temp16 (Results 1 – 4 of 4) sorted by relevance
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_ssse3.c | 396 __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/webp/src/dsp/ |
D | enc_mips32.c | 123 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; in ITransformOne() local 143 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in ITransformOne() 478 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; in FTransform() local 501 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in FTransform()
|
D | dec_mips32.c | 215 int temp15, temp16, temp17, temp18; in TransformOne() local 537 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in TransformOne()
|
/external/gptfdisk/ |
D | bsd.cc | 73 uint16_t* temp16; in ReadBSDData() local 119 temp16 = (uint16_t*) &buffer[labelStart + 138]; in ReadBSDData() 120 numParts = *temp16; in ReadBSDData()
|