Moving all scan/iscan code into separate vp9_scan.{h, c} files.
Now we have entropy code separate from scan/iscan code. The next step in future is to move iscan code from common part to the encoder. Change-Id: Id9732f7d80aec00af35c1d58d1137c4c96c91451
Showing
- vp9/common/vp9_alloccommon.c 1 addition, 0 deletionsvp9/common/vp9_alloccommon.c
- vp9/common/vp9_entropy.c 0 additions, 342 deletionsvp9/common/vp9_entropy.c
- vp9/common/vp9_entropy.h 4 additions, 185 deletionsvp9/common/vp9_entropy.h
- vp9/common/vp9_scan.c 357 additions, 0 deletionsvp9/common/vp9_scan.c
- vp9/common/vp9_scan.h 200 additions, 0 deletionsvp9/common/vp9_scan.h
- vp9/vp9_common.mk 2 additions, 0 deletionsvp9/vp9_common.mk
Loading
Please register or sign in to comment