Searched defs:VPX_TS_MAX_LAYERS (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h40 #define VPX_TS_MAX_LAYERS 5 macro
45 /*!\deprecated Use #VPX_TS_MAX_LAYERS instead. */
46 #define MAX_LAYERS VPX_TS_MAX_LAYERS
631 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];
638 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_encoder.h40 #define VPX_TS_MAX_LAYERS 5 macro
45 /*!\deprecated Use #VPX_TS_MAX_LAYERS instead. */
46 #define MAX_LAYERS VPX_TS_MAX_LAYERS
686 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];
693 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];

Completed in 89 milliseconds