Fe2_vp8_undershoot_pct, Fe2_vp8_token_partitions – Google Flix Engine Linux Reference Manual User Manual

Page 76

Advertising
background image

70

Flix Engine Linux Module Documentation

5.16.2.25

#define FE2_VP8_THREADS

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

Note:

Default: 1

Definition at line 250 of file vp8.h.

5.16.2.26

#define FE2_VP8_TOKEN_PARTITIONS

Number of token partitions.

This defines VP8 partitioning mode for compressed data, i.e., the number of sub-streams in the bitstream.
Used for parallelized decoding.

Note:

Valid range: {1,2,4,8}
Default: 1

Definition at line 237 of file vp8.h.

5.16.2.27

#define FE2_VP8_UNDERSHOOT_PCT

Codec parameter for undershoot percentage.

This value is given as a percentage. Creates output that targets a slightly lower datarate so there are bits
available in the buffer to improve difficult sections.

Note:

Default: 95

Definition at line 112 of file vp8.h.

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

Advertising