search for: inter_nomv

Displaying 2 results from an estimated 2 matches for "inter_nomv".

2008 Mar 20
1
Clarification of specification
...ign MBMODES[mbi] the value MALPHABET[mi], where mi is the index of the Huffman code decoded. B. Otherwise, if no luma-plane blocks in the macro block are coded, read a 3-bit unsigned integer as MBMODES[mbi]. ii. Otherwise, assign MBMODE[mbi] the value 0 (INTER_NOMV). The problem is that, as written, step d/i/B will never be executed. The logic is let x be the phrase "there is a coded luma plane block in this macroblock". if (x) { if (y) { } else if (!x) { /* Can't get here! */ } } else { } I assume that the text B. Otherwise, if no...
2005 Mar 08
6
FPGA implementation/ players speed?
...eed to be able to view the last one without dropouts? 1/5 speed ( 6fps) http://www.elphel.com/downloads/aaa78_06.ogg 1/2 speed (15fps) http://www.elphel.com/downloads/aaa78_15.ogg full speed (30fps) http://www.elphel.com/downloads/aaa78_30.ogg In each clip the first frame is INTRA, all the rest - INTER_NOMV Andrey