ff_hevc_transform_8x8_add_8_sse4   31 libde265/x86/sse-dct.h void ff_hevc_transform_8x8_add_8_sse4(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride);
ff_hevc_transform_8x8_add_8_sse4   98 libde265/x86/sse.cc     accel->transform_8x8_add_8   = ff_hevc_transform_8x8_add_8_sse4;