[FFmpeg-soc] [soc]: r772 - dirac/libavcodec/dirac.c
Diego Biurrun
diego at biurrun.de
Tue Aug 14 15:49:19 CEST 2007
On Tue, Aug 14, 2007 at 01:25:04PM +0200, marco wrote:
>
> Log:
> comments for MC
>
> --- dirac/libavcodec/dirac.c (original)
> +++ dirac/libavcodec/dirac.c Tue Aug 14 13:25:04 2007
> @@ -1301,6 +1326,13 @@ static void blockglob_prediction(DiracCo
>
> + * @param step step size of superblocks, so the amount of MC blocks to copy
superblock step size
> @@ -1605,6 +1645,13 @@ static void decode_component(DiracContex
>
> + * @param level level of the subband
subband level
> @@ -1948,6 +2000,12 @@ static int dirac_idwt(DiracContext *s, i
>
> + * @param framenr frame number in display order
I think frameno or frame_no would be more readable since number is
abbreviated as no. in English.
> @@ -1960,6 +2018,15 @@ static int reference_frame_idx(DiracCont
>
> + * @param width width of frame
> + * @param height height of frame
frame width, frame height, same below
> @@ -2097,6 +2183,16 @@ static int upconvert(DiracContext *s, ui
>
> + * @param blocks amount of blocks
number of blocks?
> @@ -2262,6 +2400,13 @@ static inline void motion_comp_dc_block(
>
> + * @param coeffs coefficients to which the MC will add
coefficients on which to apply MC?
Diego
More information about the FFmpeg-soc
mailing list