View Single Post
Old 20th January 2004, 09:15   #18  |  Link
sh0dan
Retired AviSynth Dev ;)
 
sh0dan's Avatar
 
Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
BPC: 16.
Range: 0 -> 32767. (15 active bits)
Last bit (bit 16): Must always be 0.
Overbright/Superblack: There will be a 7 bit fraction compared to standard YUV. This means that:

15bpc = (unsigned short)8bpc*128
8bpc = (unsigned char)15bpc/128
__________________
Regards, sh0dan // VoxPod
sh0dan is offline   Reply With Quote