Using local variable for token_cache.
The difference with the old code is that originally the whole token_cache was initialized with zeros at the beginning of decode_coefs() function. Now we set several zero values explicitly with "token_cache[scan[c]] = 0". Change-Id: I88cc5031f01d13012d1a4491739c36cb44f9401e
Showing
- vp9/decoder/vp9_decodeframe.c 24 additions, 51 deletionsvp9/decoder/vp9_decodeframe.c
- vp9/decoder/vp9_detokenize.c 5 additions, 5 deletionsvp9/decoder/vp9_detokenize.c
- vp9/decoder/vp9_detokenize.h 1 addition, 2 deletionsvp9/decoder/vp9_detokenize.h
- vp9/decoder/vp9_onyxd_int.h 0 additions, 2 deletionsvp9/decoder/vp9_onyxd_int.h
Loading
Please register or sign in to comment