Home
last modified time | relevance | path

Searched defs:coeff_ptr (Results 1 – 17 of 17) 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()
63 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32()
89 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_highbd_quantize_dc_32x32()
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/vp8/encoder/mips/msa/
Dencodeopt_msa.c15 int32_t vp8_block_error_msa(int16_t *coeff_ptr, int16_t *dq_coeff_ptr) { in vp8_block_error_msa()
44 int16_t *coeff_ptr, *dq_coeff_ptr; in vp8_mbblock_error_msa() local
110 int16_t *coeff_ptr, *dq_coeff_ptr; in vp8_mbuverror_msa() local
Dquantize_msa.c15 static int8_t fast_quantize_b_msa(int16_t *coeff_ptr, int16_t *round, in fast_quantize_b_msa()
82 int16_t *zbin_boost, int16_t *coeff_ptr, int16_t *zbin, int16_t *round, in exact_regular_quantize_b_msa()
185 int16_t *coeff_ptr = b->coeff; in vp8_fast_quantize_b_msa() local
198 int16_t *coeff_ptr = b->coeff; in vp8_regular_quantize_b_msa() local
/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()
57 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t count, in vp9_highbd_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/vp8/encoder/x86/
Dvp8_enc_stubs_sse2.c18 short *coeff_ptr = mb->block[0].coeff; in vp8_mbblock_error_sse2() local
Dvp8_enc_stubs_mmx.c22 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_mmx() local
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c87 int64_t vp9_block_error_msa(const tran_low_t *coeff_ptr, in vp9_block_error_msa()
/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()
Dvp9_quantize_neon.c28 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t count, in vp9_quantize_fp_neon()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c18 void vpx_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t count, in vpx_highbd_quantize_b_sse2()
95 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_highbd_quantize_b_32x32_sse2()
Dquantize_sse2.c18 void vpx_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_sse2()
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c21 short *coeff_ptr = b->coeff; in vp8_fast_quantize_b_c() local
53 short *coeff_ptr = b->coeff; in vp8_regular_quantize_b_c() local
Dencodemb.c150 const short *coeff_ptr; in optimize_b() local
/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()