Home
last modified time | relevance | path

Searched defs:pixelSize (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DGaussBlur.h19 int pixelSize; //像素大小 =bpp/8; variable
H A DGaussBlur.cpp92 int pixelSize = bpp / 8; in Filter() local