Lines Matching refs:int16_t

42 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
43 int64_t vp9_block_error_fp_neon(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
49int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
50int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
53 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
56 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
59 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
68 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
71 void vp9_hadamard_16x16_c(int16_t const *src_diff, int src_stride, int16_t *coeff);
74 void vp9_hadamard_8x8_c(int16_t const *src_diff, int src_stride, int16_t *coeff);
88 int16_t vp9_int_pro_col_c(uint8_t const *ref, const int width);
89 int16_t vp9_int_pro_col_neon(uint8_t const *ref, const int width);
92 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
93 void vp9_int_pro_row_neon(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height…
99int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
100int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
103int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
106 int16_t vp9_satd_c(const int16_t *coeff, int length);
112 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
113 int vp9_vector_var_neon(int16_t const *ref, int16_t const *src, const int bwl);