Skip to content

Commit

Permalink
loongarch: match vpx_quantize_b_lsx's signature with rtcd
Browse files Browse the repository at this point in the history
The signature of vpx_quantize_b_lsx in the source code doesn't match the RTCD script.

Changing the signature in the source code to match the RTCD script.

Change-Id: I76012150d0954e51b21ec5a230f1ccf79ee90a2d
  • Loading branch information
KexyBiscuit authored and jzern committed Nov 11, 2024
1 parent a7863b9 commit a604e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpx_dsp/loongarch/quantize_lsx.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static INLINE int16_t accumulate_eob(__m128i eob) {

#if !CONFIG_VP9_HIGHBITDEPTH

void vpx_quantize_b_lsx(const int16_t *coeff_ptr, intptr_t n_coeffs,
void vpx_quantize_b_lsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
const struct macroblock_plane *const mb_plane,
tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr,
const int16_t *dequant_ptr, uint16_t *eob_ptr,
Expand Down

0 comments on commit a604e10

Please sign in to comment.