Searched refs:av1_iidentity16_c (Results 1 – 4 of 4) sorted by relevance
52 void av1_iidentity16_c(const int32_t *input, int32_t *output, int8_t cos_bit,
126 case TXFM_TYPE_IDENTITY16: return av1_iidentity16_c; in inv_txfm_type_to_func()
1051 void av1_iidentity16_c(const int32_t *input, int32_t *output, int8_t cos_bit, in av1_iidentity16_c() function
53 { av1_idct16_new, av1_iadst16_new, av1_iidentity16_c },