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.c463 const GF_GROUP *gf_group, int *tpl_group_frames, in init_gop_frames() argument
503 *tpl_group_frames = 0; in init_gop_frames()
511 ++*tpl_group_frames; in init_gop_frames()
521 ++*tpl_group_frames; in init_gop_frames()
536 ++*tpl_group_frames; in init_gop_frames()
562 ++*tpl_group_frames; in init_gop_frames()
582 int tpl_group_frames = 0; in av1_tpl_setup_stats() local
585 init_gop_frames(cpi, gf_picture, gf_group, &tpl_group_frames, frame_input); in av1_tpl_setup_stats()
590 for (frame_idx = tpl_group_frames - 1; frame_idx > 0; --frame_idx) in av1_tpl_setup_stats()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c5414 const GF_GROUP *gf_group, int *tpl_group_frames) { argument
5461 *tpl_group_frames = 0;
5468 ++*tpl_group_frames;
5477 ++*tpl_group_frames;
5513 ++*tpl_group_frames;
5540 ++*tpl_group_frames;
6376 static void dump_tpl_stats(const VP9_COMP *cpi, int tpl_group_frames, argument
6380 for (frame_idx = 1; frame_idx < tpl_group_frames; ++frame_idx) {
6495 int tpl_group_frames = 0; local
6499 init_gop_frames(cpi, gf_picture, gf_group, &tpl_group_frames);
[all …]