Home
last modified time | relevance | path

Searched refs:cur16 (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h4852 stbi__uint16 *cur16 = (stbi__uint16*)cur; in stbi__create_png_image_raw() local
4854 for(i=0; i < x*y*out_n; ++i,cur16++,cur+=2) { in stbi__create_png_image_raw()
4855 *cur16 = (cur[0] << 8) | cur[1]; in stbi__create_png_image_raw()

Completed in 12 milliseconds