Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2084 int gop_frames = in calculate_total_gf_group_bits() local
2114 if (total_group_bits > (int64_t)max_bits * gop_frames) in calculate_total_gf_group_bits()
2115 total_group_bits = (int64_t)max_bits * gop_frames; in calculate_total_gf_group_bits()
2244 int gop_frames = in define_gf_group_structure() local
2274 find_arf_order(cpi, gf_group, &frame_index, layer_depth, 1, gop_frames); in define_gf_group_structure()
2306 int gop_frames = gf_group->gf_group_size; in allocate_gf_group_bits() local
2350 for (idx = 0; idx < gop_frames; ++idx) { in allocate_gf_group_bits()
2379 for (idx = frame_index; idx < gop_frames; ++idx) { in allocate_gf_group_bits()
2680 int gop_frames; in define_gf_group() local
2816 gop_frames = in define_gf_group()
[all …]