Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.h358 int bit_allocation[MAX_STATIC_GF_GROUP_LENGTH]; member
Dpass2_strategy.c896 gf_group->bit_allocation[idx] = base_frame_bits + arf_extra_bits; in allocate_gf_group_bits()
899 case OVERLAY_UPDATE: gf_group->bit_allocation[idx] = 0; break; in allocate_gf_group_bits()
900 default: gf_group->bit_allocation[idx] = base_frame_bits; break; in allocate_gf_group_bits()
910 gf_group->bit_allocation[gf_group_size] = 0; in allocate_gf_group_bits()
2151 gf_group->bit_allocation[cur_index] = target; in define_gf_group_pass0()
3202 gf_group->bit_allocation[0] = kf_bits; in find_next_key_frame()
3319 int target_rate = gf_group->bit_allocation[cpi->gf_frame_index]; in setup_target_rate()
Dtemporal_filter.c1252 cpi->rc.base_frame_target = gf_group->bit_allocation[group_idx]; in av1_temporal_filter()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h114 int bit_allocation[MAX_STATIC_GF_GROUP_LENGTH + 2]; member
Dvp9_firstpass.c2323 gf_group->bit_allocation[frame_index] = in allocate_gf_group_bits()
2336 gf_group->bit_allocation[frame_index] = gf_arf_bits; in allocate_gf_group_bits()
2391 gf_group->bit_allocation[idx] = in allocate_gf_group_bits()
2396 case USE_BUF_FRAME: gf_group->bit_allocation[idx] = 0; break; in allocate_gf_group_bits()
2397 default: gf_group->bit_allocation[idx] = target_frame_size; break; in allocate_gf_group_bits()
2400 gf_group->bit_allocation[idx] = 0; in allocate_gf_group_bits()
2429 gf_group->bit_allocation[frame_index] = target_frame_size; in allocate_gf_group_bits()
2434 gf_group->bit_allocation[mid_frame_idx] += last_frame_reduction; in allocate_gf_group_bits()
3375 gf_group->bit_allocation[0] = kf_bits; in find_next_key_frame()
3485 target_rate = gf_group->bit_allocation[gf_group->index]; in vp9_rc_get_second_pass_params()
[all …]
Dvp9_ratectrl.c1673 int target_rate = cpi->twopass.gf_group.bit_allocation[idx]; in vp9_estimate_qp_gop()
/external/libhevc/encoder/
Dlibhevcenc.cmake5 "${HEVC_ROOT}/encoder/bit_allocation.c"
/external/libhevc/
DAndroid.bp489 "encoder/bit_allocation.c",