Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mraulet committed Jan 16, 2013
1 parent d4ca92e commit c7fad89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions HEVC/src/interPrediction/InterPrediction.cal
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
* Decoding process for inter prediction samples
*
*
* @input CuMode : mode (Intra, Inter or Skip mode) of all Cu sent.
* @input CuMode : mode (Intra, Inter or Skip mode) of all CU sent.
*
* @input CuSize : size of all Cu sent.
* @input CuSize : size of all CU sent.
*
* @input IsBiPredOrLx : Indicates when the current Cu is using Bi-prediction.
* @input IsBiPredOrLx : Indicates when the current CU is using Bi-prediction.
*
* @input Mv : movement vectors of the current Cu.
* @input Mv : motion vectors of the current CU.
*
* @input PartMode : Giving the partitioning mode of the current Cu.
* @input PartMode : Giving the partitioning mode of the current CU.
*
* @input Poc : Picture Order Count of the current slice.
*
Expand Down

0 comments on commit c7fad89

Please sign in to comment.