Flixengine2/codecs/vp8.h file reference, 14 flixengine2/codecs/vp8.h file reference, Engine2/codecs – Google Flix Engine Linux Reference Manual User Manual

Page 289: Vp8.h, 1 detailed description, Defines

Advertising
background image

6.14 flixengine2/codecs/vp8.h File Reference

283

6.14

flixengine2/codecs/vp8.h File Reference

6.14.1

Detailed Description

Reference module(s):

VP8

.

Definition in file

vp8.h

.

Defines

• #define

FE2_VP8_PROFILE

Bitstream profile.

• #define

FE2_VP8_ALTREF

Enable the use of alternate reference frames.

• #define

FE2_VP8_AR_MAX_FRAMES

Max number of frames blurred creating alternate reference.

• #define

FE2_VP8_AR_TYPE

Filter type to use w/alternate reference.

• #define

FE2_VP8_AR_STRENGTH

Filter strength for the alternate reference.

• #define

FE2_VP8_MB_STATIC_THRESHOLD

Threshold for macroblocks treated static.

• #define

FE2_VP8_TOKEN_PARTITIONS

Number of token partitions.

• #define

FE2_VP8_LAG

Allow lagged encoding If set, this value allows the encoder to consume a number of input frames before
producing output frames. This allows the encoder to base decisions for the current frame on future frames.

• #define

FE2_VP8_THREADS

Number of threads to use A reasonable selection would be the number of cores on the system.

Codec name

• #define

FE2_CODEC_VP8

Codec name for use with

Flix2_AddCodec()

.

General VP8 settings

• #define

FE2_VP8_BITRATE

Alias for

FE2_CODECPARAM_BITRATE

.

• #define

FE2_VP8_KFINTTYPE

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising