Home
last modified time | relevance | path

Searched refs:tmp_br (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/source/
Drow_dspr2.cc601 uint32 tmp_br = yuvconstants->kUVBiasR[0]; in I422ToARGBRow_DSPR2() local
607 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() local
890 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() local
975 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 …]