Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_dspr2.cc603 uint32 tmp_yg; in I422ToARGBRow_DSPR2() local
608 tmp_yg = ((uint)(yg & 0xffff) << 16) | (yg & 0xffff); in I422ToARGBRow_DSPR2()
664 [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), [tmp_yg] "r"(tmp_yg), in I422ToARGBRow_DSPR2()
886 uint32 tmp_yg; in I444ToARGBRow_DSPR2() local
891 tmp_yg = ((uint)(yg & 0xffff) << 16) | (yg & 0xffff); in I444ToARGBRow_DSPR2()
947 [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), [tmp_yg] "r"(tmp_yg), in I444ToARGBRow_DSPR2()
971 uint32 tmp_yg; in I422ToARGB4444Row_DSPR2() local
976 tmp_yg = ((uint)(yg & 0xffff) << 16) | (yg & 0xffff); in I422ToARGB4444Row_DSPR2()
1039 [tmp_yg] "r"(tmp_yg), [tmp_mask] "r"(tmp_mask)); in I422ToARGB4444Row_DSPR2()
1062 uint32 tmp_yg; in I422ToARGB1555Row_DSPR2() local
[all …]