Lines Matching refs:tmp_vr
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
1071 tmp_vr = ~(((uint)(tmp_vr & 0xffff) << 16) | (tmp_vr & 0xffff)) + 0x00010001; in I422ToARGB1555Row_DSPR2()
1129 [tmp_ug] "r"(tmp_ug), [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), in I422ToARGB1555Row_DSPR2()
1148 uint32 tmp_vr = yuvconstants->kUVToR[1]; in NV12ToARGBRow_DSPR2() local
1162 tmp_vr = ~(((uint)(tmp_vr & 0xffff) << 16) | (tmp_vr & 0xffff)) + 0x00010001; in NV12ToARGBRow_DSPR2()
1213 [tmp_vr] "r"(tmp_vr), [tmp_bb] "r"(tmp_bb), [tmp_bg] "r"(tmp_bg), in NV12ToARGBRow_DSPR2()