Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
24518a7e
Commit
24518a7e
authored
Sep 27, 2018
by
Nathan Egge
Committed by
Ronald S. Bultje
Sep 27, 2018
Browse files
Fix spacing in bitfn().
parent
6bd6c2b3
Pipeline
#432
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/ipred.c
View file @
24518a7e
...
...
@@ -981,7 +981,7 @@ void bitfn(dav1d_intra_pred_dsp_init)(Dav1dIntraPredDSPContext *const c) {
c
->
cfl_ac
[
DAV1D_PIXEL_LAYOUT_I422
-
1
][
RTX_4X8
]
=
cfl_ac_8x8_to_4x8_c
;
c
->
cfl_ac
[
DAV1D_PIXEL_LAYOUT_I422
-
1
][
RTX_8X4
]
=
cfl_ac_16x4_to_8x4_c
;
c
->
cfl_ac
[
DAV1D_PIXEL_LAYOUT_I422
-
1
][
TX_8X8
]
=
cfl_ac_16x8_to_8x8_c
;
c
->
cfl_ac
[
DAV1D_PIXEL_LAYOUT_I422
-
1
][
RTX_8X16
]
=
cfl_ac_16x16_to_8x16_c
;
c
->
cfl_ac
[
DAV1D_PIXEL_LAYOUT_I422
-
1
][
RTX_8X16
]
=
cfl_ac_16x16_to_8x16_c
;
c
->
cfl_ac
[
DAV1D_PIXEL_LAYOUT_I422
-
1
][
RTX_16X8
]
=
cfl_ac_32x8_to_16x8_c
;
c
->
cfl_ac
[
DAV1D_PIXEL_LAYOUT_I422
-
1
][
TX_16X16
]
=
cfl_ac_32x16_to_16x16_c
;
c
->
cfl_ac
[
DAV1D_PIXEL_LAYOUT_I422
-
1
][
RTX_16X32
]
=
cfl_ac_32x32_to_16x32_c
;
...
...
Jean-Baptiste Kempf
@jbk
mentioned in issue
#15 (closed)
·
Nov 05, 2018
mentioned in issue
#15 (closed)
mentioned in issue #15
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment