HomeSort by relevance Sort by last modified time
    Searched refs:VPX_TS_MAX_PERIODICITY (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyx.h 224 unsigned int target_bitrate[VPX_TS_MAX_PERIODICITY];
225 unsigned int rate_decimator[VPX_TS_MAX_PERIODICITY];
227 unsigned int layer_id[VPX_TS_MAX_PERIODICITY];
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 37 #define VPX_TS_MAX_PERIODICITY 16
42 /*!\deprecated Use #VPX_TS_MAX_PERIODICITY instead. */
43 #define MAX_PERIODICITY VPX_TS_MAX_PERIODICITY
684 unsigned int ts_layer_id[VPX_TS_MAX_PERIODICITY];
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 305 int layer_flags[VPX_TS_MAX_PERIODICITY * NUM_ENCODERS] = { 0 };
484 &layer_flags[i * VPX_TS_MAX_PERIODICITY]);
572 flags = layer_flags[i * VPX_TS_MAX_PERIODICITY +
vpx_temporal_svc_encoder.c 507 int layer_flags[VPX_TS_MAX_PERIODICITY] = { 0 };
    [all...]

Completed in 513 milliseconds