Displaying 2 results from an estimated 2 matches for "oc_enc_fdct8x8".
2011 Mar 28
3
DCT in Theora
> I put debug code in a function in C,
> but the function oc_enc_fdct8x8() not called.
> Why?
There is no function oc_enc_fdct8x8. It's a macro, which usually calls a
platform-specific version via _enc->opt_vtable.fdct8x8, though on some
platforms, it will call a specific version directly (e.g.,
oc_enc_fdct8x8_x86_64sse2 on x86-64). All of the functions wi...
2011 Mar 28
1
idct/fdct.c function calls
Hi.
I am trying to find calls of idct/fdct.c functions by tracing png2theora.c calls.
But found only:
analyze.c:oc_dct_cost2()
Where and when idct/fdct/mmxidct/mmxfdct.c functions are used?
Mentions of "dct" word:
====
pacify at optima-amd64:/usr/src/libtheora-1.2.0alpha1/lib$ grep dct *.c | cut -f1 -d":" | uniq -c
???? 19 analyze.c
???? 28 decode.c
???? 22 encode.c
????? 4