Lines Matching refs:samples_per_pixel
399 const size_t samples_per_pixel,const size_t bits_per_pixel, in GetBytesPerRow() argument
409 bytes_per_row=4*(((size_t) samples_per_pixel*columns*bits_per_pixel+31)/ in GetBytesPerRow()
416 bytes_per_row=4*(((size_t) samples_per_pixel*columns*bits_per_pixel+31)/ in GetBytesPerRow()
424 bytes_per_row=4*(((size_t) samples_per_pixel*columns*bits_per_pixel+ in GetBytesPerRow()
428 bytes_per_row=4*(((size_t) (32*((samples_per_pixel*columns+2)/3))+31)/32); in GetBytesPerRow()
435 bytes_per_row=4*(((size_t) samples_per_pixel*columns*bits_per_pixel+ in GetBytesPerRow()
439 bytes_per_row=2*(((size_t) (16*samples_per_pixel*columns)+15)/16); in GetBytesPerRow()
446 bytes_per_row=2*(((size_t) samples_per_pixel*columns*bits_per_pixel+ in GetBytesPerRow()
450 bytes_per_row=4*(((size_t) samples_per_pixel*columns*bits_per_pixel+31)/ in GetBytesPerRow()
456 bytes_per_row=4*(((size_t) samples_per_pixel*columns*bits_per_pixel+31)/ in GetBytesPerRow()
462 bytes_per_row=8*(((size_t) samples_per_pixel*columns*bits_per_pixel+63)/ in GetBytesPerRow()
682 samples_per_pixel; in ReadDPXImage() local
1152 samples_per_pixel=1; in ReadDPXImage()
1159 samples_per_pixel=2; in ReadDPXImage()
1166 samples_per_pixel=3; in ReadDPXImage()
1172 samples_per_pixel=3; in ReadDPXImage()
1180 samples_per_pixel=4; in ReadDPXImage()
1211 extent=GetBytesPerRow(image->columns,samples_per_pixel,image->depth, in ReadDPXImage()