Home
last modified time | relevance | path

Searched defs:GofInfoVP9 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h79 struct GofInfoVP9 { struct
80 void SetGofInfoVP9(TemporalStructureMode tm) { in SetGofInfoVP9() argument
129 void CopyGofInfoVP9(const GofInfoVP9& src) { in CopyGofInfoVP9() argument
141 size_t num_frames_in_gof;
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];