webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::GofInfoVP9 Struct Reference

#include <vp9_globals.h>

Public Member Functions

void SetGofInfoVP9 (TemporalStructureMode tm)
 
void CopyGofInfoVP9 (const GofInfoVP9 &src)
 
void SetGofInfoVP9 (TemporalStructureMode tm)
 
void CopyGofInfoVP9 (const GofInfoVP9 &src)
 

Public Attributes

size_t num_frames_in_gof
 
uint8_t temporal_idx [kMaxVp9FramesInGof]
 
bool temporal_up_switch [kMaxVp9FramesInGof]
 
uint8_t num_ref_pics [kMaxVp9FramesInGof]
 
uint8_t pid_diff [kMaxVp9FramesInGof][kMaxVp9RefPics]
 
uint16_t pid_start
 

Member Function Documentation

◆ CopyGofInfoVP9() [1/2]

void webrtc::GofInfoVP9::CopyGofInfoVP9 ( const GofInfoVP9 src)
inline

◆ CopyGofInfoVP9() [2/2]

void webrtc::GofInfoVP9::CopyGofInfoVP9 ( const GofInfoVP9 src)
inline

◆ SetGofInfoVP9() [1/2]

void webrtc::GofInfoVP9::SetGofInfoVP9 ( TemporalStructureMode  tm)
inline

◆ SetGofInfoVP9() [2/2]

void webrtc::GofInfoVP9::SetGofInfoVP9 ( TemporalStructureMode  tm)
inline

Member Data Documentation

◆ num_frames_in_gof

size_t webrtc::GofInfoVP9::num_frames_in_gof

◆ num_ref_pics

uint8_t webrtc::GofInfoVP9::num_ref_pics

◆ pid_diff

uint8_t webrtc::GofInfoVP9::pid_diff

◆ pid_start

uint16_t webrtc::GofInfoVP9::pid_start

◆ temporal_idx

uint8_t webrtc::GofInfoVP9::temporal_idx

◆ temporal_up_switch

bool webrtc::GofInfoVP9::temporal_up_switch

The documentation for this struct was generated from the following file: