Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c598 gf_group->bit_allocation[frame_index] = 0; in allocate_gf_group_bits()
600 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
616 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
655 gf_group->bit_allocation[frame_index] = 0; in allocate_gf_group_bits()
657 gf_group->bit_allocation[arf_pos] = target_frame_size; in allocate_gf_group_bits()
661 gf_group->bit_allocation[frame_index] = target_frame_size; in allocate_gf_group_bits()
665 gf_group->bit_allocation[frame_index] -= this_budget_reduction; in allocate_gf_group_bits()
697 gf_group->bit_allocation[arf_pos] += extra_size; in allocate_gf_group_bits()
1456 gf_group->bit_allocation[0] = kf_bits; in find_next_key_frame()
1514 target_rate = gf_group->bit_allocation[gf_group->index]; in av1_get_second_pass_params()
[all …]
Dfirstpass.h125 int bit_allocation[MAX_STATIC_GF_GROUP_LENGTH + 1]; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h133 int bit_allocation[MAX_STATIC_GF_GROUP_LENGTH + 2]; member
Dvp9_firstpass.c2274 gf_group->bit_allocation[frame_index] = in allocate_gf_group_bits()
2287 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
2342 gf_group->bit_allocation[idx] = in allocate_gf_group_bits()
2347 case USE_BUF_FRAME: gf_group->bit_allocation[idx] = 0; break; in allocate_gf_group_bits()
2348 default: gf_group->bit_allocation[idx] = target_frame_size; break; in allocate_gf_group_bits()
2351 gf_group->bit_allocation[idx] = 0; in allocate_gf_group_bits()
2380 gf_group->bit_allocation[frame_index] = target_frame_size; in allocate_gf_group_bits()
2385 gf_group->bit_allocation[mid_frame_idx] += last_frame_reduction; in allocate_gf_group_bits()
3088 gf_group->bit_allocation[0] = kf_bits; in find_next_key_frame()
3141 target_rate = gf_group->bit_allocation[gf_group->index]; in vp9_rc_get_second_pass_params()
[all …]
Dvp9_ratectrl.c1624 int target_rate = cpi->twopass.gf_group.bit_allocation[idx]; in vp9_estimate_qp_gop()
/external/libhevc/
DAndroid.bp459 "encoder/bit_allocation.c",