Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
94315360
Commit
94315360
authored
Jan 11, 2013
by
Jim Bankoski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtcd for new wider loop filters
Change-Id: I8826bcdcf72ba6d86bde31cd13902a710399805c
parent
55657aac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
vp9/common/vp9_loopfilter_filters.c
vp9/common/vp9_loopfilter_filters.c
+2
-2
vp9/common/vp9_rtcd_defs.sh
vp9/common/vp9_rtcd_defs.sh
+5
-0
No files found.
vp9/common/vp9_loopfilter_filters.c
View file @
94315360
...
...
@@ -675,7 +675,7 @@ void vp9_mb_lpf_vertical_edge_w
}
while
(
++
i
<
count
*
8
);
}
void
vp9_lpf_mbv_w
(
unsigned
char
*
y_ptr
,
unsigned
char
*
u_ptr
,
void
vp9_lpf_mbv_w
_c
(
unsigned
char
*
y_ptr
,
unsigned
char
*
u_ptr
,
unsigned
char
*
v_ptr
,
int
y_stride
,
int
uv_stride
,
struct
loop_filter_info
*
lfi
)
{
vp9_mb_lpf_vertical_edge_w
(
y_ptr
,
y_stride
,
...
...
@@ -689,7 +689,7 @@ void vp9_lpf_mbv_w(unsigned char *y_ptr, unsigned char *u_ptr,
vp9_mb_lpf_vertical_edge_w
(
v_ptr
,
uv_stride
,
lfi
->
mblim
,
lfi
->
lim
,
lfi
->
hev_thr
,
1
);
}
void
vp9_lpf_mbh_w
(
unsigned
char
*
y_ptr
,
unsigned
char
*
u_ptr
,
void
vp9_lpf_mbh_w
_c
(
unsigned
char
*
y_ptr
,
unsigned
char
*
u_ptr
,
unsigned
char
*
v_ptr
,
int
y_stride
,
int
uv_stride
,
struct
loop_filter_info
*
lfi
)
{
vp9_mb_lpf_horizontal_edge_w
(
y_ptr
,
y_stride
,
...
...
vp9/common/vp9_rtcd_defs.sh
View file @
94315360
...
...
@@ -233,6 +233,11 @@ vp9_loop_filter_simple_bh_c=vp9_loop_filter_bhs_c
vp9_loop_filter_simple_bh_mmx
=
vp9_loop_filter_bhs_mmx
vp9_loop_filter_simple_bh_sse2
=
vp9_loop_filter_bhs_sse2
prototype void vp9_lpf_mbh_w
"unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi"
specialize vp9_lpf_mbh_w
prototype void vp9_lpf_mbv_w
"unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi"
specialize vp9_lpf_mbv_w
#
# post proc
#
...
...
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