mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Reindent after r23721.
Originally committed as revision 23722 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
157cb0694a
commit
2b6a950361
@ -110,9 +110,9 @@ static void pred4x4_vertical_vp8_c(uint8_t *src, const uint8_t *topright, int st
|
||||
LOAD_TOP_EDGE
|
||||
LOAD_TOP_RIGHT_EDGE
|
||||
uint32_t v = PACK4UINT8((lt + 2*t0 + t1 + 2) >> 2,
|
||||
(t0 + 2*t1 + t2 + 2) >> 2,
|
||||
(t1 + 2*t2 + t3 + 2) >> 2,
|
||||
(t2 + 2*t3 + t4 + 2) >> 2);
|
||||
(t0 + 2*t1 + t2 + 2) >> 2,
|
||||
(t1 + 2*t2 + t3 + 2) >> 2,
|
||||
(t2 + 2*t3 + t4 + 2) >> 2);
|
||||
|
||||
AV_WN32A(src+0*stride, v);
|
||||
AV_WN32A(src+1*stride, v);
|
||||
|
Loading…
Reference in New Issue
Block a user