Searched refs:TWO_PASS (Results 1 – 17 of 17) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 46 double calculate_modified_err(const AV1_COMP *cpi, const TWO_PASS *twopass, in calculate_modified_err() 71 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) { in reset_fpf_position() 75 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats() 84 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats() 304 TWO_PASS *const twopass = &cpi->twopass; in detect_transition_to_still() 332 static int detect_flash(const TWO_PASS *twopass, int offset) { in detect_flash() 411 TWO_PASS *const twopass = &cpi->twopass; in calc_arf_boost() 520 const TWO_PASS *const twopass = &cpi->twopass; in calculate_total_gf_group_bits() 577 TWO_PASS *const twopass = &cpi->twopass; in allocate_gf_group_bits() 738 TWO_PASS *const twopass = &cpi->twopass; in define_gf_group() [all …]
|
D | firstpass.h | 168 } TWO_PASS; typedef
|
D | gop_structure.c | 171 TWO_PASS *const twopass = &cpi->twopass; in av1_gop_setup_structure()
|
D | ratectrl.c | 1330 const TWO_PASS *const twopass = &cpi->twopass; in update_golden_frame_stats() 1366 const TWO_PASS *const twopass = &cpi->twopass; in av1_rc_postencode_update()
|
D | encoder.h | 848 TWO_PASS twopass;
|
D | firstpass.c | 355 TWO_PASS *twopass = &cpi->twopass; in av1_first_pass()
|
D | encodeframe.c | 2130 const TWO_PASS *const twopass = &cpi->twopass; in active_h_edge() 2157 const TWO_PASS *const twopass = &cpi->twopass; in active_v_edge()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 66 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) { in reset_fpf_position() 71 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats() 80 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats() 236 static double get_distribution_av_err(VP9_COMP *cpi, TWO_PASS *const twopass) { in get_distribution_av_err() 271 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() 1808 TWO_PASS *const twopass = &cpi->twopass; in detect_transition_to_still() 1836 static int detect_flash(const TWO_PASS *twopass, int offset) { in detect_flash() [all …]
|
D | vp9_firstpass.h | 194 } TWO_PASS; typedef
|
D | vp9_svc_layercontext.h | 50 TWO_PASS twopass;
|
D | vp9_encoder.h | 692 TWO_PASS twopass;
|
D | vp9_speed_features.c | 246 TWO_PASS *const twopass = &cpi->twopass; in set_good_speed_feature_framesize_independent()
|
D | vp9_svc_layercontext.c | 403 TWO_PASS *const twopass = &svc->layer_context[i].twopass; in vp9_init_second_pass_spatial_svc()
|
D | vp9_ratectrl.c | 1098 static int get_active_cq_level_two_pass(const TWO_PASS *twopass, in get_active_cq_level_two_pass() 1565 TWO_PASS *const twopass = &cpi->twopass; in vp9_configure_buffer_updates()
|
D | vp9_rdopt.c | 3095 TWO_PASS *twopass = &cpi->twopass; in vp9_active_h_edge() 3122 TWO_PASS *twopass = &cpi->twopass; in vp9_active_v_edge()
|
D | vp9_encoder.c | 2937 TWO_PASS *const twopass = &cpi->twopass; 4618 TWO_PASS *const twopass = &cpi->twopass;
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1089 TWO_PASS *const twopass = &cpi->twopass; in encoder_encode()
|