Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_dspr2.cc599 uint32 tmp_bb = yuvconstants->kUVBiasB[0]; in I422ToARGBRow_DSPR2() local
605 tmp_bb = ((uint)(tmp_bb & 0xffff) << 16) | (tmp_bb & 0xffff); in I422ToARGBRow_DSPR2()
663 [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), [tmp_bb] "r"(tmp_bb), in I422ToARGBRow_DSPR2()
881 uint32 tmp_bb = yuvconstants->kUVBiasB[0]; in I444ToARGBRow_DSPR2() local
888 tmp_bb = ((uint)(tmp_bb & 0xffff) << 16) | (tmp_bb & 0xffff); in I444ToARGBRow_DSPR2()
946 [tmp_vg] "r"(tmp_vg), [tmp_vr] "r"(tmp_vr), [tmp_bb] "r"(tmp_bb), in I444ToARGBRow_DSPR2()
967 uint32 tmp_bb = yuvconstants->kUVBiasB[0]; in I422ToARGB4444Row_DSPR2() local
973 tmp_bb = ((uint)(tmp_bb & 0xffff) << 16) | (tmp_bb & 0xffff); in I422ToARGB4444Row_DSPR2()
1038 [tmp_bb] "r"(tmp_bb), [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), in I422ToARGB4444Row_DSPR2()
1058 uint32 tmp_bb = yuvconstants->kUVBiasB[0]; in I422ToARGB1555Row_DSPR2() local
[all …]