Searched refs:n_coeffs (Results 1 – 1 of 1) sorted by relevance
74 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_b_32x32_c() argument91 vpx_memset(qcoeff_ptr, 0, n_coeffs * sizeof(int16_t)); in vp9_quantize_b_32x32_c()92 vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t)); in vp9_quantize_b_32x32_c()96 for (i = 0; i < n_coeffs; i++) { in vp9_quantize_b_32x32_c()