Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c843 gf_group->bit_allocation[frame_index] = 0; in allocate_gf_group_bits()
845 gf_group->bit_allocation[frame_index] = in allocate_gf_group_bits()
878 gf_group->bit_allocation[idx] = base_frame_bits + arf_extra_bits; in allocate_gf_group_bits()
881 case OVERLAY_UPDATE: gf_group->bit_allocation[idx] = 0; break; in allocate_gf_group_bits()
882 default: gf_group->bit_allocation[idx] = base_frame_bits; break; in allocate_gf_group_bits()
891 gf_group->bit_allocation[gf_group_size] = 0; in allocate_gf_group_bits()
905 gf_group->bit_allocation[frame_index] = 0; in allocate_gf_group_bits()
907 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
919 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
953 gf_group->bit_allocation[idx] = in allocate_gf_group_bits()
[all …]
Dfirstpass.h128 int bit_allocation[MAX_STATIC_GF_GROUP_LENGTH]; member
Dtemporal_filter.c1313 cpi->rc.base_frame_target = gf_group->bit_allocation[group_idx]; in av1_temporal_filter()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h135 int bit_allocation[MAX_STATIC_GF_GROUP_LENGTH + 2]; member
Dvp9_firstpass.c2314 gf_group->bit_allocation[frame_index] = in allocate_gf_group_bits()
2327 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
2382 gf_group->bit_allocation[idx] = in allocate_gf_group_bits()
2387 case USE_BUF_FRAME: gf_group->bit_allocation[idx] = 0; break; in allocate_gf_group_bits()
2388 default: gf_group->bit_allocation[idx] = target_frame_size; break; in allocate_gf_group_bits()
2391 gf_group->bit_allocation[idx] = 0; in allocate_gf_group_bits()
2420 gf_group->bit_allocation[frame_index] = target_frame_size; in allocate_gf_group_bits()
2425 gf_group->bit_allocation[mid_frame_idx] += last_frame_reduction; in allocate_gf_group_bits()
3336 gf_group->bit_allocation[0] = kf_bits; in find_next_key_frame()
3396 target_rate = gf_group->bit_allocation[gf_group->index]; in vp9_rc_get_second_pass_params()
[all …]
Dvp9_ratectrl.c1669 int target_rate = cpi->twopass.gf_group.bit_allocation[idx]; in vp9_estimate_qp_gop()
/external/libhevc/
DAndroid.bp471 "encoder/bit_allocation.c",