PDA

View Full Version : h264, libavcodec hadamar??


bakel
24th June 2005, 11:08
hey, im using libavcodec as underground for my h264 baseline decoder...

last question seemed to be to hard... whell here i have new one :)

decoding h264 baseline:
i found the idct part
now i need to find the hadamar part of the inverse transformation.. but because there are so many name changes in the code i cant realy follow it anymore.. anyone know how the hadamar works ( code level pls )?

thnks in advance

bakel
5th July 2005, 14:44
maybe it will help someone someday.. (decoder with libavcodec)

i found idct part at h264idct... (to easy to find)

i found the hadamard stuff on the same place as the inverse transformation... they have put those two together in few functions in h264.c