Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Problem with building ipp media sample

sergey_by1
Beginner
221 Views
Hi.
I've got l_ipp_pca_wmmx_p_5.0.1.003.tgz and l_ipp-sample-media_p_5.0.017.tgz
I'd downloaded this from http://www.intel.com/cd/software/products/asmo-na/eng/perflib/219771.htm

I'm trying to compile it for PXA270 (buildiwmmxt_le.sh).
I've error messages.


cdb:~/ipp/ipp_sample/media/_log/linuxiwmmxt_le_gcc# cat mpeg2_dec.log
touch ./../../_bin/linuxiwmmxt_le_gcc/lib/_libmpeg2_dec.a
/opt/mvlcee/devkit/arm/iwmmxt_le/bin/iwmmxt_le-g++ -mcpu=iwmmxt -mtune=iwmmxt -I/opt/intel/ipp/5.0/pca_wmmx/include -Iinclude -I../common/include -I../../core/umc/include -I../../core/vm/include -I../../core/vm_plus/include -I../color_space_converter/include -I../../io/media_buffers/include -D LINUX32 -D ARM -D _ARM_ -D ARM_ASM -D XSCALE_OPT -o ../../_bin/linuxiwmmxt_le_gcc/obj/mpeg2_dec/umc_mpeg1_dec.o -c src/umc_mpeg1_dec.cpp
src/umc_mpeg1_dec.cpp: In member function `UMC::Status UMC::MPEG2VideoDecoderBase::skipped_macroblockB_mpeg1(int)':
src/umc_mpeg1_dec.cpp:143: error: `ippiMC16x16B_8u_C1' undeclared (first use this function)
src/umc_mpeg1_dec.cpp:143: error: (Each undeclared identifier is reported only once for each function it appears in.)
src/umc_mpeg1_dec.cpp:155: error: `ippiMC8x8B_8u_C1' undeclared (first use this function)
src/umc_mpeg1_dec.cpp:209: error: `ippiMC16x16_8u_C1' undeclared (first use this function)
src/umc_mpeg1_dec.cpp:218: error: `ippiMC8x8_8u_C1' undeclared (first use this function)
make: *** [../../_bin/linuxiwmmxt_le_gcc/obj/mpeg2_dec/umc_mpeg1_dec.o] Error 1


It's more errors here then that.
It seems ipp doesn't support this functions anymore.

Is it version mismatch?
0 Kudos
1 Reply
Ying_S_Intel
Employee
221 Views
Dear Customer,
You used the wrong package to run this media processing sample on PXA270 processor for Linux.

Please notice that this media processing sample was only tested for EM64T, IA32, Itanium and IXP platforms. What you can do is to use the IPP pacakge for IXP and then rebuild this sample.

If you have any further issues, please submit them via Intel Premier Support.
Thanks,
Ying S
Intel Corp.
0 Kudos
Reply