Thread: CABAC/CAVLC Algorithm Encoding/Decoding

  1. #1
    Registered User
    Join Date
    Aug 2006
    Posts
    3

    Smile CABAC/CAVLC Algorithm Encoding/Decoding

    Hi All,
    This is my post in this forum.I am doing my MCA final year. I am in the stage of final Year Projects. My Guide adviced me do project in CABAC/CAVLC algorithm encoding/decoding for movie files.Where can i found the tutorials and sample code.

    Thanks in advance.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    There isn't a tutorial on every little thing. If google doesn't come up with something suitable then you'll probably have to figure it out on your own.
    My best code is written with the delete key.

  3. #3
    Registered User
    Join Date
    Aug 2006
    Posts
    3
    I don't find any source in google search.

  4. #4
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    search for "arithmetic coding encoding" and "variable-lenght encoding coding"
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    What is it with final year projects that makes people think they can just download something off the web?

    Oh that's right, they're looking for the easy way out.

    God knows what they'll do when they get a job with their downloaded degree.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  6. #6
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    You never did?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  7. #7
    the Wizard
    Join Date
    Aug 2004
    Posts
    109
    Salem since you haven't noticed I'll write it to ya, the person asked for tutorials and sample code.. Doesn't that sound like something he can LEARN from? I know that's what I'm doing from a tutorial!

    Cheers
    -//Marc Poulsen -//MipZhaP

    He sat down, he programmed, he got an error...

  8. #8
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by MipZhaP
    Salem since you haven't noticed I'll write it to ya, the person asked for tutorials and sample code.. Doesn't that sound like something he can LEARN from? I know that's what I'm doing from a tutorial!

    Cheers
    MipZhaP since you haven't noticed I'll write it to ya, the person is doing a final year project.. Doesn't that sound like something one would be doing after he TOOK a course on the subject? I know that's what I have before a project!

    Cheers

    Everything he needs to know he should already know. As Prelude said, somethings you have to figure out on your own.
    Last edited by SlyMaelstrom; 08-23-2006 at 06:26 AM.
    Sent from my iPadŽ

  9. #9
    the Wizard
    Join Date
    Aug 2004
    Posts
    109
    What wrong with learning more?
    Btw. nice rewrite of my post SlyMaelstrom
    -//Marc Poulsen -//MipZhaP

    He sat down, he programmed, he got an error...

  10. #10
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Well someone who's got to the final year of a course and hasn't figured out what a search engine is for doesn't deserve a degree IMO.

    It's just another useless "I'm too lazy / dumb to use a search engine" post.
    It certainly isn't a C++ question (which is why it's moved).

    Or as more likely, they've spent 5 minutes trying all the obvious stuff and then gave up when the first 10 links didn't show exactly what they were after.

    I mean, the obvious first person to ask about it would be the tutor who assigned the project.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  11. #11
    Registered User
    Join Date
    Aug 2006
    Posts
    3
    Is there any source code avaliable for HUFFMAN ALGORITHM

  12. #12
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    See what I mean - it's just one "google for me post after another".
    This is done.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Implement of a Fast Time Series Evaluation Algorithm
    By BiGreat in forum C Programming
    Replies: 7
    Last Post: 12-04-2007, 02:30 AM
  2. Replies: 4
    Last Post: 12-10-2006, 07:08 PM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM