Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h224 } TWO_PASS; typedef
261 FIRSTPASS_STATS vp9_get_frame_stats(const TWO_PASS *two_pass);
262 FIRSTPASS_STATS vp9_get_total_stats(const TWO_PASS *two_pass);
Dvp9_firstpass.c65 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) { in reset_fpf_position()
70 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats()
79 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats()
229 static double get_distribution_av_err(VP9_COMP *cpi, TWO_PASS *const twopass) { in get_distribution_av_err()
289 const TWO_PASS *twopass, in calculate_norm_frame_score()
1342 TWO_PASS *twopass = &cpi->twopass; in vp9_first_pass()
1535 TWO_PASS *const twopass = &cpi->twopass; in get_twopass_worst_quality()
1636 TWO_PASS *const twopass = &cpi->twopass; in vp9_init_second_pass()
1803 static int get_show_idx(const TWO_PASS *twopass) { in get_show_idx()
1846 static int detect_flash(const TWO_PASS *twopass, int offset) { in detect_flash()
[all …]
Dvp9_svc_layercontext.h50 TWO_PASS twopass;
Dvp9_encoder.h690 TWO_PASS twopass;
Dvp9_speed_features.c248 TWO_PASS *const twopass = &cpi->twopass; in set_good_speed_feature_framesize_independent()
Dvp9_svc_layercontext.c405 TWO_PASS *const twopass = &svc->layer_context[i].twopass; in vp9_init_second_pass_spatial_svc()
Dvp9_ratectrl.c1111 static int get_active_cq_level_two_pass(const TWO_PASS *twopass, in get_active_cq_level_two_pass()
1603 TWO_PASS *const twopass = &cpi->twopass; in vp9_configure_buffer_updates()
Dvp9_rdopt.c3247 TWO_PASS *twopass = &cpi->twopass; in vp9_active_h_edge()
3274 TWO_PASS *twopass = &cpi->twopass; in vp9_active_v_edge()
Dvp9_encoder.c3132 TWO_PASS *const twopass = &cpi->twopass;
4828 TWO_PASS *const twopass = &cpi->twopass;
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c55 const TWO_PASS *twopass, in calculate_modified_err()
83 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) { in reset_fpf_position()
87 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats()
95 static int input_stats_lap(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats_lap()
108 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats()
173 static void twopass_update_bpm_factor(TWO_PASS *twopass) { in twopass_update_bpm_factor()
310 static int detect_transition_to_still(TWO_PASS *const twopass, in detect_transition_to_still()
338 static int detect_flash(const TWO_PASS *twopass, const int offset) { in detect_flash()
389 TWO_PASS *const twopass, const int flash_detected, in accumulate_next_frame_stats()
590 int av1_calc_arf_boost(const TWO_PASS *twopass, const RATE_CONTROL *rc, in av1_calc_arf_boost()
[all …]
Dgop_structure.h35 int av1_calc_arf_boost(const TWO_PASS *twopass, const RATE_CONTROL *rc,
Dgop_structure.c29 static void set_multi_layer_params(const TWO_PASS *twopass, in set_multi_layer_params()
91 AV1_COMP *cpi, TWO_PASS *twopass, GF_GROUP *const gf_group, in construct_multi_layer_gf_structure()
296 TWO_PASS *const twopass = &cpi->twopass; in av1_gop_setup_structure()
Dfirstpass.h180 } TWO_PASS; typedef
Dfirstpass.c750 TWO_PASS *twopass = &cpi->twopass; in update_firstpass_stats()
1020 TWO_PASS *twopass = &cpi->twopass; in av1_first_pass()
Dencoder.h1185 TWO_PASS twopass;
Dencoder.c2750 TWO_PASS *const twopass = &cpi->twopass; in config_target_level()
Dencodeframe.c2423 static const FIRSTPASS_STATS *read_one_frame_stats(const TWO_PASS *p, int frm) { in read_one_frame_stats()