Searched refs:pixel_index (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/cl_kernel/ |
D | kernel_wavelet_denoise.cl | 55 int pixel_index = x * 16 + y * imageWidth; 79 …a = (ushort16)(convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler]), convert_ushort… 80 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 2]), convert_ushort(src_p[pixe… 81 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 4]), convert_ushort(src_p[pixe… 82 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 6]), convert_ushort(src_p[pixe… 83 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 8]), convert_ushort(src_p[pixe… 84 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 10]), convert_ushort(src_p[pix… 85 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 12]), convert_ushort(src_p[pix… 86 …convert_ushort(src_p[pixel_index - yScaler * imageWidth - xScaler + 14]), convert_ushort(src_p[pix… 89 …b = (ushort16)(convert_ushort(src_p[pixel_index - yScaler * imageWidth]), convert_ushort(src_p[pix… [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.hpp | 216 …void (*getColorFloatComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_in… 219 …void (*getColorUByteComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_in… 222 …void (*getColorUintComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_ind… 225 …void (*getColorIntComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_inde… 228 void (*getDepthComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, 231 …void (*getStencilComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, 234 …void (*getCompressedComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_in…
|
D | esextcTextureCubeMapArraySampling.cpp | 495 void getExpectedColorFloatComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint cube_face, in getExpectedColorFloatComponentsForTextureLod() argument 501 if (1 == pixel_index % 2) in getExpectedColorFloatComponentsForTextureLod() 540 void getExpectedColorIntComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint cube_face, glw:… in getExpectedColorIntComponentsForTextureLod() argument 545 if (1 == pixel_index % 2) in getExpectedColorIntComponentsForTextureLod() 579 void getExpectedCompressedComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint cube_face, in getExpectedCompressedComponentsForTextureLod() argument 585 if (1 == pixel_index % 2) in getExpectedCompressedComponentsForTextureLod() 603 void getExpectedDepthComponentsForTexture(glw::GLuint pixel_index, glw::GLint /* cube_face */, in getExpectedDepthComponentsForTexture() argument 609 out_components[0] = results[pixel_index]; in getExpectedDepthComponentsForTexture() 621 void getExpectedDepthComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint /* cube_face */, in getExpectedDepthComponentsForTextureLod() argument 625 if (0 == pixel_index % 2) in getExpectedDepthComponentsForTextureLod() [all …]
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 508 const size_t pixel_index = --rowbytes/pixel_depth; in generate_row() local 511 row[rowbytes] = 0xFFU & pixel_index; in generate_row() 516 rowbytes - pixel_index * pixel_depth; in generate_row() 519 0xFFU & (pixel_index + (byte_offset * 2*y) + 1); in generate_row()
|
/external/webp/src/enc/ |
D | backward_references_enc.c | 797 int pixel_index = 0; in BackwardRefsWithLocalCache() local 813 ++pixel_index; in BackwardRefsWithLocalCache() 819 VP8LColorCacheInsert(&hashers, argb[pixel_index++]); in BackwardRefsWithLocalCache()
|