Home
last modified time | relevance | path

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

/dports/net/pjsip/pjproject-2.11.1/third_party/yuv/source/
H A 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()
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()
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()
1065 tmp_bg = ((uint)(tmp_bg & 0xffff) << 16) | (tmp_bg & 0xffff); in I422ToARGB1555Row_DSPR2()
1130 [tmp_bb] "r"(tmp_bb), [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), in I422ToARGB1555Row_DSPR2()
1156 tmp_bg = ((uint)(tmp_bg & 0xffff) << 16) | (tmp_bg & 0xffff); in NV12ToARGBRow_DSPR2()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libyuv/libyuv/source/
H A 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()
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()
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()
1065 tmp_bg = ((uint)(tmp_bg & 0xffff) << 16) | (tmp_bg & 0xffff); in I422ToARGB1555Row_DSPR2()
1130 [tmp_bb] "r"(tmp_bb), [tmp_bg] "r"(tmp_bg), [tmp_br] "r"(tmp_br), in I422ToARGB1555Row_DSPR2()
1156 tmp_bg = ((uint)(tmp_bg & 0xffff) << 16) | (tmp_bg & 0xffff); in NV12ToARGBRow_DSPR2()
[all …]
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/liblm/
H A Dlm_3g_dmp.c116 bg_t tmp_bg = *bg; in fwrite_bg() local
118 REVERSE_SENSE_SWAP_INT16(tmp_bg.wid); in fwrite_bg()
119 REVERSE_SENSE_SWAP_INT16(tmp_bg.probid); in fwrite_bg()
120 REVERSE_SENSE_SWAP_INT16(tmp_bg.bowtid); in fwrite_bg()
121 REVERSE_SENSE_SWAP_INT16(tmp_bg.firsttg); in fwrite_bg()
122 fwrite(&tmp_bg, sizeof(bg_t), 1, fp); in fwrite_bg()
128 bg32_t tmp_bg = *bg; in fwrite_bg32() local
130 REVERSE_SENSE_SWAP_INT32(tmp_bg.wid); in fwrite_bg32()
131 REVERSE_SENSE_SWAP_INT32(tmp_bg.probid); in fwrite_bg32()
132 REVERSE_SENSE_SWAP_INT32(tmp_bg.bowtid); in fwrite_bg32()
[all …]
/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxo-callbacks.c457 struct Background *tmp_bg; in on_editUndo_activate() local
502 tmp_bg = undo->page->bg; in on_editUndo_activate()
504 undo->bg = tmp_bg; in on_editUndo_activate()
521 tmp_bg = ui.default_page.bg; in on_editUndo_activate()
523 undo->bg = tmp_bg; in on_editUndo_activate()
671 struct Background *tmp_bg; in on_editRedo_activate() local
711 tmp_bg = redo->page->bg; in on_editRedo_activate()
713 redo->bg = tmp_bg; in on_editRedo_activate()
730 tmp_bg = ui.default_page.bg; in on_editRedo_activate()
732 redo->bg = tmp_bg; in on_editRedo_activate()