Home
last modified time | relevance | path

Searched refs:GET_B (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/atanks/atanks-6.5/src/
H A Dglobaldata.cpp419 b += GET_B(col_tc) + GET_B(col_mc) + GET_B(col_bc) in get_avg_bgcolor()
420 + GET_B(col_tr) + GET_B(col_mr) + GET_B(col_br); in get_avg_bgcolor()
431 b += GET_B(col_tc) + GET_B(col_mc) + GET_B(col_bc) in get_avg_bgcolor()
432 + GET_B(col_tl) + GET_B(col_ml) + GET_B(col_bl); in get_avg_bgcolor()
443 b += GET_B(col_tl) + GET_B(col_ml) + GET_B(col_bl) in get_avg_bgcolor()
444 + GET_B(col_tr) + GET_B(col_mr) + GET_B(col_br); in get_avg_bgcolor()
458 b += GET_B(col_ml) + GET_B(col_mc) + GET_B(col_mr) in get_avg_bgcolor()
459 + GET_B(col_bl) + GET_B(col_bc) + GET_B(col_br); in get_avg_bgcolor()
470 b += GET_B(col_ml) + GET_B(col_mc) + GET_B(col_mr) in get_avg_bgcolor()
471 + GET_B(col_tl) + GET_B(col_tc) + GET_B(col_tr); in get_avg_bgcolor()
[all …]
H A Denvironment.h57 #define GET_B(x) ( x & 0x0000ff) macro
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/
H A Dvdp_render.h50 #define GET_B(pixel) (((pixel) & 0x03) >> 0) macro
56 #define GET_B(pixel) (((pixel) & 0x7c00) >> 10) macro
63 #define GET_B(pixel) (((pixel) & 0x001f) >> 0) macro
71 #define GET_B(pixel) (((pixel) & 0x001f) >> 0) macro
78 #define GET_B(pixel) (((pixel) & 0x0000ff) >> 0) macro
91 uint8 b = GET_B(pixel_out); \
94 int b_decay = GET_B(pixel_old) - b; \
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/
H A Dvdp_render.h50 #define GET_B(pixel) (((pixel) & 0x03) >> 0) macro
56 #define GET_B(pixel) (((pixel) & 0x7c00) >> 10) macro
63 #define GET_B(pixel) (((pixel) & 0x001f) >> 0) macro
71 #define GET_B(pixel) (((pixel) & 0x001f) >> 0) macro
78 #define GET_B(pixel) (((pixel) & 0x0000ff) >> 0) macro
91 uint8 b = GET_B(pixel_out); \
94 int b_decay = GET_B(pixel_old) - b; \
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/apeg-1.2.1/
H A Dadisplay.c178 #define GET_B(y, cb) clamp_val(0, (Y_Table[(y)]+Cb_Table2[(cb)]) >> 16, 255) in apeg_initialize_display() macro
215 apeg_palette[i].b = GET_B(Y, Cb) >> 2; in apeg_initialize_display()
437 *dst = R_Table[GET_R(*py, *pv)+(x)] | G_Table[GET_G(*py, *pu, *pv)+(x)] | B_Table[GET_B(*py, *pu)+(…
440 *dst = R_Table[GET_R(*py, *pv)+(x)] | G_Table[GET_G(*py, *pu, *pv)+(x)] | B_Table[GET_B(*py, *pu)+(…
450 *dst = makeacol32(GET_R(*py, *pv), GET_G(*py, *pu, *pv), GET_B(*py, *pu), 255); \
453 *dst = makeacol32(GET_R(*py, *pv), GET_G(*py, *pu, *pv), GET_B(*py, *pu), 255); \
464 tmp = makecol24(GET_R(*py, *pv), GET_G(*py, *pu, *pv), GET_B(*py, *pu)); \
468 tmp = makecol24(GET_R(*py, *pv), GET_G(*py, *pu, *pv), GET_B(*py, *pu)); \
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_packed_float/
H A Dpack.c45 #define GET_B(p) (((p) >> 22) & 0x3ff) macro
234 uint32_t e_b = GET_B(expected[i]); in test_output()
237 uint32_t o_b = GET_B(out[i]); in test_output()
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dbase64.c43 #define GET_B(n) (unsigned char) (((n) & 0xff00) >> 8) macro
211 dest[1] = GET_B(block); in _base64_to_bin()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dbip32.c807 #define GET_B(name) \ macro
812 GET_B(chain_code)
813 GET_B(parent160) in GET_B() function
814 GET_B(hash160) in GET_B()
815 GET_B(pub_key) in GET_B()
817 GET_B(pub_key_tweak_sum) in GET_B()
/dports/security/libssh/libssh-0.9.6/src/
H A Dbase64.c44 #define GET_B(n) (unsigned char) (((n) & 0xff00) >> 8) macro
217 dest[1] = GET_B(block); in _base64_to_bin()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A Dsystem_gl.h45 #define GET_B(color) ((color >> 0) & 0xFF) macro
/dports/www/larbin/larbin-2.6.3/adns/
H A Dparse.c79 GET_B(fls->cbyte,lablen); in adns__findlabel_next()
84 GET_B(fls->cbyte,jumpto); in adns__findlabel_next()
H A Dreply.c55 GET_B(cbyte,f1); in adns__procdgram()
56 GET_B(cbyte,f2); in adns__procdgram()
H A Dinternal.h704 #define GET_B(cb,tv) ((tv)= GETIL_B((cb))) macro
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/RetroPlayer/rendering/VideoRenderers/
H A DRPRendererGuiTexture.cpp201 colour[2] = static_cast<GLubyte>(GET_B(color)); in RenderInternal()
257 col[2] = static_cast<GLubyte>(GET_B(color)); in RenderInternal()
H A DRPRendererDMA.cpp92 colour[2] = static_cast<GLubyte>(GET_B(color)); in Render()
H A DRPRendererOpenGL.cpp301 colour[2] = static_cast<GLubyte>(GET_B(color)); in Render()
H A DRPRendererOpenGLES.cpp275 colour[2] = static_cast<GLubyte>(GET_B(color)); in Render()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUITextureGLES.cpp52 m_col[2] = (GLubyte)GET_B(color); in Begin()
271 col[2] = (GLubyte)GET_B(color); in DrawQuad()
H A DGUITextureGL.cpp51 m_col[2] = (GLubyte)GET_B(color); in Begin()
288 col[2] = (GLubyte)GET_B(color); in DrawQuad()
/dports/dns/adns/adns-1.6.0/src/
H A Dparse.c80 GET_B(fls->cbyte,lablen); in adns__findlabel_next()
86 GET_B(fls->cbyte,jumpto); in adns__findlabel_next()
H A Dreply.c55 GET_B(cbyte,f1); in adns__procdgram()
56 GET_B(cbyte,f2); in adns__procdgram()
/dports/games/edge/Edge-1.35-source/epi/
H A Dimage_hq2x.cc57 inline u32_t GET_B(u32_t col) { return (col ) & 0xFF; } in GET_B() function
65 dest[2] = (GET_B(c1) * f1 + GET_B(c2) * f2 + GET_B(c3) * f3) >> shift; in LerpColor()
74 dest[2] = GET_B(c1); in Interp0()
/dports/audio/libmikmod/libmikmod-3.3.11.1/drivers/dos/
H A Ddosgus.c797 #define GET_B *src in __gus_timer_update() macro
803 switch (GET_B++) { in __gus_timer_update()
805 __gus_select_voice(gus.cur_voice = GET_B++); in __gus_timer_update()
814 __gus_outregb(GF1R_BALANCE, GET_B++); in __gus_timer_update()
870 #undef GET_B in __gus_timer_update()
/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/
H A Dhelper.h48 #define GET_B(x) ((uint8_t)(((x) >> 16) & 255)) macro
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/
H A Dhelper.h48 #define GET_B(x) ((uint8_t)(((x) >> 16) & 255)) macro

12