Lines Matching defs:current_pixel_pair
615 *current_pixel_pair = *vert_pred + horiz_pred; \
616 *vert_pred++ = *current_pixel_pair++;
625 unsigned int *current_pixel_pair;
648 current_pixel_pair = (unsigned int *)current_line;
718 *vert_pred++ = *current_pixel_pair++;
719 horiz_pred = *current_pixel_pair - *vert_pred;
720 *vert_pred++ = *current_pixel_pair++;
752 unsigned int *current_pixel_pair;
775 current_pixel_pair = (unsigned int *)current_line;
844 *vert_pred++ = *current_pixel_pair++;
845 horiz_pred = *current_pixel_pair - *vert_pred;
846 *vert_pred++ = *current_pixel_pair++;