Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
48b80f83
Commit
48b80f83
authored
Jan 19, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessary
parent
40ad05ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
hpeldsp.h
libavcodec/hpeldsp.h
+2
-0
No files found.
libavcodec/hpeldsp.h
View file @
48b80f83
...
@@ -76,6 +76,8 @@ typedef struct HpelDSPContext {
...
@@ -76,6 +76,8 @@ typedef struct HpelDSPContext {
* @param pixels source
* @param pixels source
* @param line_size number of bytes in a horizontal line of block
* @param line_size number of bytes in a horizontal line of block
* @param h height
* @param h height
* @note The size is kept at [4][4] to match the above pixel_tabs and avoid
* out of bounds reads in the motion estimation code.
*/
*/
op_pixels_func
put_no_rnd_pixels_tab
[
4
][
4
];
op_pixels_func
put_no_rnd_pixels_tab
[
4
][
4
];
...
...
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