Searched refs:p_bmp (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() argument104 b = ( p_bmp[ 3 * ( h * TCL_JPEG_WIDTH + w ) + 0 ] >> 3 ) & 0x1f; in BMPToRGB()105 g = ( p_bmp[ 3 * ( h * TCL_JPEG_WIDTH + w ) + 1 ] >> 3 ) & 0x1f; in BMPToRGB()106 r = ( p_bmp[ 3 * ( h * TCL_JPEG_WIDTH + w ) + 2 ] >> 3 ) & 0x1f; in BMPToRGB()