Home
last modified time | relevance | path

Searched refs:jj (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c152 int jj = (nn-mm)*4*255/PALETTE_SIZE; in init_palette() local
153 palette[nn] = make565(255, jj, 255-jj); in init_palette()
157 int jj = (nn-mm)*4*255/PALETTE_SIZE; in init_palette() local
158 palette[nn] = make565(255-jj, 255, jj); in init_palette()
162 int jj = (nn-mm)*4*255/PALETTE_SIZE; in init_palette() local
163 palette[nn] = make565(0, 255-jj, 255); in init_palette()
167 int jj = (nn-mm)*4*255/PALETTE_SIZE; in init_palette() local
168 palette[nn] = make565(jj, 0, 255); in init_palette()
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c157 int jj = (nn-mm)*4*255/PALETTE_SIZE; in init_palette() local
158 palette[nn] = make565(255, jj, 255-jj); in init_palette()
162 int jj = (nn-mm)*4*255/PALETTE_SIZE; in init_palette() local
163 palette[nn] = make565(255-jj, 255, jj); in init_palette()
167 int jj = (nn-mm)*4*255/PALETTE_SIZE; in init_palette() local
168 palette[nn] = make565(0, 255-jj, 255); in init_palette()
172 int jj = (nn-mm)*4*255/PALETTE_SIZE; in init_palette() local
173 palette[nn] = make565(jj, 0, 255); in init_palette()
/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.cpp835 int jj = j; in ComputeMask() local
836 double sj = jj + rect.top; in ComputeMask()
846 (unsigned) jj < imgMos.Y.height) ? 1 : 0; in ComputeMask()
867 imgMos.Y.ptr[jj][ii] = (unsigned char)site_idx; in ComputeMask()
919 int jj = (j << dscale); in ProcessPyramidForThisFrame() local
920 double sj = jj + rect.top; in ProcessPyramidForThisFrame()
929 (unsigned) jj < imgMos.Y.height) ? 1 : 0; in ProcessPyramidForThisFrame()
931 if(inMask && imgMos.Y.ptr[jj][ii] != site_idx && in ProcessPyramidForThisFrame()
932 imgMos.V.ptr[jj][ii] != site_idx && in ProcessPyramidForThisFrame()
933 imgMos.Y.ptr[jj][ii] != 255) in ProcessPyramidForThisFrame()
[all …]