/aosp12/frameworks/av/media/codecs/mp3dec/src/ |
H A D | pvmp3_dct_16.cpp | 159 int32 tmp4; in pvmp3_dct_16() local 212 tmp1 = (tmp3 + tmp4); in pvmp3_dct_16() 213 tmp4 = fxp_mul32_Q32((tmp3 - tmp4) << 2, Qfmt_31(0.64072886193538F)); in pvmp3_dct_16() 232 tmp7 = itmp_e0 + tmp4; in pvmp3_dct_16() 243 vec[ 6] = tmp1 + tmp4; in pvmp3_dct_16() 244 vec[10] = tmp7 + tmp4; in pvmp3_dct_16() 260 tmp4 = tmp_o3 + tmp_o4; in pvmp3_dct_16() 270 tmp4 = -tmp4; in pvmp3_dct_16() 278 tmp7 += tmp4; in pvmp3_dct_16() 299 tmp2 += tmp4; in pvmp3_dct_16() [all …]
|
H A D | pvmp3_mdct_18.cpp | 140 int32 tmp4; in pvmp3_mdct_18() local 168 tmp4 = vec[14]; // in pvmp3_mdct_18() 182 vec[ 9] = vec[13] - tmp4; in pvmp3_mdct_18() 183 vec[11] = vec[15] - tmp4; in pvmp3_mdct_18() 196 tmp4 = vec[i+10]; in pvmp3_mdct_18() 200 tmp3 = tmp4; in pvmp3_mdct_18() 206 tmp4 = vec[16]; in pvmp3_mdct_18() 207 vec[16] = tmp3 + tmp4; in pvmp3_mdct_18() 215 tmp4 = vec[17] + tmp4; in pvmp3_mdct_18() 268 tmp4 = history[ 4]; in pvmp3_mdct_18() [all …]
|
H A D | pvmp3_get_scale_factors.cpp | 192 int32 tmp4 = long_sfbtable[i]; in pvmp3_get_scale_factors() local 200 int32 tmp2 = tmp1 * tmp4; in pvmp3_get_scale_factors() 202 tmp4 = 32 - tmp1; in pvmp3_get_scale_factors() 205 *(ptr++) = (tmp3 << (32 - tmp2)) >> tmp4; in pvmp3_get_scale_factors() 210 for (sfb = tmp4; sfb != 0; sfb--) in pvmp3_get_scale_factors() 219 ptr += tmp4; in pvmp3_get_scale_factors()
|
H A D | pvmp3_dct_6.cpp | 122 Int32 tmp4; in pvmp3_dct_6() local 131 tmp4 = vec[4] - vec[1]; in pvmp3_dct_6() 141 tmp0 = fxp_mac32_Q30(tmp4, -cos_3_pi_12, tmp0); in pvmp3_dct_6() 144 vec[3] = fxp_mul32_Q30((tmp3 + tmp4 - tmp5), cos_3_pi_12); in pvmp3_dct_6() 146 tmp0 = fxp_mac32_Q30(tmp4, cos_3_pi_12, tmp0); in pvmp3_dct_6()
|
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/ |
H A D | oversamp_12k8_to_16k.cpp | 284 int16 tmp1, tmp2, tmp3, tmp4; in AmrWbInterpol() local 291 tmp4 = *(pt_x++); in AmrWbInterpol() 295 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); in AmrWbInterpol() 299 tmp4 = *(pt_x++); in AmrWbInterpol() 303 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); in AmrWbInterpol() 307 tmp4 = *(pt_x++); in AmrWbInterpol() 311 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); in AmrWbInterpol() 315 tmp4 = *(pt_x++); in AmrWbInterpol() 319 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); in AmrWbInterpol() 323 tmp4 = *(pt_x++); in AmrWbInterpol() [all …]
|
/aosp12/art/libartbase/base/unix_file/ |
H A D | fd_file_test.cc | 277 art::ScratchFile tmp4; in TEST_F() local 278 EXPECT_TRUE(tmp4.GetFile()->WriteFully(&buffer[0], length)); in TEST_F() 280 EXPECT_NE(reset_compare(tmp, tmp4), 0); in TEST_F()
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_vector_arm64_neon.cc | 1225 __ Sxtl(tmp4.V4S(), tmp2.V4H()); in VisitVecSADAccumulate() 1226 __ Sabal(acc.V2D(), tmp3.V2S(), tmp4.V2S()); in VisitVecSADAccumulate() 1227 __ Sabal2(acc.V2D(), tmp3.V4S(), tmp4.V4S()); in VisitVecSADAccumulate() 1229 __ Sxtl2(tmp4.V4S(), tmp2.V8H()); in VisitVecSADAccumulate() 1230 __ Sabal(acc.V2D(), tmp3.V2S(), tmp4.V2S()); in VisitVecSADAccumulate() 1231 __ Sabal2(acc.V2D(), tmp3.V4S(), tmp4.V4S()); in VisitVecSADAccumulate() 1235 __ Sxtl(tmp4.V4S(), tmp2.V4H()); in VisitVecSADAccumulate() 1236 __ Sabal(acc.V2D(), tmp3.V2S(), tmp4.V2S()); in VisitVecSADAccumulate() 1237 __ Sabal2(acc.V2D(), tmp3.V4S(), tmp4.V4S()); in VisitVecSADAccumulate() 1239 __ Sxtl2(tmp4.V4S(), tmp2.V8H()); in VisitVecSADAccumulate() [all …]
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | fastidct.cpp | 1862 ULong tmp4; in BlockIDCTMotionComp() local 1949 tmp4 = *((ULong*)pred); in BlockIDCTMotionComp() 1950 tmp2 = tmp4 & 0xFF; in BlockIDCTMotionComp() 1953 tmp = (tmp4 >> 8) & 0xFF; in BlockIDCTMotionComp() 1957 tmp = (tmp4 >> 16) & 0xFF; in BlockIDCTMotionComp() 1961 tmp = (tmp4 >> 24) & 0xFF; in BlockIDCTMotionComp() 1967 tmp4 = *((ULong*)(pred + 4)); in BlockIDCTMotionComp() 1968 tmp2 = tmp4 & 0xFF; in BlockIDCTMotionComp() 1971 tmp = (tmp4 >> 8) & 0xFF; in BlockIDCTMotionComp() 1975 tmp = (tmp4 >> 16) & 0xFF; in BlockIDCTMotionComp() [all …]
|
/aosp12/art/test/160-read-barrier-stress/src/ |
H A D | Main.java | 138 Object tmp4 = la[i0 + 4444]; in testArrayReadsWithNonConstIndex() local 145 assertSameObject(f4444, tmp4); in testArrayReadsWithNonConstIndex()
|