@@ -1089,7 +1089,7 @@ static int ApplyPredictFilter(VP8LEncoder* const enc, int width, int height,
1089
1089
int quality , int low_effort ,
1090
1090
int used_subtract_green , VP8LBitWriter * const bw ,
1091
1091
int percent_range , int * const percent ,
1092
- int * best_bits ) {
1092
+ int * const best_bits ) {
1093
1093
const int near_lossless_strength =
1094
1094
enc -> use_palette ? 100 : enc -> config -> near_lossless ;
1095
1095
const int max_bits = ClampBits (width , height , enc -> predictor_transform_bits ,
@@ -1121,7 +1121,7 @@ static int ApplyPredictFilter(VP8LEncoder* const enc, int width, int height,
1121
1121
static int ApplyCrossColorFilter (VP8LEncoder * const enc , int width , int height ,
1122
1122
int quality , int low_effort ,
1123
1123
VP8LBitWriter * const bw , int percent_range ,
1124
- int * const percent , int * best_bits ) {
1124
+ int * const percent , int * const best_bits ) {
1125
1125
const int min_bits = enc -> cross_color_transform_bits ;
1126
1126
1127
1127
if (!VP8LColorSpaceTransform (width , height , min_bits , quality , enc -> argb ,
0 commit comments