OpenCores
URL https://opencores.org/ocsvn/mpeg2fpga/mpeg2fpga/trunk

Subversion Repositories mpeg2fpga

[/] [mpeg2fpga/] [trunk/] [rtl/] [TODO] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 kdv
- fast forward, still image, slow reverse, ...
2
- fifo sizes depend upon clock speed and mpeg bitrate - hence desired mpeg level.
3
 
4
  motcomp, resample, framestore, regfile: fifo ack/valid
5
  motcomp_addrgen: 1 line offset if field_bottom
6
    /* IMPLEMENTATION:
7
       one-time folding of a line offset into the pointer which stores the
8
       memory address of the current frame saves offsets and conditional
9
       branches throughout the remainder of the picture processing loop */
10
    if (picture_structure==BOTTOM_FIELD)
11
      current_frame[cc]+= (cc==0) ? Coded_Picture_Width : Chroma_Width;
12
 
13
- 1-bit rounding error in hue when running tcela-9-fp-dp/tcela-9.bits conformance test

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.