| Index: third_party/libwebp/dsp/enc_mips_dsp_r2.c
|
| diff --git a/third_party/libwebp/dsp/enc_mips_dsp_r2.c b/third_party/libwebp/dsp/enc_mips_dsp_r2.c
|
| index 7c814fa04ac4528b0711bf09f0fe8d91f8ec975b..7ab96f6800a915e5cfe01fc9b95e5d71e898158b 100644
|
| --- a/third_party/libwebp/dsp/enc_mips_dsp_r2.c
|
| +++ b/third_party/libwebp/dsp/enc_mips_dsp_r2.c
|
| @@ -1393,8 +1393,6 @@ static void FTransformWHT(const int16_t* in, int16_t* out) {
|
| "absq_s.ph %[temp1], %[temp1] \n\t" \
|
| "absq_s.ph %[temp2], %[temp2] \n\t" \
|
| "absq_s.ph %[temp3], %[temp3] \n\t" \
|
| - /* TODO(skal): add rounding ? shra_r.ph : shra.ph */ \
|
| - /* for following 4 instructions */ \
|
| "shra.ph %[temp0], %[temp0], 3 \n\t" \
|
| "shra.ph %[temp1], %[temp1], 3 \n\t" \
|
| "shra.ph %[temp2], %[temp2], 3 \n\t" \
|
|
|