/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_lbm.c | 87 Uint32 i, j, bytesperline, nbplanes, stencil, plane, h; in IMG_LoadLBM_RW() local 313 for ( plane=0; plane < (nbplanes+stencil); plane++ ) in IMG_LoadLBM_RW() 315 ptr = MiniBuf + ( plane * bytesperline ); in IMG_LoadLBM_RW() 389 for ( plane=0; plane < (nbplanes + stencil); plane++ ) in IMG_LoadLBM_RW() 391 color = *( MiniBuf + i + ( plane * bytesperline ) ); in IMG_LoadLBM_RW() 396 … if ( ( plane + j ) <= 7 ) ptr[j] |= (Uint8)( color & msk ) >> ( 7 - plane - j ); in IMG_LoadLBM_RW() 397 … else ptr[j] |= (Uint8)( color & msk ) << ( plane + j - 7 ); in IMG_LoadLBM_RW() 419 for ( plane=0; plane < nbplanes; plane++ ) in IMG_LoadLBM_RW() 421 dataBody = MiniBuf[ plane*size+i/8 ]; in IMG_LoadLBM_RW()
|
A D | IMG_pcx.c | 203 int plane; in IMG_LoadPCX_RW() local 204 for ( plane = 0; plane < pcxh.NPlanes; plane++ ) { in IMG_LoadPCX_RW() 213 row[x++] |= bit << plane; in IMG_LoadPCX_RW() 223 int plane; in IMG_LoadPCX_RW() local 224 for ( plane = 0; plane < pcxh.NPlanes; plane++ ) { in IMG_LoadPCX_RW() 226 Uint8 *dst = row + plane; in IMG_LoadPCX_RW()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_yuv.c | 688 Uint8 *plane = (Uint8*) dst; in SDL_ConvertPixels_ARGB8888_to_YUV() local 704 *plane++ = MAKE_Y(r, g, b); in SDL_ConvertPixels_ARGB8888_to_YUV() 705 *plane++ = MAKE_U(R, G, B); in SDL_ConvertPixels_ARGB8888_to_YUV() 707 *plane++ = MAKE_V(R, G, B); in SDL_ConvertPixels_ARGB8888_to_YUV() 712 *plane++ = MAKE_Y(r, g, b); in SDL_ConvertPixels_ARGB8888_to_YUV() 713 *plane++ = MAKE_U(r, g, b); in SDL_ConvertPixels_ARGB8888_to_YUV() 714 *plane++ = MAKE_Y(r, g, b); in SDL_ConvertPixels_ARGB8888_to_YUV() 715 *plane++ = MAKE_V(r, g, b); in SDL_ConvertPixels_ARGB8888_to_YUV() 717 plane += plane_skip; in SDL_ConvertPixels_ARGB8888_to_YUV() 740 plane += plane_skip; in SDL_ConvertPixels_ARGB8888_to_YUV() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_read.c | 512 uint16 plane; in TIFFReadEncodedStrip() local 514 stripsize=TIFFReadEncodedStripGetStripSize(tif, strip, &plane); in TIFFReadEncodedStrip() 539 if ((*tif->tif_decodestrip)(tif,buf,stripsize,plane)<=0) in TIFFReadEncodedStrip() 557 uint16 plane; in _TIFFReadEncodedStripAndAllocBuffer() local 564 this_stripsize=TIFFReadEncodedStripGetStripSize(tif, strip, &plane); in _TIFFReadEncodedStripAndAllocBuffer() 580 if ((*tif->tif_decodestrip)(tif,*buf,this_stripsize,plane)<=0) in _TIFFReadEncodedStripAndAllocBuffer()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | get_disto.c | 59 static void RescalePlane(uint8_t* plane, int width, int height, in RescalePlane() argument 64 uint8_t* const ptr = plane + y * y_stride; in RescalePlane()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes/ |
A D | HelloTFLite.unity | 164 near clip plane: 0.3 165 far clip plane: 1000
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/ |
A D | README | 73 Planar Configuration: single image plane
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 267 -alpha_filter <string> . predictive filtering for alpha plane, 360 -alpha_dither use alpha-plane dithering if needed 365 -alpha ....... only save the alpha plane 406 -noalphadither disable alpha plane dithering
|
A D | NEWS | 75 * reverted alpha plane encoding with color cache for compatibility with
|
A D | ChangeLog | 691 2f51b614 introduce WebPPlaneDistortion to compute plane distortion 861 f918cb10 fix rescaling bug: alpha plane wasn't filled with 0xff 865 06a38c7b fix rescaling bug: alpha plane wasn't filled with 0xff 2114 defc8e1b Merge "fix out-of-bound read during alpha-plane decoding" 2117 207d03b4 fix out-of-bound read during alpha-plane decoding 2446 66740140 Speedup Alpha plane encoding. 3077 c40d7ef1 fix alpha-plane check + add extra checks 3371 3e863dda remove tcoder, switch alpha-plane compression to lossless 3872 8fd42b3a add a stride 'a_stride' for the alpha plane 3873 b8dcbf2f fix alpha-plane copy and crop methods [all …]
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_glfuncs.h | 159 SDL_PROC_UNUSED(void, glGetClipPlane, (GLenum plane, GLdouble * equation))
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengl.h | 843 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation ); 845 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
|
A D | SDL_opengl_glext.h | 4503 typedef void (APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); 4509 typedef void (APIENTRYP PFNGLGETCLIPPLANEXOESPROC) (GLenum plane, GLfixed *equation); 4608 GLAPI void APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 4614 GLAPI void APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation); 4729 typedef void (APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation); 4732 typedef void (APIENTRYP PFNGLGETCLIPPLANEFOESPROC) (GLenum plane, GLfloat *equation); 4736 GLAPI void APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation); 4739 GLAPI void APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
|