Re: [PATCH] video: Fix line padding calculation for 16 and 24 BPP bitmaps

2021-04-11 Thread Anatolij Gustschin
On Tue, 1 Dec 2020 12:30:50 +0100 Sylwester Nawrocki s.nawro...@samsung.com wrote: > Each row in the pixel array in the bitmap file is padded > if necessary so the row size is always a multiple of 4 bytes. > In current code the complement of row size to a multiple of > 4 bytes is further unnecess

Re: [PATCH] video: Fix line padding calculation for 16 and 24 BPP bitmaps

2020-12-01 Thread Jaehoon Chung
On 12/1/20 8:30 PM, Sylwester Nawrocki wrote: > Each row in the pixel array in the bitmap file is padded > if necessary so the row size is always a multiple of 4 bytes. > In current code the complement of row size to a multiple of > 4 bytes is further unnecessarily multiplied by the pixel size. > T