Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h223 unsigned int target_bitrate[VPX_TS_MAX_PERIODICITY];
224 unsigned int rate_decimator[VPX_TS_MAX_PERIODICITY];
226 unsigned int layer_id[VPX_TS_MAX_PERIODICITY];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h37 #define VPX_TS_MAX_PERIODICITY 16 macro
43 #define MAX_PERIODICITY VPX_TS_MAX_PERIODICITY
656 unsigned int ts_layer_id[VPX_TS_MAX_PERIODICITY];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvpx_temporal_scalable_patterns.c448 int layer_flags[VPX_TS_MAX_PERIODICITY] = {0}; in main()