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);
51 …int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
52 …int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
53 …int16_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);
85 void vp9_hadamard_8x8_ssse3(int16_t const *src_diff, int src_stride, int16_t *coeff);
100 int16_t vp9_int_pro_col_c(uint8_t const *ref, const int width);
101 int16_t vp9_int_pro_col_sse2(uint8_t const *ref, const int width);
104 void vp9_int_pro_row_c(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
105 void vp9_int_pro_row_sse2(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height…
112 …int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
113 …int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
114 …int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
117 …int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
118 …int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_…
121 int16_t vp9_satd_c(const int16_t *coeff, int length);
122 int16_t vp9_satd_sse2(const int16_t *coeff, int length);
129 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
130 int vp9_vector_var_sse2(int16_t const *ref, int16_t const *src, const int bwl);