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

/external/libvpx/libvpx/vp8/common/
H A 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/
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
734 unsigned int ts_layer_id[VPX_TS_MAX_PERIODICITY];
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c340 int layer_flags[VPX_TS_MAX_PERIODICITY * NUM_ENCODERS]
533 &layer_flags[i * VPX_TS_MAX_PERIODICITY]);
630 flags = layer_flags[i * VPX_TS_MAX_PERIODICITY +
H A Dvpx_temporal_svc_encoder.c483 int layer_flags[VPX_TS_MAX_PERIODICITY] = {0};

Completed in 32 milliseconds