Searched refs:TWO_PASS (Results 1 – 17 of 17) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 224 } 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);
|
D | vp9_firstpass.c | 65 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 …]
|
D | vp9_svc_layercontext.h | 50 TWO_PASS twopass;
|
D | vp9_encoder.h | 690 TWO_PASS twopass;
|
D | vp9_speed_features.c | 248 TWO_PASS *const twopass = &cpi->twopass; in set_good_speed_feature_framesize_independent()
|
D | vp9_svc_layercontext.c | 405 TWO_PASS *const twopass = &svc->layer_context[i].twopass; in vp9_init_second_pass_spatial_svc()
|
D | vp9_ratectrl.c | 1111 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()
|
D | vp9_rdopt.c | 3247 TWO_PASS *twopass = &cpi->twopass; in vp9_active_h_edge() 3274 TWO_PASS *twopass = &cpi->twopass; in vp9_active_v_edge()
|
D | vp9_encoder.c | 3132 TWO_PASS *const twopass = &cpi->twopass; 4828 TWO_PASS *const twopass = &cpi->twopass;
|
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 55 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 …]
|
D | gop_structure.h | 35 int av1_calc_arf_boost(const TWO_PASS *twopass, const RATE_CONTROL *rc,
|
D | gop_structure.c | 29 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()
|
D | firstpass.h | 180 } TWO_PASS; typedef
|
D | firstpass.c | 750 TWO_PASS *twopass = &cpi->twopass; in update_firstpass_stats() 1020 TWO_PASS *twopass = &cpi->twopass; in av1_first_pass()
|
D | encoder.h | 1185 TWO_PASS twopass;
|
D | encoder.c | 2750 TWO_PASS *const twopass = &cpi->twopass; in config_target_level()
|
D | encodeframe.c | 2423 static const FIRSTPASS_STATS *read_one_frame_stats(const TWO_PASS *p, int frm) { in read_one_frame_stats()
|