Using stride (# of elements) instead of pitch (bytes) in fdct8x8.
Just making fdct consistent with iht/idct/fht functions which all use stride (# of elements) as input argument. Change-Id: Ibc944952a192e6c7b2b6a869ec2894c01da82ed1
Showing
- test/fdct8x8_test.cc 2 additions, 2 deletionstest/fdct8x8_test.cc
- vp9/common/vp9_rtcd_defs.sh 1 addition, 1 deletionvp9/common/vp9_rtcd_defs.sh
- vp9/encoder/vp9_dct.c 1 addition, 2 deletionsvp9/encoder/vp9_dct.c
- vp9/encoder/vp9_encodemb.c 2 additions, 2 deletionsvp9/encoder/vp9_encodemb.c
- vp9/encoder/x86/vp9_dct_sse2.c 1 addition, 2 deletionsvp9/encoder/x86/vp9_dct_sse2.c
Loading
Please register or sign in to comment