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

  /external/webrtc/webrtc/modules/include/
module_common_types.h 43 const size_t kMaxVp9FramesInGof = 0xFF; // 8 bits
142 uint8_t temporal_idx[kMaxVp9FramesInGof];
143 bool temporal_up_switch[kMaxVp9FramesInGof];
144 uint8_t num_ref_pics[kMaxVp9FramesInGof];
145 uint8_t pid_diff[kMaxVp9FramesInGof][kMaxVp9RefPics];
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc 132 RTC_DCHECK_LE(hdr.gof.num_frames_in_gof, kMaxVp9FramesInGof);
273 RTC_DCHECK_LE(vp9.gof.num_frames_in_gof, kMaxVp9FramesInGof);

Completed in 1012 milliseconds