Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_dspr2.cc600 uint32 tmp_bg = yuvconstants->kUVBiasG[0]; in I422ToARGBRow_DSPR2() local
606 tmp_bg = ((uint)(tmp_bg & 0xffff) << 16) | (tmp_bg & 0xffff); in I422ToARGBRow_DSPR2()
664 [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), [tmp_yg] "r"(tmp_yg), in I422ToARGBRow_DSPR2()
882 uint32 tmp_bg = yuvconstants->kUVBiasG[0]; in I444ToARGBRow_DSPR2() local
889 tmp_bg = ((uint)(tmp_bg & 0xffff) << 16) | (tmp_bg & 0xffff); in I444ToARGBRow_DSPR2()
947 [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), [tmp_yg] "r"(tmp_yg), in I444ToARGBRow_DSPR2()
968 uint32 tmp_bg = yuvconstants->kUVBiasG[0]; in I422ToARGB4444Row_DSPR2() local
974 tmp_bg = ((uint)(tmp_bg & 0xffff) << 16) | (tmp_bg & 0xffff); in I422ToARGB4444Row_DSPR2()
1038 [tmp_bb] "r"(tmp_bb), [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), in I422ToARGB4444Row_DSPR2()
1059 uint32 tmp_bg = yuvconstants->kUVBiasG[0]; in I422ToARGB1555Row_DSPR2() local
[all …]