Lines Matching defs:shifts
473 DBG_HELPER_ARGS(dbg, "shifts={%d, %d, %d}", shift_r, shift_g, shift_b);
529 ImagePipelineNode& source, const std::vector<std::size_t>& shifts) :
531 pixel_shifts_{shifts},
575 ImagePipelineNode& source, const std::vector<std::size_t>& shifts) :
577 pixel_shifts_{shifts}
611 const std::vector<std::size_t>& shifts)
613 // we iterate across pixel shifts and find the pixel that needs the maximum shift according to
615 int group_size = shifts.size();
616 int non_filled_group = source_width % shifts.size();
620 int shift_groups = shifts[i] / group_size;
621 int shift_rem = shifts[i] % group_size;