Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.h201 struct FrameCounts { struct
204 UintArray2D y_mode;
207 UintArray2D uv_mode;
210 UintArray2D partition;
212 UintArray6D coef;
214 UintArray5D eob_branch;
217 UintArray2D switchable_interp;
221 UintArray2D inter_mode;
224 UintArray2D intra_inter;
228 UintArray2D comp_inter;
[all …]
/aosp_15_r20/external/webrtc/common_video/
H A Dframe_counts.h18 struct FrameCounts { struct
19 FrameCounts() : key_frames(0), delta_frames(0) {} in FrameCounts() function
28 virtual void FrameCountUpdated(const FrameCounts& frame_counts, argument
/aosp_15_r20/external/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc237 TEST_F(SendStatisticsProxyTest, FrameCounts) { in TEST_F() argument