Searched defs:pixel_index (Results 1 – 6 of 6) sorted by relevance
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/ |
D | object_detector_demo.cc | 129 int pixel_index = image->channels * (image->width * y + x); in EncodeResultToPngFile() local
|
/external/ComputeLibrary/tests/validation/reference/ |
D | CannyEdgeDetector.cpp | 87 const size_t pixel_index = coord2index(dst.shape(), coord); in trace_edge() local
|
/external/armnn/third-party/stb/ |
D | stb_image_resize.h | 1701 int pixel_index = x*channels; in stbir__encode_scanline() local 1744 int pixel_index = x*channels; in stbir__encode_scanline() local 1757 int pixel_index = x*channels; in stbir__encode_scanline() local 1773 int pixel_index = x*channels; in stbir__encode_scanline() local 1786 int pixel_index = x*channels; in stbir__encode_scanline() local 1803 int pixel_index = x*channels; in stbir__encode_scanline() local 1816 int pixel_index = x*channels; in stbir__encode_scanline() local 1832 int pixel_index = x*channels; in stbir__encode_scanline() local 1845 int pixel_index = x*channels; in stbir__encode_scanline() local
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 495 void getExpectedColorFloatComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint cube_face, in getExpectedColorFloatComponentsForTextureLod() 540 void getExpectedColorIntComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint cube_face, glw:… in getExpectedColorIntComponentsForTextureLod() 579 void getExpectedCompressedComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint cube_face, in getExpectedCompressedComponentsForTextureLod() 603 void getExpectedDepthComponentsForTexture(glw::GLuint pixel_index, glw::GLint /* cube_face */, in getExpectedDepthComponentsForTexture() 621 void getExpectedDepthComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint /* cube_face */, in getExpectedDepthComponentsForTextureLod() 683 void getExpectedStencilComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint cube_face, glw::… in getExpectedStencilComponentsForTextureLod() 1661 void (*getComponents)(glw::GLuint pixel_index, glw::GLint cube_face, glw::GLint layer_index, in verifyResultImage()
|
/external/webp/src/enc/ |
D | backward_references_enc.c | 835 int pixel_index = 0; in BackwardRefsWithLocalCache() local
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 508 const size_t pixel_index = --rowbytes/pixel_depth; in generate_row() local
|