Searched refs:pa (Results 1 – 3 of 3) sorted by relevance
208 const uint8_t pa = 127; in get_cap_area() local221 cir_x = (cir_x - pa) >> ps; in get_cap_area()226 cir_x = (cir_x + pa) >> ps; in get_cap_area()232 cir_y = (cir_y - pa) >> ps; in get_cap_area()237 cir_y = (cir_y + pa) >> ps; in get_cap_area()
502 const uint8_t pa = 127; in get_rounded_area() local515 cir_x = (cir_x - pa) >> ps; in get_rounded_area()520 cir_x = (cir_x + pa) >> ps; in get_rounded_area()526 cir_y = (cir_y - pa) >> ps; in get_rounded_area()531 cir_y = (cir_y + pa) >> ps; in get_rounded_area()
3978 short pa = LODEPNG_ABS(b - c); in paethPredictor() local3982 if(pb < pa) { a = b; pa = pb; } in paethPredictor()3983 return (pc < pa) ? c : a; in paethPredictor()