fdct_32x32_8_fallback 86 libde265-1.0.3/acceleration-speed/dct-scalar.h fdct_32x32_8_fallback(coeffs, residuals+x+y*stride, stride); fdct_32x32_8_fallback 89 libde265-1.0.3/libde265/fallback-dct.h void fdct_32x32_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride); fdct_32x32_8_fallback 121 libde265-1.0.3/libde265/fallback.cc accel->fwd_transform_8[3] = fdct_32x32_8_fallback;