Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c69 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) { in reset_fpf_position()
74 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats()
83 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats()
239 static double get_distribution_av_err(VP9_COMP *cpi, TWO_PASS *const twopass) { in get_distribution_av_err()
274 const TWO_PASS *twopass, in calculate_norm_frame_score()
1368 TWO_PASS *twopass = &cpi->twopass; in vp9_first_pass()
1594 TWO_PASS *const twopass = &cpi->twopass; in get_twopass_worst_quality()
1698 TWO_PASS *const twopass = in vp9_init_second_pass()
1881 TWO_PASS *const twopass = &cpi->twopass; in detect_transition_to_still()
1909 static int detect_flash(const TWO_PASS *twopass, int offset) { in detect_flash()
[all …]
Dvp9_svc_layercontext.h32 TWO_PASS twopass;
Dvp9_firstpass.h178 } TWO_PASS; typedef
Dvp9_encoder.h569 TWO_PASS twopass;
Dvp9_speed_features.c187 TWO_PASS *const twopass = &cpi->twopass; in set_good_speed_feature_framesize_independent()
Dvp9_svc_layercontext.c362 TWO_PASS *const twopass = &svc->layer_context[i].twopass; in vp9_init_second_pass_spatial_svc()
Dvp9_ratectrl.c856 static int get_active_cq_level_two_pass(const TWO_PASS *twopass, in get_active_cq_level_two_pass()
Dvp9_rdopt.c2974 TWO_PASS *twopass = &cpi->twopass; in vp9_active_h_edge()
3001 TWO_PASS *twopass = &cpi->twopass; in vp9_active_v_edge()
Dvp9_encoder.c2757 TWO_PASS *const twopass = &cpi->twopass;
4309 TWO_PASS *const twopass = &cpi->twopass;
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1104 TWO_PASS *const twopass = &cpi->twopass; in encoder_encode()