Home
last modified time | relevance | path

Searched refs:gop_command_coding_frame_count (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.h562 static INLINE int gop_command_coding_frame_count( in gop_command_coding_frame_count() function
H A Dvp9_firstpass.c2921 gop_coding_frames = gop_command_coding_frame_count(gop_command); in define_gf_group()
3967 *coding_frame_count = gop_command_coding_frame_count(gop_command); in vp9_get_next_group_of_picture()
/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.cc1267 coding_frame_count += gop_command_coding_frame_count(&gop_command); in GetCodingFrameNumFromGopMap()