Searched refs:av1_iidentity8_c (Results 1 – 4 of 4) sorted by relevance
50 void av1_iidentity8_c(const int32_t *input, int32_t *output, int8_t cos_bit,
125 case TXFM_TYPE_IDENTITY8: return av1_iidentity8_c; in inv_txfm_type_to_func()
1044 void av1_iidentity8_c(const int32_t *input, int32_t *output, int8_t cos_bit, in av1_iidentity8_c() function
52 { av1_idct8_new, av1_iadst8_new, av1_iidentity8_c },