Use consistent paramemter type

Change-Id: I2ba5c9cb7e9ac6761ac18262564182039cfaad5b
This commit is contained in:
Yaowu Xu 2016-08-05 16:00:09 -07:00
parent 7e89c102c4
commit bc436734bd

View File

@ -119,7 +119,7 @@ void vp10_highbd_quantize_fp_sse4_1(const tran_low_t *coeff_ptr,
uint16_t *eob_ptr,
const int16_t *scan,
const int16_t *iscan,
const int log_scale) {
int log_scale) {
__m128i coeff[2], qcoeff[2], dequant[2], qparam[3], coeff_sign;
__m128i eob = _mm_setzero_si128();
const tran_low_t *src = coeff_ptr;