Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
Gin committed Nov 23, 2023
1 parent 7e32047 commit cf8955d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ size_t to_blackwhite_rgb32_range_arm64_NEON(
uint32_t* out, size_t out_bytes_per_row,
uint32_t mins, uint32_t maxs, bool in_range_black
){
// return to_blackwhite_rgb32_range_Default(in, in_bytes_per_row, width, height,
// out, out_bytes_per_row, mins, maxs, in_range_black);
ToBlackWhite_RgbRange_arm64_NEON filter(mins, maxs, in_range_black);
filter_per_pixel(in, in_bytes_per_row, width, height, filter, out, out_bytes_per_row);
return filter.count();
Expand Down

0 comments on commit cf8955d

Please sign in to comment.