Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h235 unsigned int target_bitrate[VPX_TS_MAX_PERIODICITY];
236 unsigned int rate_decimator[VPX_TS_MAX_PERIODICITY];
238 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
734 unsigned int ts_layer_id[VPX_TS_MAX_PERIODICITY];
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c340 int layer_flags[VPX_TS_MAX_PERIODICITY * NUM_ENCODERS] in main()
533 &layer_flags[i * VPX_TS_MAX_PERIODICITY]); in main()
630 flags = layer_flags[i * VPX_TS_MAX_PERIODICITY + in main()
Dvpx_temporal_svc_encoder.c483 int layer_flags[VPX_TS_MAX_PERIODICITY] = {0}; in main()