transform_idct_16x16_fallback 62 libde265-1.0.3/libde265/fallback-dct.h void transform_idct_16x16_fallback(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits); transform_idct_16x16_fallback 114 libde265-1.0.3/libde265/fallback.cc accel->transform_idct_16x16 = transform_idct_16x16_fallback;