Implement the idct
lu-zero opened this issue · 2 comments
lu-zero commented
Functions to implement for this task:
- vpx_idct4x4_16_add_vsx
- vpx_idct8x8_64_add_vsx
- vpx_idct16x16_256_add_vsx
- vpx_idct32x32_1024_add_vsx
sasshka commented
I prepared the list of function and implemented the 4x4 variant.
sasshka commented
- vpx_idct4x4_16_add_vsx https://chromium-review.googlesource.com/c/webm/libvpx/+/529991
- vpx_idct8x8_64_add_vsx https://chromium-review.googlesource.com/c/webm/libvpx/+/532534
- vpx_idct16x16_256_add_vsx https://chromium-review.googlesource.com/c/webm/libvpx/+/584948
- vpx_idct32x32_1024_add_vsx https://chromium-review.googlesource.com/c/webm/libvpx/+/693882