fixed a crash when MODE_STATS is enabled
The MODE_STATS macro was used to #ifdef around code for mode entropy stats collection, this commit fixed a crash when MODE_STATS is on. The commit also changed a number of array definitions to use defined macros instead of hard-coded numbers. Change-Id: I114592f53a1e44e31e455f5725f036ae6168735a
Showing
- vp8/encoder/encodeframe.c 4 additions, 4 deletionsvp8/encoder/encodeframe.c
- vp8/encoder/ethreading.c 6 additions, 6 deletionsvp8/encoder/ethreading.c
- vp8/encoder/onyx_if.c 12 additions, 8 deletionsvp8/encoder/onyx_if.c
- vp8/encoder/onyx_int.h 2 additions, 2 deletionsvp8/encoder/onyx_int.h
- vp8/encoder/ratectrl.c 3 additions, 3 deletionsvp8/encoder/ratectrl.c
Loading
Please register or sign in to comment