Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c46 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 …]
Dfirstpass.h168 } TWO_PASS; typedef
Dgop_structure.c171 TWO_PASS *const twopass = &cpi->twopass; in av1_gop_setup_structure()
Dratectrl.c1330 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()
Dencoder.h848 TWO_PASS twopass;
Dfirstpass.c355 TWO_PASS *twopass = &cpi->twopass; in av1_first_pass()
Dencodeframe.c2130 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/
Dvp9_firstpass.c66 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 …]
Dvp9_firstpass.h194 } TWO_PASS; typedef
Dvp9_svc_layercontext.h50 TWO_PASS twopass;
Dvp9_encoder.h692 TWO_PASS twopass;
Dvp9_speed_features.c246 TWO_PASS *const twopass = &cpi->twopass; in set_good_speed_feature_framesize_independent()
Dvp9_svc_layercontext.c403 TWO_PASS *const twopass = &svc->layer_context[i].twopass; in vp9_init_second_pass_spatial_svc()
Dvp9_ratectrl.c1098 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()
Dvp9_rdopt.c3095 TWO_PASS *twopass = &cpi->twopass; in vp9_active_h_edge()
3122 TWO_PASS *twopass = &cpi->twopass; in vp9_active_v_edge()
Dvp9_encoder.c2937 TWO_PASS *const twopass = &cpi->twopass;
4618 TWO_PASS *const twopass = &cpi->twopass;
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1089 TWO_PASS *const twopass = &cpi->twopass; in encoder_encode()