Searched refs:nextl (Results 1 – 1 of 1) sorted by relevance
1606 const f_pixel nextl = next_row[i]; in contrast_maps() local1608 const float a1 = fabsf (prevl.a + nextl.a - curr.a * 2.f), in contrast_maps()1609 r1 = fabsf (prevl.r + nextl.r - curr.r * 2.f), in contrast_maps()1610 g1 = fabsf (prevl.g + nextl.g - curr.g * 2.f), in contrast_maps()1611 b1 = fabsf (prevl.b + nextl.b - curr.b * 2.f); in contrast_maps()