On Mon, Aug 18, 2008 at 08:58:12PM +0200, Keiji Costantini wrote:
> this should be the last post I make today (flu & headache are taking me to
> sleep)
>
> for the moment the rgb24 conversion passed swscale-example.
> tomorrow I shall work on the 32 and 16 bits too.
> Good night everyone
[...]
> /**
> * rgb24
> */
> void gentable24(int srcRange, int/*?*/ v, uint8_t *r , uint8_t *g1, uint8_t
> *g2 , uint8_t *b)
> {
> int i, n, m;
> int32_t tr, tg1, tg2, tb;> tg2 = -((v-128)*71414 / 5^5 ) / 2^5; I do not belive that this works, '^' is the bitwise xor operator in C and not exponentiation. [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are too smart to engage in politics are punished by being governed by those who are dumber. -- Plato
signature.asc
Description: Digital signature
_______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
