transform_32x32_add_8_fallback   35 libde265/fallback-dct.h void transform_32x32_add_8_fallback(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride);
transform_32x32_add_8_fallback   62 libde265/fallback.cc   accel->transform_32x32_add_8 = transform_32x32_add_8_fallback;