Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_dspr2.cc596 uint32 tmp_ug = yuvconstants->kUVToG[0]; in I422ToARGBRow_DSPR2() local
610 tmp_ug = ((uint)(tmp_ug & 0xffff) << 16) | (tmp_ug & 0xffff); in I422ToARGBRow_DSPR2()
662 [tmp_ub] "r"(tmp_ub), [tmp_ug] "r"(tmp_ug), [yg] "r"(yg), in I422ToARGBRow_DSPR2()
878 uint32 tmp_ug = yuvconstants->kUVToG[0]; in I444ToARGBRow_DSPR2() local
893 tmp_ug = ((uint)(tmp_ug & 0xffff) << 16) | (tmp_ug & 0xffff); in I444ToARGBRow_DSPR2()
945 [v_buf] "r"(v_buf), [tmp_ub] "r"(tmp_ub), [tmp_ug] "r"(tmp_ug), in I444ToARGBRow_DSPR2()
964 uint32 tmp_ug = yuvconstants->kUVToG[0]; in I422ToARGB4444Row_DSPR2() local
978 tmp_ug = ((uint)(tmp_ug & 0xffff) << 16) | (tmp_ug & 0xffff); in I422ToARGB4444Row_DSPR2()
1037 [tmp_ug] "r"(tmp_ug), [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), in I422ToARGB4444Row_DSPR2()
1055 uint32 tmp_ug = yuvconstants->kUVToG[0]; in I422ToARGB1555Row_DSPR2() local
[all …]