Error accumulator stats bug.
The error accumulator stats values cpi->prediction_error and cpi->intra_error were being populated with rd values not distortion values. These are only "currently" used in a limited way for RT compress key frame detection. Change-Id: I2702ba1cab6e49ab8dc096ba75b6b34ab3573021
Showing
- vp8/encoder/encodeframe.c 5 additions, 7 deletionsvp8/encoder/encodeframe.c
- vp8/encoder/pickinter.c 5 additions, 11 deletionsvp8/encoder/pickinter.c
- vp8/encoder/pickinter.h 2 additions, 2 deletionsvp8/encoder/pickinter.h
- vp8/encoder/rdopt.c 9 additions, 10 deletionsvp8/encoder/rdopt.c
- vp8/encoder/rdopt.h 5 additions, 5 deletionsvp8/encoder/rdopt.h
Loading
Please register or sign in to comment