Searched refs:kMaxVp9FramesInGof (Results 1 – 2 of 2) sorted by relevance
43 const size_t kMaxVp9FramesInGof = 0xFF; // 8 bits variable142 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];
132 RTC_DCHECK_LE(hdr.gof.num_frames_in_gof, kMaxVp9FramesInGof); in SsDataLength()273 RTC_DCHECK_LE(vp9.gof.num_frames_in_gof, kMaxVp9FramesInGof); in WriteSsData()