Searched refs:n_coeffs (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_quantize.c74 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, argument
91 vpx_memset(qcoeff_ptr, 0, n_coeffs * sizeof(int16_t));
92 vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t));
96 for (i = 0; i < n_coeffs; i++) {

Completed in 136 milliseconds