Home
last modified time | relevance | path

Searched refs:tpl_group_frames (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtpl_model.c802 GF_GROUP *gf_group, int gop_eval, int *tpl_group_frames, in init_gop_frames_for_tpl() argument
829 *tpl_group_frames = cur_frame_idx; in init_gop_frames_for_tpl()
896 ++*tpl_group_frames; in init_gop_frames_for_tpl()
956 ++*tpl_group_frames; in init_gop_frames_for_tpl()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c5771 const GF_GROUP *gf_group, int *tpl_group_frames) { argument
5818 *tpl_group_frames = 0;
5825 ++*tpl_group_frames;
5834 ++*tpl_group_frames;
5870 ++*tpl_group_frames;
5897 ++*tpl_group_frames;
6934 static void dump_tpl_stats(const VP9_COMP *cpi, int tpl_group_frames, argument
6940 for (frame_idx = 1; frame_idx < tpl_group_frames; ++frame_idx) {
7077 int tpl_group_frames = 0; local
7081 init_gop_frames(cpi, gf_picture, gf_group, &tpl_group_frames);
[all …]