HomeSort by: relevance | last modified time | path
    Searched defs:F_paeth_first (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 2688 F_avg_first, F_paeth_first
2693 F_none, F_sub, F_none, F_avg_first, F_paeth_first
2741 case F_paeth_first: cur[k] = raw[k]; break;
2767 CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0));
2790 CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0));
stb_image.c 2688 F_avg_first, F_paeth_first
2693 F_none, F_sub, F_none, F_avg_first, F_paeth_first
2741 case F_paeth_first: cur[k] = raw[k]; break;
2767 CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0));
2790 CASE(F_paeth_first) cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0));

Completed in 30 milliseconds