Searched refs:tpl_group_frames (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tpl_model.c | 463 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/ |
D | vp9_encoder.c | 5414 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 …]
|