Skip to content

Commit

Permalink
Remove leftover debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenat committed Jul 27, 2014
1 parent cb7ca20 commit 2e511b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions JincResize/EWAResizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ static void generate_coeff_table_c(EWACore* func, EWAPixelCoeff* out, int quanti
const float quantized_xpos = float(quantized_x_int) / quantize_x;
const float quantized_ypos = float(quantized_y_int) / quantize_y;

//if (is_border && x > 500) __asm int 3;

if (!is_border && out->factor_map[quantized_y_value*quantize_x + quantized_x_value] != nullptr) {
// Not border pixel and already have coefficient calculated at this quantized position
meta->coeff = out->factor_map[quantized_y_value*quantize_x + quantized_x_value];
Expand Down

0 comments on commit 2e511b1

Please sign in to comment.