Home
last modified time | relevance | path

Searched refs:VPX_TS_MAX_PERIODICITY (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Donyx.h233 unsigned int target_bitrate[VPX_TS_MAX_PERIODICITY];
234 unsigned int rate_decimator[VPX_TS_MAX_PERIODICITY];
236 unsigned int layer_id[VPX_TS_MAX_PERIODICITY];
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h37 #define VPX_TS_MAX_PERIODICITY 16 macro
43 #define MAX_PERIODICITY VPX_TS_MAX_PERIODICITY
690 unsigned int ts_layer_id[VPX_TS_MAX_PERIODICITY];
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c456 int layer_flags[VPX_TS_MAX_PERIODICITY] = {0}; in main()