Merge pull request #65 from artemiy312/patch-1

#64 Fix links to intra/inter predictions
Esse commit está contido em:
Leandro Moreira
2018-06-28 13:47:21 -03:00
commit de GitHub
+1 -1
Ver Arquivo
@@ -450,7 +450,7 @@ Remember that we learned how **frames are typed**?! Well, you can **apply those
## 2nd step - predictions
Once we have the partitions, we can make predictions over them. For the [inter prediction](/digital_video_introduction#temporal-redundancy-inter-prediction) we need **to send the motion vectors and the residual** and the [intra prediction](/digital_video_introduction#spatial-redundancy-intra-prediction) we'll **send the prediction direction and the residual** as well.
Once we have the partitions, we can make predictions over them. For the [inter prediction](#temporal-redundancy-inter-prediction) we need **to send the motion vectors and the residual** and the [intra prediction](#spatial-redundancy-intra-prediction) we'll **send the prediction direction and the residual** as well.
## 3rd step - transform