dattrax
21st August 2002, 21:03
All developers,
I have attached the results from my profiling experiments using rational quantify. You may find them suprising....
to sumerise
23.74% of the decode was spent in a routine yv12_to_yuv_c, which there is no mmx version of this yet, I don't know if this is a big issue, but I know a lot of programs prefer raster 4:2:0 out over other modes. It may be worth writing an mmx version of this.
12.56% in decoder_mbinter
9.49% in idct_mmx
6.61% in decoder_mbintra
Jim
I have attached the results from my profiling experiments using rational quantify. You may find them suprising....
to sumerise
23.74% of the decode was spent in a routine yv12_to_yuv_c, which there is no mmx version of this yet, I don't know if this is a big issue, but I know a lot of programs prefer raster 4:2:0 out over other modes. It may be worth writing an mmx version of this.
12.56% in decoder_mbinter
9.49% in idct_mmx
6.61% in decoder_mbintra
Jim