Home
last modified time | relevance | path

Searched refs:stbiw__paeth (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h1029 static unsigned char stbiw__paeth(int a, int b, int c) in stbiw__paeth() function
1059 … case 4: line_buffer[i] = (signed char) (z[i] - stbiw__paeth(0,z[i-signed_stride],0)); break; in stbiw__encode_png_line()
1068 …case 4: for (i=n; i < width*n; ++i) line_buffer[i] = z[i] - stbiw__paeth(z[i-n], z[i-signed_stride… in stbiw__encode_png_line()
1070 case 6: for (i=n; i < width*n; ++i) line_buffer[i] = z[i] - stbiw__paeth(z[i-n], 0,0); break; in stbiw__encode_png_line()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h1029 static unsigned char stbiw__paeth(int a, int b, int c) in stbiw__paeth() function
1059 … case 4: line_buffer[i] = (signed char) (z[i] - stbiw__paeth(0,z[i-signed_stride],0)); break; in stbiw__encode_png_line()
1068 …case 4: for (i=n; i < width*n; ++i) line_buffer[i] = z[i] - stbiw__paeth(z[i-n], z[i-signed_stride… in stbiw__encode_png_line()
1070 case 6: for (i=n; i < width*n; ++i) line_buffer[i] = z[i] - stbiw__paeth(z[i-n], 0,0); break; in stbiw__encode_png_line()