transform_32x32_add_16_fallback   54 libde265/fallback-dct.h void transform_32x32_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth);
transform_32x32_add_16_fallback  102 libde265/fallback.cc   accel->transform_add_16[3] = transform_32x32_add_16_fallback;