Skip to content

Commit 042473e

Browse files
Merge pull request #3864 from xry111/xry111/VAACalcSad_lsx_type
Remove unused parameters in VAACalcSad_lsx
2 parents a85e118 + f285349 commit 042473e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codec/processing/src/loongarch/vaa_lsx.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545

4646
void VAACalcSad_lsx (const uint8_t* pCurData, const uint8_t* pRefData,
4747
int32_t iPicWidth, int32_t iPicHeight, int32_t iPicStride,
48-
int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8,
49-
uint8_t* pMad8x8) {
48+
int32_t* pFrameSad, int32_t* pSad8x8) {
5049
const uint8_t* tmp_ref = pRefData;
5150
const uint8_t* tmp_cur = pCurData;
5251
int32_t iMbWidth = (iPicWidth >> 4);

0 commit comments

Comments
 (0)