Searched refs:tmp_br (Results 1 – 1 of 1) sorted by relevance
601 uint32 tmp_br = yuvconstants->kUVBiasR[0]; in I422ToARGBRow_DSPR2() local607 tmp_br = ((uint)(tmp_br & 0xffff) << 16) | (tmp_br & 0xffff); in I422ToARGBRow_DSPR2()664 [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), [tmp_yg] "r"(tmp_yg), in I422ToARGBRow_DSPR2()883 uint32 tmp_br = yuvconstants->kUVBiasR[0]; in I444ToARGBRow_DSPR2() local890 tmp_br = ((uint)(tmp_br & 0xffff) << 16) | (tmp_br & 0xffff); in I444ToARGBRow_DSPR2()947 [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), [tmp_yg] "r"(tmp_yg), in I444ToARGBRow_DSPR2()969 uint32 tmp_br = yuvconstants->kUVBiasR[0]; in I422ToARGB4444Row_DSPR2() local975 tmp_br = ((uint)(tmp_br & 0xffff) << 16) | (tmp_br & 0xffff); in I422ToARGB4444Row_DSPR2()1038 [tmp_bb] "r"(tmp_bb), [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), in I422ToARGB4444Row_DSPR2()1060 uint32 tmp_br = yuvconstants->kUVBiasR[0]; in I422ToARGB1555Row_DSPR2() local[all …]