/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 30 void vp9_init_layer_context(VP9_COMP *const cpi) { in vp9_init_layer_context() 189 void vp9_update_layer_context_change_config(VP9_COMP *const cpi, in vp9_update_layer_context_change_config() 278 static LAYER_CONTEXT *get_layer_context(VP9_COMP *const cpi) { in get_layer_context() 289 void vp9_update_temporal_layer_framerate(VP9_COMP *const cpi) { in vp9_update_temporal_layer_framerate() 316 void vp9_update_spatial_layer_framerate(VP9_COMP *const cpi, double framerate) { in vp9_update_spatial_layer_framerate() 331 void vp9_restore_layer_context(VP9_COMP *const cpi) { in vp9_restore_layer_context() 369 void vp9_save_layer_context(VP9_COMP *const cpi) { in vp9_save_layer_context() 400 void vp9_init_second_pass_spatial_svc(VP9_COMP *cpi) { in vp9_init_second_pass_spatial_svc() 417 void vp9_inc_frame_in_layer(VP9_COMP *const cpi) { in vp9_inc_frame_in_layer() 445 static void reset_fb_idx_unused(VP9_COMP *const cpi) { in reset_fb_idx_unused() [all …]
|
D | vp9_encoder.c | 119 static int is_spatial_denoise_enabled(VP9_COMP *cpi) { in is_spatial_denoise_enabled() 137 static int compute_context_model_thresh(const VP9_COMP *const cpi) { in compute_context_model_thresh() 463 static int is_psnr_calc_enabled(const VP9_COMP *cpi) { in is_psnr_calc_enabled() 528 static void suppress_active_map(VP9_COMP *cpi) { in suppress_active_map() 542 static void apply_active_map(VP9_COMP *cpi) { in apply_active_map() 578 static void apply_roi_map(VP9_COMP *cpi) { in apply_roi_map() 689 int vp9_set_roi_map(VP9_COMP *cpi, unsigned char *map, unsigned int rows, in vp9_set_roi_map() 744 int vp9_set_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows, in vp9_set_active_map() 771 int vp9_get_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows, in vp9_get_active_map() 796 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { in vp9_set_high_precision_mv() [all …]
|
D | vp9_ratectrl.c | 210 int vp9_rc_clamp_pframe_target_size(const VP9_COMP *const cpi, int target) { in vp9_rc_clamp_pframe_target_size() 236 int vp9_rc_clamp_iframe_target_size(const VP9_COMP *const cpi, int target) { in vp9_rc_clamp_iframe_target_size() 252 static void update_buffer_level_preencode(VP9_COMP *cpi) { in update_buffer_level_preencode() 265 static void update_buffer_level_svc_preencode(VP9_COMP *cpi) { in update_buffer_level_svc_preencode() 318 static void update_buffer_level_postencode(VP9_COMP *cpi, in update_buffer_level_postencode() 445 static int check_buffer_above_thresh(VP9_COMP *cpi, int drop_mark) { in check_buffer_above_thresh() 472 static int check_buffer_below_thresh(VP9_COMP *cpi, int drop_mark) { in check_buffer_below_thresh() 507 int vp9_test_drop(VP9_COMP *cpi) { in vp9_test_drop() 560 int post_encode_drop_cbr(VP9_COMP *cpi, size_t *size) { in post_encode_drop_cbr() 608 int vp9_rc_drop_frame(VP9_COMP *cpi) { in vp9_rc_drop_frame() [all …]
|
D | vp9_speed_features.c | 35 static int frame_is_boosted(const VP9_COMP *cpi) { in frame_is_boosted() 61 static void set_good_speed_feature_framesize_dependent(VP9_COMP *cpi, in set_good_speed_feature_framesize_dependent() 204 static void set_good_speed_feature_framesize_independent(VP9_COMP *cpi, in set_good_speed_feature_framesize_independent() 391 static void set_rt_speed_feature_framesize_dependent(VP9_COMP *cpi, in set_rt_speed_feature_framesize_dependent() 430 VP9_COMP *cpi, SPEED_FEATURES *sf, int speed, vp9e_tune_content content) { in set_rt_speed_feature_framesize_independent() 825 void vp9_set_speed_features_framesize_dependent(VP9_COMP *cpi, int speed) { in vp9_set_speed_features_framesize_dependent() 871 void vp9_set_speed_features_framesize_independent(VP9_COMP *cpi, int speed) { in vp9_set_speed_features_framesize_independent()
|
D | vp9_picklpf.c | 27 static unsigned int get_section_intra_rating(const VP9_COMP *cpi) { in get_section_intra_rating() 37 static int get_max_filter_level(const VP9_COMP *cpi) { in get_max_filter_level() 47 VP9_COMP *const cpi, int filt_level, in try_filter_frame() 78 static int search_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in search_filter_level() 159 void vp9_pick_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in vp9_pick_filter_level()
|
D | vp9_aq_cyclicrefresh.c | 89 static int compute_deltaq(const VP9_COMP *cpi, int q, double rate_factor) { in compute_deltaq() 104 int vp9_cyclic_refresh_estimate_bits_at_q(const VP9_COMP *cpi, in vp9_cyclic_refresh_estimate_bits_at_q() 136 int vp9_cyclic_refresh_rc_bits_per_mb(const VP9_COMP *cpi, int i, in vp9_cyclic_refresh_rc_bits_per_mb() 159 void vp9_cyclic_refresh_update_segment(VP9_COMP *const cpi, MODE_INFO *const mi, in vp9_cyclic_refresh_update_segment() 223 void vp9_cyclic_refresh_update_sb_postencode(VP9_COMP *const cpi, in vp9_cyclic_refresh_update_sb_postencode() 259 void vp9_cyclic_refresh_postencode(VP9_COMP *const cpi) { in vp9_cyclic_refresh_postencode() 318 void vp9_cyclic_refresh_set_golden_update(VP9_COMP *const cpi) { in vp9_cyclic_refresh_set_golden_update() 333 static int is_superblock_flat_static(VP9_COMP *const cpi, int sb_row_index, in is_superblock_flat_static() 361 static void cyclic_refresh_update_map(VP9_COMP *const cpi) { in cyclic_refresh_update_map() 474 void vp9_cyclic_refresh_update_parameters(VP9_COMP *const cpi) { in vp9_cyclic_refresh_update_parameters() [all …]
|
D | vp9_mbgraph.c | 25 static unsigned int do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, in do_16x16_motion_iteration() 77 static int do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, in do_16x16_motion_search() 115 static int do_16x16_zerozero_search(VP9_COMP *cpi, int_mv *dst_mv) { in do_16x16_zerozero_search() 129 static int find_best_16x16_intra(VP9_COMP *cpi, PREDICTION_MODE *pbest_mode) { in find_best_16x16_intra() 159 static void update_mbgraph_mb_stats(VP9_COMP *cpi, MBGRAPH_MB_STATS *stats, in update_mbgraph_mb_stats() 212 static void update_mbgraph_frame_stats(VP9_COMP *cpi, in update_mbgraph_frame_stats() 288 static void separate_arf_mbs(VP9_COMP *cpi) { in separate_arf_mbs() 365 void vp9_update_mbgraph_stats(VP9_COMP *cpi) { in vp9_update_mbgraph_stats()
|
D | vp9_rd.c | 92 static void fill_mode_costs(VP9_COMP *cpi) { in fill_mode_costs() 200 int vp9_compute_rd_mult_based_on_qindex(const VP9_COMP *cpi, int qindex) { in vp9_compute_rd_mult_based_on_qindex() 232 static int modulate_rdmult(const VP9_COMP *cpi, int rdmult) { in modulate_rdmult() 248 int vp9_compute_rd_mult(const VP9_COMP *cpi, int qindex) { in vp9_compute_rd_mult() 253 int vp9_get_adaptive_rdmult(const VP9_COMP *cpi, double beta) { in vp9_get_adaptive_rdmult() 280 void vp9_initialize_me_consts(VP9_COMP *cpi, MACROBLOCK *x, int qindex) { in vp9_initialize_me_consts() 336 void vp9_build_inter_mode_cost(VP9_COMP *cpi) { in vp9_build_inter_mode_cost() 345 void vp9_initialize_rd_consts(VP9_COMP *cpi) { in vp9_initialize_rd_consts() 568 void vp9_mv_pred(VP9_COMP *cpi, MACROBLOCK *x, uint8_t *ref_y_buffer, in vp9_mv_pred() 655 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const VP9_COMP *cpi, in vp9_get_scaled_ref_frame() [all …]
|
D | vp9_alt_ref_aq.c | 37 struct VP9_COMP *const cpi) { in vp9_alt_ref_aq_setup_mode() 44 struct VP9_COMP *const cpi) { in vp9_alt_ref_aq_setup_map() 51 struct VP9_COMP *const cpi) { in vp9_alt_ref_aq_unset_all()
|
D | vp9_ethread.c | 40 VP9_COMP *const cpi = thread_data->cpi; in enc_worker_hook() local 59 static int get_max_tile_cols(VP9_COMP *cpi) { in get_max_tile_cols() 78 static void create_enc_workers(VP9_COMP *cpi, int num_workers) { in create_enc_workers() 139 static void launch_enc_workers(VP9_COMP *cpi, VPxWorkerHook hook, void *data2, in launch_enc_workers() 172 void vp9_encode_tiles_mt(VP9_COMP *cpi) { in vp9_encode_tiles_mt() 396 VP9_COMP *const cpi = thread_data->cpi; in first_pass_worker_hook() local 437 void vp9_encode_fp_row_mt(VP9_COMP *cpi) { in vp9_encode_fp_row_mt() 487 VP9_COMP *const cpi = thread_data->cpi; in temporal_filter_worker_hook() local 524 void vp9_temporal_filter_row_mt(VP9_COMP *cpi) { in vp9_temporal_filter_row_mt() 566 VP9_COMP *const cpi = thread_data->cpi; in enc_row_mt_worker_hook() local [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 186 static void save_layer_context(VP8_COMP *cpi) { in save_layer_context() 225 static void restore_layer_context(VP8_COMP *cpi, const int layer) { in restore_layer_context() 272 static void init_temporal_layer_context(VP8_COMP *cpi, VP8_CONFIG *oxcf, in init_temporal_layer_context() 330 static void reset_temporal_layer_change(VP8_COMP *cpi, VP8_CONFIG *oxcf, in reset_temporal_layer_change() 373 static void setup_features(VP8_COMP *cpi) { in setup_features() 407 static void dealloc_compressor_data(VP8_COMP *cpi) { in dealloc_compressor_data() 454 static void enable_segmentation(VP8_COMP *cpi) { in enable_segmentation() 460 static void disable_segmentation(VP8_COMP *cpi) { in disable_segmentation() 468 static void set_segmentation_map(VP8_COMP *cpi, in set_segmentation_map() 491 static void set_segment_data(VP8_COMP *cpi, signed char *feature_data, in set_segment_data() [all …]
|
D | ratectrl.c | 175 void vp8_save_coding_context(VP8_COMP *cpi) { in vp8_save_coding_context() 211 void vp8_restore_coding_context(VP8_COMP *cpi) { in vp8_restore_coding_context() 246 void vp8_setup_key_frame(VP8_COMP *cpi) { in vp8_setup_key_frame() 294 static void calc_iframe_target_size(VP8_COMP *cpi) { in calc_iframe_target_size() 385 static void calc_gf_params(VP8_COMP *cpi) { in calc_gf_params() 546 static void calc_pframe_target_size(VP8_COMP *cpi) { in calc_pframe_target_size() 1031 void vp8_update_rate_correction_factors(VP8_COMP *cpi, int damp_var) { in vp8_update_rate_correction_factors() 1140 int vp8_regulate_q(VP8_COMP *cpi, int target_bits_per_frame) { in vp8_regulate_q() 1288 static int estimate_keyframe_frequency(VP8_COMP *cpi) { in estimate_keyframe_frequency() 1338 void vp8_adjust_key_frame_context(VP8_COMP *cpi) { in vp8_adjust_key_frame_context() [all …]
|
D | encodeframe.c | 72 static unsigned int tt_activity_measure(VP8_COMP *cpi, MACROBLOCK *x) { in tt_activity_measure() 94 static unsigned int alt_activity_measure(VP8_COMP *cpi, MACROBLOCK *x, in alt_activity_measure() 103 static unsigned int mb_activity_measure(VP8_COMP *cpi, MACROBLOCK *x, in mb_activity_measure() 124 static void calc_av_activity(VP8_COMP *cpi, int64_t activity_sum) { in calc_av_activity() 181 static void calc_activity_index(VP8_COMP *cpi, MACROBLOCK *x) { in calc_activity_index() 234 static void build_activity_map(VP8_COMP *cpi) { in build_activity_map() 302 void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x) { in vp8_activity_masking() 325 static void encode_mb_row(VP8_COMP *cpi, VP8_COMMON *cm, int mb_row, in encode_mb_row() 575 static void init_encode_frame_mb_context(VP8_COMP *cpi) { in init_encode_frame_mb_context() 666 void vp8_encode_frame(VP8_COMP *cpi) { in vp8_encode_frame() [all …]
|
D | firstpass.c | 80 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position) { in reset_fpf_position() 84 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) { in lookup_next_frame_stats() 92 static int read_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *frame_stats, in read_frame_stats() 107 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) { in input_stats() 232 static double calculate_modified_err(VP8_COMP *cpi, in calculate_modified_err() 314 static int frame_max_bits(VP8_COMP *cpi) { in frame_max_bits() 367 void vp8_init_first_pass(VP8_COMP *cpi) { in vp8_init_first_pass() 371 void vp8_end_first_pass(VP8_COMP *cpi) { in vp8_end_first_pass() 402 static void first_pass_motion_search(VP8_COMP *cpi, MACROBLOCK *x, in first_pass_motion_search() 468 void vp8_first_pass(VP8_COMP *cpi) { in vp8_first_pass() [all …]
|
D | tokenize.c | 101 static void tokenize2nd_order_b(MACROBLOCK *x, TOKENEXTRA **tp, VP8_COMP *cpi) { in tokenize2nd_order_b() 182 VP8_COMP *cpi) { in tokenize1st_order_b() 353 void vp8_tokenize_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) { in vp8_tokenize_mb() 383 ENTROPY_CONTEXT *l, VP8_COMP *cpi, MACROBLOCK *x) { in stuff2nd_order_b() 400 ENTROPY_CONTEXT *l, int type, VP8_COMP *cpi, in stuff1st_order_b() 418 ENTROPY_CONTEXT *l, VP8_COMP *cpi, in stuff1st_order_buv() 434 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) { in vp8_stuff_mb()
|
D | picklpf.c | 95 static int get_min_filter_level(VP8_COMP *cpi, int base_qindex) { in get_min_filter_level() 115 static int get_max_filter_level(VP8_COMP *cpi, int base_qindex) { in get_max_filter_level() 131 void vp8cx_pick_filter_level_fast(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi) { in vp8cx_pick_filter_level_fast() 243 void vp8cx_set_alt_lf_level(VP8_COMP *cpi, int filt_val) { in vp8cx_set_alt_lf_level() 257 void vp8cx_pick_filter_level(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi) { in vp8cx_pick_filter_level()
|
D | ethreading.c | 25 VP8_COMP *cpi = (VP8_COMP *)(((LPFTHREAD_DATA *)p_data)->ptr1); in thread_loopfilter() local 46 VP8_COMP *cpi = (VP8_COMP *)(((ENCODETHREAD_DATA *)p_data)->ptr1); in thread_encoding_proc() local 435 void vp8cx_init_mbrthread_data(VP8_COMP *cpi, MACROBLOCK *x, in vp8cx_init_mbrthread_data() 488 int vp8cx_create_encoder_threads(VP8_COMP *cpi) { in vp8cx_create_encoder_threads() 607 void vp8cx_remove_encoder_threads(VP8_COMP *cpi) { in vp8cx_remove_encoder_threads()
|
/external/libaom/libaom/av1/encoder/ |
D | encode_strategy.c | 39 void av1_configure_buffer_updates(AV1_COMP *const cpi, in av1_configure_buffer_updates() 127 static INLINE void update_keyframe_counters(AV1_COMP *cpi) { in update_keyframe_counters() 155 static INLINE void update_frames_till_gf_update(AV1_COMP *cpi) { in update_frames_till_gf_update() 168 static INLINE void update_gf_group_index(AV1_COMP *cpi) { in update_gf_group_index() 179 static void update_rc_counts(AV1_COMP *cpi) { in update_rc_counts() 213 const AV1_COMP *const cpi, const EncodeFrameParams *const frame_params) { in get_current_frame_ref_type() 234 const AV1_COMP *const cpi, const EncodeFrameParams *const frame_params) { in choose_primary_ref_frame() 266 const AV1_COMP *const cpi, const EncodeFrameParams *const frame_params, in update_fb_of_context_type() 313 static void adjust_frame_rate(AV1_COMP *cpi, int64_t ts_start, int64_t ts_end) { in adjust_frame_rate() 374 AV1_COMP *const cpi, const int arf_src_index, int *code_arf, in setup_arf_frame() [all …]
|
D | svc_layercontext.c | 23 void av1_init_layer_context(AV1_COMP *const cpi) { in av1_init_layer_context() 82 void av1_update_layer_context_change_config(AV1_COMP *const cpi, in av1_update_layer_context_change_config() 121 static LAYER_CONTEXT *get_layer_context(AV1_COMP *const cpi) { in get_layer_context() 127 void av1_update_temporal_layer_framerate(AV1_COMP *const cpi) { in av1_update_temporal_layer_framerate() 151 void av1_restore_layer_context(AV1_COMP *const cpi) { in av1_restore_layer_context() 194 void av1_save_layer_context(AV1_COMP *const cpi) { in av1_save_layer_context() 238 void av1_free_svc_cyclic_refresh(AV1_COMP *const cpi) { in av1_free_svc_cyclic_refresh() 251 void av1_svc_reset_temporal_layers(AV1_COMP *const cpi, int is_key) { in av1_svc_reset_temporal_layers() 278 void av1_one_pass_cbr_svc_start_layer(AV1_COMP *const cpi) { in av1_one_pass_cbr_svc_start_layer()
|
D | encoder.c | 401 static void suppress_active_map(AV1_COMP *cpi) { in suppress_active_map() 411 static void apply_active_map(AV1_COMP *cpi) { in apply_active_map() 460 int av1_set_active_map(AV1_COMP *cpi, unsigned char *new_map_16x16, int rows, in av1_set_active_map() 490 int av1_get_active_map(AV1_COMP *cpi, unsigned char *new_map_16x16, int rows, in av1_get_active_map() 522 static void analyze_hor_freq(const AV1_COMP *cpi, double *energy) { in analyze_hor_freq() 579 static BLOCK_SIZE select_sb_size(const AV1_COMP *const cpi) { in select_sb_size() 609 static void setup_frame(AV1_COMP *cpi) { in setup_frame() 763 static void update_film_grain_parameters(struct AV1_COMP *cpi, in update_film_grain_parameters() 805 static void dealloc_compressor_data(AV1_COMP *cpi) { in dealloc_compressor_data() 914 static void configure_static_seg_features(AV1_COMP *cpi) { in configure_static_seg_features() [all …]
|
D | speed_features.c | 110 static int frame_is_boosted(const AV1_COMP *cpi) { in frame_is_boosted() 127 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_feature_framesize_dependent() 241 static void set_rt_speed_feature_framesize_dependent(const AV1_COMP *const cpi, in set_rt_speed_feature_framesize_dependent() 276 const AV1_COMP *const cpi, SPEED_FEATURES *const sf, int speed) { in set_good_speed_features_framesize_independent() 609 static void set_rt_speed_features_framesize_independent(AV1_COMP *cpi, in set_rt_speed_features_framesize_independent() 1056 const AV1_COMP *cpi) { in init_rd_sf() 1122 void av1_set_speed_features_framesize_dependent(AV1_COMP *cpi, int speed) { in av1_set_speed_features_framesize_dependent() 1148 void av1_set_speed_features_framesize_independent(AV1_COMP *cpi, int speed) { in av1_set_speed_features_framesize_independent() 1285 void av1_set_speed_features_qindex_dependent(AV1_COMP *cpi, int speed) { in av1_set_speed_features_qindex_dependent()
|
D | ratectrl.c | 98 static double resize_rate_factor(const AV1_COMP *cpi, int width, int height) { in resize_rate_factor() 180 int av1_rc_clamp_pframe_target_size(const AV1_COMP *const cpi, int target, in av1_rc_clamp_pframe_target_size() 209 int av1_rc_clamp_iframe_target_size(const AV1_COMP *const cpi, int target) { in av1_rc_clamp_iframe_target_size() 240 static void update_buffer_level(AV1_COMP *cpi, int encoded_frame_size) { in update_buffer_level() 340 int av1_rc_drop_frame(AV1_COMP *cpi) { in av1_rc_drop_frame() 376 static int adjust_q_cbr(const AV1_COMP *cpi, int q, int active_worst_quality) { in adjust_q_cbr() 428 static double get_rate_correction_factor(const AV1_COMP *cpi, int width, in get_rate_correction_factor() 450 static void set_rate_correction_factor(AV1_COMP *cpi, double factor, int width, in set_rate_correction_factor() 474 void av1_rc_update_rate_correction_factors(AV1_COMP *cpi, int width, in av1_rc_update_rate_correction_factors() 549 static int get_bits_per_mb(const AV1_COMP *cpi, int use_cyclic_refresh, in get_bits_per_mb() [all …]
|
D | aq_cyclicrefresh.c | 80 static int compute_deltaq(const AV1_COMP *cpi, int q, double rate_factor) { in compute_deltaq() 96 int av1_cyclic_refresh_estimate_bits_at_q(const AV1_COMP *cpi, in av1_cyclic_refresh_estimate_bits_at_q() 128 int av1_cyclic_refresh_rc_bits_per_mb(const AV1_COMP *cpi, int i, in av1_cyclic_refresh_rc_bits_per_mb() 158 void av1_cyclic_refresh_update_segment(const AV1_COMP *cpi, in av1_cyclic_refresh_update_segment() 209 void av1_cyclic_refresh_postencode(AV1_COMP *const cpi) { in av1_cyclic_refresh_postencode() 243 void av1_cyclic_refresh_set_golden_update(AV1_COMP *const cpi) { in av1_cyclic_refresh_set_golden_update() 262 static void cyclic_refresh_update_map(AV1_COMP *const cpi) { in cyclic_refresh_update_map() 336 void av1_cyclic_refresh_update_parameters(AV1_COMP *const cpi) { in av1_cyclic_refresh_update_parameters() 410 void av1_cyclic_refresh_setup(AV1_COMP *const cpi) { in av1_cyclic_refresh_setup() 495 void av1_cyclic_refresh_reset_resize(AV1_COMP *const cpi) { in av1_cyclic_refresh_reset_resize()
|
D | ethread.c | 47 static AOM_INLINE void update_delta_lf_for_row_mt(AV1_COMP *cpi) { in update_delta_lf_for_row_mt() 223 static int get_next_job(AV1_COMP *const cpi, int *current_mi_row, in get_next_job() 238 static AOM_INLINE void switch_tile_and_get_next_job(AV1_COMP *const cpi, in switch_tile_and_get_next_job() 299 AV1_COMP *const cpi = thread_data->cpi; in enc_row_mt_worker_hook() local 366 AV1_COMP *const cpi = thread_data->cpi; in enc_worker_hook() local 389 static AOM_INLINE void create_enc_workers(AV1_COMP *cpi, int num_workers) { in create_enc_workers() 511 static AOM_INLINE void launch_enc_workers(AV1_COMP *cpi, int num_workers) { in launch_enc_workers() 528 static AOM_INLINE void sync_enc_workers(AV1_COMP *cpi, int num_workers) { in sync_enc_workers() 543 static AOM_INLINE void accumulate_counters_enc_workers(AV1_COMP *cpi, in accumulate_counters_enc_workers() 563 static AOM_INLINE void prepare_enc_workers(AV1_COMP *cpi, AVxWorkerHook hook, in prepare_enc_workers() [all …]
|
D | aq_complexity.c | 48 static bool is_frame_aq_enabled(const AV1_COMP *const cpi) { in is_frame_aq_enabled() 58 static bool is_sb_aq_enabled(const AV1_COMP *const cpi) { in is_sb_aq_enabled() 62 void av1_setup_in_frame_q_adj(AV1_COMP *cpi) { in av1_setup_in_frame_q_adj() 131 void av1_caq_select_segment(const AV1_COMP *cpi, MACROBLOCK *mb, BLOCK_SIZE bs, in av1_caq_select_segment()
|