Commit e999a4ed authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '2866d108'

* commit '2866d108':
  vp8dsp: Remove the comment saying that the height is equal to the width
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 90b72f6b 2866d108
......@@ -70,7 +70,7 @@ typedef struct VP8DSPContext {
void (*vp8_h_loop_filter_simple)(uint8_t *dst, ptrdiff_t stride, int flim);
/**
* first dimension: 4-log2(width), height is assumed equal to width
* first dimension: 4-log2(width)
* second dimension: 0 if no vertical interpolation is needed;
* 1 4-tap vertical interpolation filter (my & 1)
* 2 6-tap vertical interpolation filter (!(my & 1))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment