Changeset 100 in 3DVCSoftware for trunk/source/Lib/TLibRenderer/TRenImage.h


Ignore:
Timestamp:
9 Aug 2012, 12:53:16 (13 years ago)
Author:
tech
Message:

Adopted modifications:

  • disparity vector generation (A0097)
  • inter-view motion prediction modification (A0049)
  • simplification of disparity vector derivation (A0126)
  • region boundary chain coding (A0070)
  • residual skip intra (A0087)
  • VSO modification (A0033/A0093)

+ Clean ups + Bug fixes

Update of cfg files (A0033 modification 2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibRenderer/TRenImage.h

    r56 r100  
    6969  TRenImagePlane<T>** getPlanes() const;
    7070
     71#if HHI_VSO_SPEEDUP_A033
     72  Void getDataAndStrides( T**    pptData, Int*  piStrides );
     73  Void getWidthAndHeight( Int*  piWidths, Int*  piHeights );
     74#endif
     75
    7176  UInt getNumberOfPlanes()  const;
    7277  UInt getNumberOfQuaterPlanes() const;
Note: See TracChangeset for help on using the changeset viewer.