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
7c61e4b1
Commit
7c61e4b1
authored
Nov 04, 2014
by
Michael Niedermayer
Committed by
Vittorio Giovara
Nov 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hpeldsp: Increase put_no_rnd_pixels_tab[][] size
CC: libav-stable@libav.org Bug-Id: CID 991852
parent
db71c492
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hpeldsp.h
libavcodec/hpeldsp.h
+2
-2
No files found.
libavcodec/hpeldsp.h
View file @
7c61e4b1
...
...
@@ -69,7 +69,7 @@ typedef struct HpelDSPContext {
/**
* Halfpel motion compensation with no rounding (a+b)>>1.
* this is an array[
2
][4] of motion compensation functions for 2
* this is an array[
4
][4] of motion compensation functions for 2
* horizontal blocksizes (8,16) and the 4 halfpel positions<br>
* *pixels_tab[ 0->16xH 1->8xH ][ xhalfpel + 2*yhalfpel ]
* @param block destination where the result is stored
...
...
@@ -77,7 +77,7 @@ typedef struct HpelDSPContext {
* @param line_size number of bytes in a horizontal line of block
* @param h height
*/
op_pixels_func
put_no_rnd_pixels_tab
[
2
][
4
];
op_pixels_func
put_no_rnd_pixels_tab
[
4
][
4
];
/**
* Halfpel motion compensation with no rounding (a+b)>>1.
...
...
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