comparison postproc/rgb2rgb_template.c @ 2564:3d04a0991dce

cosmetic
author nick
date Tue, 30 Oct 2001 17:46:07 +0000
parents 71320898b333
children 794dec2fae64
comparison
equal deleted inserted replaced
2563:fc124f9db88e 2564:3d04a0991dce
116 } 116 }
117 117
118 /* 118 /*
119 Original by Strepto/Astral 119 Original by Strepto/Astral
120 ported to gcc & bugfixed : A'rpi 120 ported to gcc & bugfixed : A'rpi
121 MMX, 3DNOW optimization by Nick Kurshev 121 MMX2, 3DNOW optimization by Nick Kurshev
122 */ 122 */
123 void rgb15to16(uint8_t *src,uint8_t *dst,uint32_t src_size) 123 void rgb15to16(uint8_t *src,uint8_t *dst,uint32_t src_size)
124 { 124 {
125 #ifdef HAVE_MMX 125 #ifdef HAVE_MMX
126 register char* s=src+src_size; 126 register char* s=src+src_size;