Searched refs:blend (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_hw.c916 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) argument
923 yuv = blend ? RGB2YUV(r,g,b) : 0;
930 color, ((blend >> 4) & 0x0f));
943 u32 color, blend, yuv; local
947 blend = (color & 0xF0000000) >> 4;
948 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF,
949 (color >> 16) & 0xFF) | blend : 0;
1059 u8 r, g, b, blend; local
1065 get_user(blend, colors + i * 4 + 3)) {
1069 ret = OSDSetColor(av7110, dc->color + i, r, g, b, blend);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex348 Vorbis uses an overlapping transform, namely the MDCT, to blend one

Completed in 105 milliseconds