/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | armVCM4P10_DeblockingLuma_unsafe_s.s | 114 t4 RN 4 label 206 USUB8 t4, P1a, max 208 USUB8 t4, P1a, min 311 USUB8 t4, filt, m01 328 USUB8 t4, q_2, q_0 331 SADD8 t0, t4, a 343 MOV t4, #0 344 UHADD8 apqflg, apqflg, t4 349 USUB8 t4, apqflg, m01 358 USUB8 t4, q_2, q_0 [all …]
|
D | omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s | 158 t4 RN 4 label 183 LDR t4,=MASK_1 190 MUL alpha0, alpha0, t4 191 MUL beta0, beta0, t4 192 MUL alpha1, alpha1, t4 193 MUL beta1, beta1, t4 510 MOV t4, tunpk1, LSR #16 513 STRH t4,[pQ0a, #2]! ;//Stores [r0p0 r0p1] 516 MOV t4, tunpk2, LSR #16 519 M_STRH t4,[pQ0a, Stepa]! ;//Stores [r1p0 r1p1]
|
D | omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s | 132 t4 RN 4 label 158 LDR t4,=MASK_1 165 MUL alpha0, alpha0, t4 166 MUL beta0, beta0, t4 167 MUL alpha1, alpha1, t4 168 MUL beta1, beta1, t4
|
D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s | 106 t4 RN 6 label 275 UHSUB8 t4, p_0, q_0 282 SHSUB8 t1, t1, t4 286 SHSUB8 t1, t1, t4
|
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s | 130 t4 RN 6 label 356 UHSUB8 t4, p_0, q_0 363 SHSUB8 t1, t1, t4 367 SHSUB8 t1, t1, t4
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | calc_cor.cpp | 230 Word32 t4; in comp_corr() local 240 t4 = 0; in comp_corr() 251 t4 = amrnb_fxp_mac_16_by_16bb((Word32) * (p++), (Word32) * (p2), t4); in comp_corr() 256 t4 = amrnb_fxp_mac_16_by_16bb((Word32) * (p++), (Word32) * (p2), t4); in comp_corr() 262 *(corr++) = t4 << 1; in comp_corr()
|
/frameworks/native/opengl/libagl/arch-mips/ |
D | fixed_asm.S | 46 andi $t4,$v0,0x1 48 addu $v0,$v0,$t4 /* round-to-nearest */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_intra_prediction.c | 1559 u8 t1, t2, t3, t4; in Intra4x4DcPrediction() local 1569 t1 = above[0]; t2 = above[1]; t3 = above[2]; t4 = above[3]; in Intra4x4DcPrediction() 1570 tmp = t1 + t2 + t3 + t4; in Intra4x4DcPrediction() 1571 t1 = left[0]; t2 = left[1]; t3 = left[2]; t4 = left[3]; in Intra4x4DcPrediction() 1572 tmp += t1 + t2 + t3 + t4; in Intra4x4DcPrediction() 1577 t1 = left[0]; t2 = left[1]; t3 = left[2]; t4 = left[3]; in Intra4x4DcPrediction() 1578 tmp = (t1 + t2 + t3 + t4 + 2) >> 2; in Intra4x4DcPrediction() 1582 t1 = above[0]; t2 = above[1]; t3 = above[2]; t4 = above[3]; in Intra4x4DcPrediction() 1583 tmp = (t1 + t2 + t3 + t4 + 2) >> 2; in Intra4x4DcPrediction()
|
D | h264bsd_deblocking.c | 2256 u32 t1, t2, t3, t4; in GetLumaEdgeThresholds() local 2267 t4 = bs[1][3]; in GetLumaEdgeThresholds() 2271 threshold[1][3] = (t4 && (t4 < 4)) ? tc0[indexA][t4] : 0; in GetLumaEdgeThresholds() 2371 u32 t1, t2, t3, t4; in GetChromaEdgeThresholds() local 2384 t4 = bs[1][3]; in GetChromaEdgeThresholds() 2388 threshold[1][3] = (t4) ? tc0[indexA][t4] : 0; in GetChromaEdgeThresholds()
|
/frameworks/native/libs/vr/libpdx/ |
D | serialization_tests.cpp | 1148 auto t4 = GetNTuple<(1 << 16)-1>('x'); in TEST() 1149 Serialize(t4, &result); in TEST() 2333 auto t4 = GetNTuple<(1 << 4), int>(0); in TEST() local 2336 error = Deserialize(&t4, &buffer); in TEST() 2338 EXPECT_EQ((GetNTuple<(1 << 4), int>(1)), t4); in TEST()
|