Searched refs:p_rgb (Results 1 – 1 of 1) sorted by relevance
35 void BMPToRGB( const u8* p_bmp, u16* p_rgb );95 void BMPToRGB( const u8* p_bmp, u16* p_rgb ) in BMPToRGB() argument108 p_rgb[ ( TCL_JPEG_HEIGHT - h - 1 ) * TCL_JPEG_WIDTH + w ] = (u16)( 0x8000 | in BMPToRGB()