Home
last modified time | relevance | path

Searched refs:SPEED_FEATURES (Results 1 – 22 of 22) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h251 typedef struct SPEED_FEATURES { struct
598 } SPEED_FEATURES; argument
Dvp9_speed_features.c61 SPEED_FEATURES *sf, in set_good_speed_feature_framesize_dependent()
205 SPEED_FEATURES *sf, in set_good_speed_feature_framesize_independent()
387 SPEED_FEATURES *sf, in set_rt_speed_feature_framesize_dependent()
425 VP9_COMP *cpi, SPEED_FEATURES *sf, int speed, vp9e_tune_content content) { in set_rt_speed_feature_framesize_independent()
808 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_speed_features_framesize_dependent()
853 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_speed_features_framesize_independent()
Dvp9_mcomp.h57 struct SPEED_FEATURES;
Dvp9_encoder.h655 SPEED_FEATURES sf;
Dvp9_rd.c646 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_rd_speed_thresholds()
Dvp9_encodeframe.c607 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_variance_partition_thresholds()
4209 SPEED_FEATURES *const sf = &cpi->sf; in encode_rd_sb_row()
4628 const SPEED_FEATURES *const sf = &cpi->sf; in nonrd_pick_partition()
5242 SPEED_FEATURES *const sf = &cpi->sf; in encode_nonrd_sb_row()
5416 const SPEED_FEATURES *const sf = &cpi->sf; in set_var_thresh_from_histogram()
5501 SPEED_FEATURES *const sf = &cpi->sf; in source_var_based_partition_search_method()
5668 SPEED_FEATURES *const sf = &cpi->sf; in encode_frame_internal()
Dvp9_pickmode.c1514 SPEED_FEATURES *const sf = &cpi->sf; in search_new_mv()
1619 SPEED_FEATURES *const sf = &cpi->sf; in vp9_pick_inter_mode()
2611 SPEED_FEATURES *const sf = &cpi->sf; in vp9_pick_inter_mode_sub8x8()
Dvp9_mcomp.c2407 const SPEED_FEATURES *const sf = &cpi->sf; in full_pixel_exhaustive()
2670 const SPEED_FEATURES *const sf = &cpi->sf; in vp9_full_pixel_search()
Dvp9_rdopt.c1882 SPEED_FEATURES *const sf = &cpi->sf; in rd_pick_best_sub8x8_mode()
3154 SPEED_FEATURES *const sf = &cpi->sf; in vp9_rd_pick_inter_mode_sb()
3939 SPEED_FEATURES *const sf = &cpi->sf; in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_ratectrl.c2995 SPEED_FEATURES *const sf = &cpi->sf; in vp9_encodedframe_overshoot()
/external/libaom/libaom/av1/encoder/
Dspeed_features.h278 typedef struct SPEED_FEATURES { struct
698 } SPEED_FEATURES; argument
Dspeed_features.c94 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_feature_framesize_dependent()
190 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_features_framesize_independent()
421 SPEED_FEATURES *sf, in set_rt_speed_features_framesize_independent()
621 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_dependent()
637 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_speed_features_framesize_independent()
Dmcomp.h79 struct SPEED_FEATURES;
Dpickrst.c100 const SPEED_FEATURES *sf;
132 const MACROBLOCK *x, const SPEED_FEATURES *sf, int plane, in init_rsc()
Dencoder.h827 SPEED_FEATURES sf;
Dvar_based_part.c397 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_variance_partition_thresholds()
Dmcomp.c1869 const SPEED_FEATURES *const sf = &cpi->sf; in full_pixel_exhaustive()
2087 const SPEED_FEATURES *const sf = &cpi->sf; in is_exhaustive_allowed()
2316 const SPEED_FEATURES *const sf = &cpi->sf; in av1_full_pixel_search()
Drd.c1087 SPEED_FEATURES *const sf = &cpi->sf; in av1_set_rd_speed_thresholds()
Drdopt.c3724 const SPEED_FEATURES *sf) { in get_search_init_depth()
11072 const SPEED_FEATURES *const sf = &cpi->sf; in sf_refine_fast_tx_type_search()
11254 const SPEED_FEATURES *const sf = &cpi->sf; in init_mode_skip_mask()
11844 const SPEED_FEATURES *const sf = &cpi->sf; in inter_mode_search_order_independent_skip()
12062 const SPEED_FEATURES *const sf = &cpi->sf; in handle_intra_mode()
12647 const SPEED_FEATURES *const sf = &cpi->sf; in av1_rd_pick_inter_mode_sb()
13223 const SPEED_FEATURES *const sf = &cpi->sf; in av1_nonrd_pick_inter_mode_sb()
Dencodeframe.c4407 const SPEED_FEATURES *const sf = &cpi->sf; in first_partition_search_pass()
4657 const SPEED_FEATURES *const sf = &cpi->sf; in encode_sb_row()
5136 static int do_gm_search_logic(SPEED_FEATURES *const sf, int num_refs_using_gm, in do_gm_search_logic()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h178 } SPEED_FEATURES; typedef
472 SPEED_FEATURES sf;
Donyx_if.c767 SPEED_FEATURES *sf = &cpi->sf; in vp8_set_speed_features()