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

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
realtime_temporal_layers.cc 125 static const int encode_flags[] = {kTemporalUpdateLastRefAll}; local
126 encode_flags_length_ = sizeof(encode_flags) / sizeof(*layer_ids);
127 encode_flags_ = encode_flags;
138 static const int encode_flags[] = { local
147 encode_flags_length_ = sizeof(encode_flags) / sizeof(*layer_ids);
148 encode_flags_ = encode_flags;
160 static const int encode_flags[] = { local
169 encode_flags_length_ = sizeof(encode_flags) / sizeof(*layer_ids);
170 encode_flags_ = encode_flags;
  /external/libaom/libaom/test/
error_resilience_test.cc 151 const int encode_flags = pkt->data.frame.flags >> 16; local
152 if ((encode_flags & (AOM_EFLAG_NO_UPD_LAST | AOM_EFLAG_NO_UPD_GF |
157 if (encode_flags & AOM_EFLAG_SET_S_FRAME) {
160 if (encode_flags & AOM_EFLAG_ERROR_RESILIENT) {

Completed in 239 milliseconds