Searched refs:av1_fadst4_new (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | av1_fwd_txfm1d.h | 31 void av1_fadst4_new(const int32_t *input, int32_t *output, int8_t cos_bit,
|
D | av1_fwd_txfm2d.c | 30 case TXFM_TYPE_ADST4: return av1_fadst4_new; in fwd_txfm_type_to_func()
|
D | av1_fwd_txfm1d.c | 676 void av1_fadst4_new(const int32_t *input, int32_t *output, int8_t cos_bit, in av1_fadst4_new() function
|
/external/libaom/libaom/test/ |
D | av1_fwd_txfm1d_test.cc | 33 { av1_fdct4_new, av1_fadst4_new, av1_fidentity4_c },
|
D | av1_inv_txfm1d_test.cc | 27 { av1_fdct4_new, av1_fadst4_new },
|