ff_hevc_transform_16x16_add_8_sse4   32 libde265/x86/sse-dct.h void ff_hevc_transform_16x16_add_8_sse4(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride);
ff_hevc_transform_16x16_add_8_sse4   99 libde265/x86/sse.cc     accel->transform_16x16_add_8 = ff_hevc_transform_16x16_add_8_sse4;