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

/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h37 #define VPX_TS_MAX_PERIODICITY 16 macro
42 /*!\deprecated Use #VPX_TS_MAX_PERIODICITY instead. */
43 #define MAX_PERIODICITY VPX_TS_MAX_PERIODICITY
656 unsigned int ts_layer_id[VPX_TS_MAX_PERIODICITY];
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_encoder.h37 #define VPX_TS_MAX_PERIODICITY 16 macro
42 /*!\deprecated Use #VPX_TS_MAX_PERIODICITY instead. */
43 #define MAX_PERIODICITY VPX_TS_MAX_PERIODICITY
711 unsigned int ts_layer_id[VPX_TS_MAX_PERIODICITY];

Completed in 2195 milliseconds