Lines Matching full:left
145 int pix, left[3]; in tight_detect_smooth_image24() local
161 left[c] = buf[((y+d)*w+x+d)*4+off+c] & 0xFF; in tight_detect_smooth_image24()
166 stats[abs(pix - left[c])]++; in tight_detect_smooth_image24()
167 left[c] = pix; in tight_detect_smooth_image24()
216 int sample, sum, left[3]; \
241 left[c] = (int)(pix >> shift[c] & max[c]); \
252 sum += abs(sample - left[c]); \
253 left[c] = sample; \
556 int here[3], upper[3], left[3], upperleft[3]; in tight_filter_gradient24() local
583 left[c] = here[c]; in tight_filter_gradient24()
588 prediction = left[c] + upper[c] - upperleft[c]; in tight_filter_gradient24()
614 int here[3], upper[3], left[3], upperleft[3]; \
643 left[c] = here[c]; \
648 prediction = left[c] + upper[c] - upperleft[c]; \
770 /* ... to the left. */ in extend_solid_area()
1622 /* Send rectangles at top and left to solid-color area. */ in find_large_solid_color_rect()