| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Use the right target bitrate once user changes the bitrate on the fly
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
|
|
|
|
|
|
| |
GEN95_AVC_MAX_LAMBDA is always less than 0xfffa and 0xffef
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
|
|
|
|
| |
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
|
|
|
|
|
|
| |
Instead we should use the corresponding pointers
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All the members in the structures scoreboard1 and scoreboard2 are
signed int of 4 bit long (this means they only admit values from
-8 to 7).
Along the code, these structures are assigned with values bigger
than 7 which are implicitly truncated to negative numbers. For
example, 0xF -> -1 or 0xE -> -2
It is better to explictly show the assigned values than rely on
implicit convertions. This patch aims to that direction.
|
| |
|
|
|
|
|
|
|
|
| |
adaptive transform decision is disabled by default for KBL/GLK/CFL
This fixes https://github.com/01org/intel-vaapi-driver/issues/323
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
|
|
|
|
|
|
| |
Fixes #324
Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com>
|
|
|
|
| |
Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com>
|
|
|
|
|
| |
Signed-off-by: Pengfei Qu <pengfei.qu@intel.com>
Signed-off-by: peng.chen <peng.c.chen@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The AVC PreEnc includes three stage processing:
1: It does the dowscaling of source and reference pictures.
Also generate the variance and pixel average of current frame,
past and future ref based on user request.
2: Second stage involves the Hierarchical Motion Estimation
Only the 4x hme is supported in PreEnc.
3:Third stage is a PreProc which can generate the Motion Vectors and
Distortion values
libva PR: https://github.com/01org/libva/pull/110
Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
|
|
|
|
| |
Signed-off-by: Mark Thompson <sw@jkqxz.net>
|
|
|
|
| |
Signed-off-by: Peng.Chen <peng.c.chen@intel.com>
|
|
Signed-off-by: Wang Tiatian <tiantian.wang@intel.com>
|