Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h4624 STBI__F_paeth_first enumerator
4633 STBI__F_paeth_first
4704 case STBI__F_paeth_first: cur[k] = raw[k]; break; in stbi__create_png_image_raw()
4742 STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],0,0)); } break; in stbi__create_png_image_raw()
4759 STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_bytes],0,0)); } break; in stbi__create_png_image_raw()

Completed in 11 milliseconds