Lines Matching refs:int16_t

44 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
45 int64_t vp9_block_error_fp_sse2(const int16_t *coeff, const int16_t *dqcoeff, int block_size);
51int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
52int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
53int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
56 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
57 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
60 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
61 void vp9_fht4x4_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
64 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
65 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
75 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
76 void vp9_fwht4x4_mmx(const int16_t *input, tran_low_t *output, int stride);
79 void vp9_hadamard_16x16_c(int16_t const *src_diff, int src_stride, int16_t *coeff);
80 void vp9_hadamard_16x16_sse2(int16_t const *src_diff, int src_stride, int16_t *coeff);
83 void vp9_hadamard_8x8_c(int16_t const *src_diff, int src_stride, int16_t *coeff);
84 void vp9_hadamard_8x8_sse2(int16_t const *src_diff, int src_stride, int16_t *coeff);
99 int16_t vp9_int_pro_col_c(uint8_t const *ref, const int width);
100 int16_t vp9_int_pro_col_sse2(uint8_t const *ref, const int width);
103 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
104 void vp9_int_pro_row_sse2(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height…
111int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
112int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
115int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
118 int16_t vp9_satd_c(const int16_t *coeff, int length);
119 int16_t vp9_satd_sse2(const int16_t *coeff, int length);
126 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
127 int vp9_vector_var_sse2(int16_t const *ref, int16_t const *src, const int bwl);