Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.h148 struct AV1EncoderConfig;
150 void av1_rc_init(const struct AV1EncoderConfig *oxcf, int pass,
Dencoder.h182 typedef struct AV1EncoderConfig { struct
400 } AV1EncoderConfig; argument
402 static INLINE int is_lossless_requested(const AV1EncoderConfig *cfg) { in is_lossless_requested()
722 AV1EncoderConfig oxcf;
1048 struct AV1_COMP *av1_create_compressor(AV1EncoderConfig *oxcf,
1052 void av1_change_config(AV1_COMP *cpi, const AV1EncoderConfig *oxcf);
Dratectrl.c177 const AV1EncoderConfig *oxcf = &cpi->oxcf; in av1_rc_clamp_pframe_target_size()
205 const AV1EncoderConfig *oxcf = &cpi->oxcf; in av1_rc_clamp_iframe_target_size()
257 void av1_rc_init(const AV1EncoderConfig *oxcf, int pass, RATE_CONTROL *rc) { in av1_rc_init()
315 const AV1EncoderConfig *oxcf = &cpi->oxcf; in av1_rc_drop_frame()
814 const AV1EncoderConfig *const oxcf, in get_active_cq_level()
844 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in rc_pick_q_and_bounds_one_pass_vbr()
1010 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in rc_pick_q_and_bounds_two_pass()
1585 const AV1EncoderConfig *oxcf = &cpi->oxcf; in calc_pframe_target_size_one_pass_cbr()
1768 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in av1_rc_set_gf_interval_range()
1798 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in av1_rc_update_framerate()
Dfirstpass.h172 struct AV1EncoderConfig;
Dpass2_strategy.c47 const AV1EncoderConfig *oxcf, in calculate_modified_err()
129 const AV1EncoderConfig *oxcf) { in frame_max_bits()
200 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in get_twopass_worst_quality()
576 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in allocate_gf_group_bits()
737 AV1EncoderConfig *const oxcf = &cpi->oxcf; in define_gf_group()
1224 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in find_next_key_frame()
1639 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in av1_init_second_pass()
Dencoder.c485 const AV1EncoderConfig *oxcf) { in update_film_grain_parameters()
788 const AV1EncoderConfig *oxcf = &cpi->oxcf; in alloc_raw_frame_buffers()
962 const AV1EncoderConfig *oxcf) { in set_bitstream_level_tier()
1031 const AV1EncoderConfig *oxcf) { in init_seq_coding_tools()
1097 static void init_config(struct AV1_COMP *cpi, AV1EncoderConfig *oxcf) { in init_config()
1193 const AV1EncoderConfig *oxcf) { in set_rc_buffer_sizes()
2379 void av1_change_config(struct AV1_COMP *cpi, const AV1EncoderConfig *oxcf) { in av1_change_config()
2566 AV1_COMP *av1_create_compressor(AV1EncoderConfig *oxcf, in av1_create_compressor()
3326 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in recode_loop_test()
3550 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in set_size_dependent_vars()
[all …]
Dspeed_features.c622 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in av1_set_speed_features_framesize_dependent()
639 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in av1_set_speed_features_framesize_independent()
Dencode_strategy.c499 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in setup_arf_or_arf2()
951 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in av1_encode_strategy()
Dtemporal_filter.c1163 const AV1EncoderConfig *const oxcf = &cpi->oxcf; in adjust_arnr_filter()
/external/libaom/libaom/av1/
Dav1_cx_iface.c264 AV1EncoderConfig oxcf;
534 static void disable_superres(AV1EncoderConfig *const oxcf) { in disable_superres()
543 AV1EncoderConfig *oxcf, const aom_codec_enc_cfg_t *cfg, in set_encoder_config()