Home
last modified time | relevance | path

Searched defs:n_coeffs (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c15 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in vpx_quantize_dc()
39 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_highbd_quantize_dc()
67 const int n_coeffs = 1024; in vpx_quantize_dc_32x32() local
95 const int n_coeffs = 1024; in vpx_highbd_quantize_dc_32x32() local
115 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_c()
166 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_c()
216 void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_c()
272 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_c()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_dct_neon.c22 tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c23 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_c()
92 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c()
128 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vp9_highbd_quantize_fp_32x32_c()
Dvp9_dct.c558 tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_c()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c19 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_sse2()
Dvp9_dct_ssse3.c22 const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_ssse3()
Dvp9_dct_intrin_sse2.c183 int16_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_sse2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_sse2.c18 void vpx_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_sse2()
Dhighbd_quantize_intrin_sse2.c95 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_sse2()