lu-zero/libvpx

Implement the idct

lu-zero opened this issue · 2 comments

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

I prepared the list of function and implemented the 4x4 variant.