Searched refs:tmp_vr (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/source/ |
D | row_dspr2.cc | 598 uint32 tmp_vr = yuvconstants->kUVToR[1]; in I422ToARGBRow_DSPR2() local 612 tmp_vr = ~(((uint)(tmp_vr & 0xffff) << 16) | (tmp_vr & 0xffff)) + 0x00010001; in I422ToARGBRow_DSPR2() 663 [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), [tmp_bb] "r"(tmp_bb), in I422ToARGBRow_DSPR2() 880 uint32 tmp_vr = yuvconstants->kUVToR[1]; in I444ToARGBRow_DSPR2() local 895 tmp_vr = ~(((uint)(tmp_vr & 0xffff) << 16) | (tmp_vr & 0xffff)) + 0x00010001; in I444ToARGBRow_DSPR2() 946 [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), [tmp_bb] "r"(tmp_bb), in I444ToARGBRow_DSPR2() 966 uint32 tmp_vr = yuvconstants->kUVToR[1]; in I422ToARGB4444Row_DSPR2() local 980 tmp_vr = ~(((uint)(tmp_vr & 0xffff) << 16) | (tmp_vr & 0xffff)) + 0x00010001; in I422ToARGB4444Row_DSPR2() 1037 [tmp_ug] "r"(tmp_ug), [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), in I422ToARGB4444Row_DSPR2() 1057 uint32 tmp_vr = yuvconstants->kUVToR[1]; in I422ToARGB1555Row_DSPR2() local [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_hbe_trans.c | 892 FLOAT32 tmp_vr, tmp_vi; in ixheaacd_hbe_post_anal_prod3() local 947 tmp_vr = temp_r1 + ptr_sel1[4] * temp_r + ptr_sel1[5] * temp_i; in ixheaacd_hbe_post_anal_prod3() 953 tmp_vr *= 0.3984033437f; in ixheaacd_hbe_post_anal_prod3() 956 base1 = base + tmp_vr * tmp_vr; in ixheaacd_hbe_post_anal_prod3() 961 ptr_vec_x[2] = tmp_vr * mag_scaling_fac; in ixheaacd_hbe_post_anal_prod3() 1350 FLOAT32 tmp_vr, tmp_vi; in ixheaacd_hbe_post_anal_xprod3() local 1405 tmp_vr = temp_r1 + ptr_sel1[4] * temp_r + ptr_sel1[5] * temp_i; in ixheaacd_hbe_post_anal_xprod3() 1411 tmp_vr *= 0.3984033437f; in ixheaacd_hbe_post_anal_xprod3() 1414 base1 = base + tmp_vr * tmp_vr; in ixheaacd_hbe_post_anal_xprod3() 1419 ptr_vec_x[2] = tmp_vr * mag_scaling_fac; in ixheaacd_hbe_post_anal_xprod3()
|