"(MPEG4 Part 10) Baseline Profile (no cabac)"
Looking from the MPEG side the standard is called MPEG-4 Part 10 (ISO 14496-10), looking from the ITU side, it is called H.264.
AVC/H.264 defines four different Profiles: Baseline, Main, Extended and High Profile
i2700g helps decode baseline h.264. A full rate H.264 Baseline profile stream decode can be achieved with the core running at less than 50MHz (CIF resolution: 352x288 pixels, 30 frames per second). 640x480 30fps required 100MHz.
"CABAC"
AVC/H.264 defines two, more advanced tools for entropy coding of the bitstream syntax (macroblock-type, motionvectors + reference-index...) than MPEG-4 ASP: Context-Adaptive Variable Length Coding (CAVLC) and Context-Adaptive Binary Arithmetic Coding (CABAC) CABAC, compared to CAVLC (aka UVLC) which is the default method in AVC/H.264, is a more powerful compression method, being said to bring down the bitrate additonally by about 10-15% (especially on high bitrates). CABAC (as CAVLC) is a lossless method and therefore will never hurt the quality, but will slow down encoding and decoding.
i2700g helps with CAVLC.
"Inverse H.264 intra prediction"
read here:
http://www.multimedia.edu.pl/publica..._ECCTD2005.pdf
i2700g helps in this cpu-eating process.
In Dell x50v i2700g (mvda2 video core) running at 75MHz. This means h264 640x272 or 352 in 24-25 fps is real on x50v.
That means: i2700g can helps decode h.264.