Searched defs:n_coeffs (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 15 int n_coeffs, int skip_block, in vpx_quantize_dc() 41 int n_coeffs, int skip_block, in vpx_highbd_quantize_dc() 69 const int n_coeffs = 1024; in vpx_quantize_dc_32x32() local 100 const int n_coeffs = 1024; in vpx_highbd_quantize_dc_32x32() local 121 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_c() 173 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_c() 225 void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_c() 283 intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_dct_neon.c | 21 int16_t* coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_neon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 23 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_c() 110 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c() 152 intptr_t n_coeffs, int skip_block, in vp9_highbd_quantize_fp_32x32_c()
|
D | vp9_dct.c | 563 tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_c()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 17 void vp9_quantize_fp_sse2(const int16_t* coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_sse2()
|
D | vp9_dct_ssse3.c | 24 int16_t* coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_ssse3()
|
D | vp9_dct_sse2.c | 187 int16_t* coeff_ptr, intptr_t n_coeffs, in vp9_fdct8x8_quant_sse2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_sse2.c | 42 void vpx_quantize_b_sse2(const tran_low_t* coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_sse2()
|
D | highbd_quantize_intrin_sse2.c | 105 intptr_t n_coeffs, in vpx_highbd_quantize_b_32x32_sse2()
|