Searched refs:STBI__F_paeth_first (Results 1 – 2 of 2) sorted by relevance
4371 STBI__F_paeth_first enumerator4380 STBI__F_paeth_first4451 case STBI__F_paeth_first: cur[k] = raw[k]; break; in stbi__create_png_image_raw()4489 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()4506 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()