mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 19:34:43 +00:00
Merge commit '2866d108c9e9da7baf53ff57a51d470691049a57'
* commit '2866d108c9e9da7baf53ff57a51d470691049a57': vp8dsp: Remove the comment saying that the height is equal to the width Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
e999a4ed6c
@ -70,7 +70,7 @@ typedef struct VP8DSPContext {
|
|||||||
void (*vp8_h_loop_filter_simple)(uint8_t *dst, ptrdiff_t stride, int flim);
|
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;
|
* second dimension: 0 if no vertical interpolation is needed;
|
||||||
* 1 4-tap vertical interpolation filter (my & 1)
|
* 1 4-tap vertical interpolation filter (my & 1)
|
||||||
* 2 6-tap vertical interpolation filter (!(my & 1))
|
* 2 6-tap vertical interpolation filter (!(my & 1))
|
||||||
|
Loading…
Reference in New Issue
Block a user