Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_dspr2.cc597 uint32 tmp_vg = yuvconstants->kUVToG[1]; in I422ToARGBRow_DSPR2() local
611 tmp_vg = ((uint)(tmp_vg & 0xffff) << 16) | (tmp_vg & 0xffff); in I422ToARGBRow_DSPR2()
663 [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), [tmp_bb] "r"(tmp_bb), in I422ToARGBRow_DSPR2()
879 uint32 tmp_vg = yuvconstants->kUVToG[1]; in I444ToARGBRow_DSPR2() local
894 tmp_vg = ((uint)(tmp_vg & 0xffff) << 16) | (tmp_vg & 0xffff); in I444ToARGBRow_DSPR2()
946 [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), [tmp_bb] "r"(tmp_bb), in I444ToARGBRow_DSPR2()
965 uint32 tmp_vg = yuvconstants->kUVToG[1]; in I422ToARGB4444Row_DSPR2() local
979 tmp_vg = ((uint)(tmp_vg & 0xffff) << 16) | (tmp_vg & 0xffff); in I422ToARGB4444Row_DSPR2()
1037 [tmp_ug] "r"(tmp_ug), [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), in I422ToARGB4444Row_DSPR2()
1056 uint32 tmp_vg = yuvconstants->kUVToG[1]; in I422ToARGB1555Row_DSPR2() local
[all …]