Using stride (# of elements) instead of pitch (bytes) in fdct32x32.
Just making fdct consistent with iht/idct/fht functions which all use stride (# of elements) as input argument. Change-Id: Id623c5113262655fa50f7c9d6cec9a91fcb20bb4
Showing
- test/dct32x32_test.cc 7 additions, 8 deletionstest/dct32x32_test.cc
- vp9/common/vp9_rtcd_defs.sh 2 additions, 2 deletionsvp9/common/vp9_rtcd_defs.sh
- vp9/encoder/vp9_dct.c 4 additions, 6 deletionsvp9/encoder/vp9_dct.c
- vp9/encoder/vp9_encodemb.c 4 additions, 4 deletionsvp9/encoder/vp9_encodemb.c
- vp9/encoder/x86/vp9_dct32x32_sse2.c 4 additions, 4 deletionsvp9/encoder/x86/vp9_dct32x32_sse2.c
Loading
Please register or sign in to comment