Lines Matching refs:tran_low_t
40 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, …
41 int64_t vp9_block_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_siz…
51 …tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *…
52 …tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *…
53 …tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *…
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);
87 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
88 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
91 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
92 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
95 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
96 void vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
111 …tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *…
112 …tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *…
115 …tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *…