Lines Matching defs:coeff
78 static void highbd_fwd_txfm_4x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x4()
91 static void highbd_fwd_txfm_4x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x8()
98 static void highbd_fwd_txfm_8x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x4()
105 static void highbd_fwd_txfm_8x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x16()
113 static void highbd_fwd_txfm_16x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x8()
121 static void highbd_fwd_txfm_16x32(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x32()
128 static void highbd_fwd_txfm_32x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x16()
136 static void highbd_fwd_txfm_16x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x4()
143 static void highbd_fwd_txfm_4x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x16()
150 static void highbd_fwd_txfm_32x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x8()
157 static void highbd_fwd_txfm_8x32(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x32()
165 static void highbd_fwd_txfm_8x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x8()
173 static void highbd_fwd_txfm_16x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x16()
181 static void highbd_fwd_txfm_32x32(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x32()
189 static void highbd_fwd_txfm_32x64(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x64()
198 static void highbd_fwd_txfm_64x32(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_64x32()
208 static void highbd_fwd_txfm_16x64(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x64()
216 static void highbd_fwd_txfm_64x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_64x16()
225 static void highbd_fwd_txfm_64x64(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_64x64()
233 void av1_fwd_txfm(const int16_t *src_diff, tran_low_t *coeff, int diff_stride, in av1_fwd_txfm()
241 void av1_lowbd_fwd_txfm_c(const int16_t *src_diff, tran_low_t *coeff, in av1_lowbd_fwd_txfm_c()
246 void av1_highbd_fwd_txfm(const int16_t *src_diff, tran_low_t *coeff, in av1_highbd_fwd_txfm()
318 tran_low_t *coeff) { in highbd_wht_fwd_txfm()
337 ptrdiff_t src_stride, tran_low_t *coeff) { in wht_fwd_txfm()
349 tran_low_t *coeff) { in av1_quick_txfm()