/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 23 void vp9_init_layer_context(VP9_COMP *const cpi) { in vp9_init_layer_context() 131 void vp9_update_layer_context_change_config(VP9_COMP *const cpi, in vp9_update_layer_context_change_config() 217 static LAYER_CONTEXT *get_layer_context(VP9_COMP *const cpi) { in get_layer_context() 228 void vp9_update_temporal_layer_framerate(VP9_COMP *const cpi) { in vp9_update_temporal_layer_framerate() 255 void vp9_update_spatial_layer_framerate(VP9_COMP *const cpi, double framerate) { in vp9_update_spatial_layer_framerate() 269 void vp9_restore_layer_context(VP9_COMP *const cpi) { in vp9_restore_layer_context() 304 void vp9_save_layer_context(VP9_COMP *const cpi) { in vp9_save_layer_context() 332 void vp9_init_second_pass_spatial_svc(VP9_COMP *cpi) { in vp9_init_second_pass_spatial_svc() 348 void vp9_inc_frame_in_layer(VP9_COMP *const cpi) { in vp9_inc_frame_in_layer() 356 int vp9_is_upper_layer_key_frame(const VP9_COMP *const cpi) { in vp9_is_upper_layer_key_frame() [all …]
|
D | vp9_speed_features.c | 21 static int frame_is_boosted(const VP9_COMP *cpi) { in frame_is_boosted() 47 static void set_good_speed_feature_framesize_dependent(VP9_COMP *cpi, in set_good_speed_feature_framesize_dependent() 112 static void set_good_speed_feature(VP9_COMP *cpi, VP9_COMMON *cm, in set_good_speed_feature() 218 static void set_rt_speed_feature_framesize_dependent(VP9_COMP *cpi, in set_rt_speed_feature_framesize_dependent() 254 static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf, in set_rt_speed_feature() 414 void vp9_set_speed_features_framesize_dependent(VP9_COMP *cpi) { in vp9_set_speed_features_framesize_dependent() 443 void vp9_set_speed_features_framesize_independent(VP9_COMP *cpi) { in vp9_set_speed_features_framesize_independent()
|
D | vp9_encoder.c | 117 static void suppress_active_map(VP9_COMP *cpi) { in suppress_active_map() 126 static void apply_active_map(VP9_COMP *cpi) { in apply_active_map() 162 int vp9_set_active_map(VP9_COMP* cpi, in vp9_set_active_map() 191 int vp9_get_active_map(VP9_COMP* cpi, in vp9_get_active_map() 218 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { in vp9_set_high_precision_mv() 230 static void setup_frame(VP9_COMP *cpi) { in setup_frame() 336 static void dealloc_compressor_data(VP9_COMP *cpi) { in dealloc_compressor_data() 419 static void save_coding_context(VP9_COMP *cpi) { in save_coding_context() 449 static void restore_coding_context(VP9_COMP *cpi) { in restore_coding_context() 476 static void configure_static_seg_features(VP9_COMP *cpi) { in configure_static_seg_features() [all …]
|
D | vp9_ratectrl.c | 200 int vp9_rc_clamp_pframe_target_size(const VP9_COMP *const cpi, int target) { in vp9_rc_clamp_pframe_target_size() 225 int vp9_rc_clamp_iframe_target_size(const VP9_COMP *const cpi, int target) { in vp9_rc_clamp_iframe_target_size() 261 static void update_buffer_level(VP9_COMP *cpi, int encoded_frame_size) { in update_buffer_level() 370 int vp9_rc_drop_frame(VP9_COMP *cpi) { in vp9_rc_drop_frame() 408 static double get_rate_correction_factor(const VP9_COMP *cpi) { in get_rate_correction_factor() 430 static void set_rate_correction_factor(VP9_COMP *cpi, double factor) { in set_rate_correction_factor() 454 void vp9_rc_update_rate_correction_factors(VP9_COMP *cpi) { in vp9_rc_update_rate_correction_factors() 525 int vp9_rc_regulate_q(const VP9_COMP *cpi, int target_bits_per_frame, in vp9_rc_regulate_q() 610 static int calc_active_worst_quality_one_pass_vbr(const VP9_COMP *cpi) { in calc_active_worst_quality_one_pass_vbr() 632 static int calc_active_worst_quality_one_pass_cbr(const VP9_COMP *cpi) { in calc_active_worst_quality_one_pass_cbr() [all …]
|
D | vp9_aq_cyclicrefresh.c | 115 static int compute_deltaq(const VP9_COMP *cpi, int q, double rate_factor) { in compute_deltaq() 131 int vp9_cyclic_refresh_estimate_bits_at_q(const VP9_COMP *cpi, in vp9_cyclic_refresh_estimate_bits_at_q() 162 int vp9_cyclic_refresh_rc_bits_per_mb(const VP9_COMP *cpi, int i, in vp9_cyclic_refresh_rc_bits_per_mb() 188 void vp9_cyclic_refresh_update_segment(VP9_COMP *const cpi, in vp9_cyclic_refresh_update_segment() 244 void vp9_cyclic_refresh_update_sb_postencode(VP9_COMP *const cpi, in vp9_cyclic_refresh_update_sb_postencode() 286 void vp9_cyclic_refresh_postencode(VP9_COMP *const cpi) { in vp9_cyclic_refresh_postencode() 305 void vp9_cyclic_refresh_set_golden_update(VP9_COMP *const cpi) { in vp9_cyclic_refresh_set_golden_update() 321 void vp9_cyclic_refresh_check_golden_update(VP9_COMP *const cpi) { in vp9_cyclic_refresh_check_golden_update() 393 static void cyclic_refresh_update_map(VP9_COMP *const cpi) { in cyclic_refresh_update_map() 475 void vp9_cyclic_refresh_update_parameters(VP9_COMP *const cpi) { in vp9_cyclic_refresh_update_parameters() [all …]
|
D | vp9_picklpf.c | 27 static int get_max_filter_level(const VP9_COMP *cpi) { in get_max_filter_level() 38 VP9_COMP *const cpi, in try_filter_frame() 69 static int search_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in search_filter_level() 151 void vp9_pick_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in vp9_pick_filter_level()
|
D | vp9_mbgraph.c | 26 static unsigned int do_16x16_motion_iteration(VP9_COMP *cpi, in do_16x16_motion_iteration() 87 static int do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, in do_16x16_motion_search() 125 static int do_16x16_zerozero_search(VP9_COMP *cpi, int_mv *dst_mv) { in do_16x16_zerozero_search() 139 static int find_best_16x16_intra(VP9_COMP *cpi, PREDICTION_MODE *pbest_mode) { in find_best_16x16_intra() 173 VP9_COMP *cpi, in update_mbgraph_mb_stats() 233 static void update_mbgraph_frame_stats(VP9_COMP *cpi, in update_mbgraph_frame_stats() 302 static void separate_arf_mbs(VP9_COMP *cpi) { in separate_arf_mbs() 380 void vp9_update_mbgraph_stats(VP9_COMP *cpi) { in vp9_update_mbgraph_stats()
|
D | vp9_firstpass.c | 240 static double calculate_active_area(const VP9_COMP *cpi, in calculate_active_area() 253 static double calculate_modified_err(const VP9_COMP *cpi, in calculate_modified_err() 289 void vp9_init_first_pass(VP9_COMP *cpi) { in vp9_init_first_pass() 293 void vp9_end_first_pass(VP9_COMP *cpi) { in vp9_end_first_pass() 383 static int get_search_range(const VP9_COMP *cpi) { in get_search_range() 392 static void first_pass_motion_search(VP9_COMP *cpi, MACROBLOCK *x, in first_pass_motion_search() 480 static void set_first_pass_params(VP9_COMP *cpi) { in set_first_pass_params() 495 void vp9_first_pass(VP9_COMP *cpi, const struct lookahead_entry *source) { in vp9_first_pass() 1179 static int get_twopass_worst_quality(const VP9_COMP *cpi, in get_twopass_worst_quality() 1235 static void setup_rf_level_maxq(VP9_COMP *cpi) { in setup_rf_level_maxq() [all …]
|
D | vp9_rd.c | 69 static void fill_mode_costs(VP9_COMP *cpi) { in fill_mode_costs() 152 int vp9_compute_rd_mult(const VP9_COMP *cpi, int qindex) { in vp9_compute_rd_mult() 211 void vp9_initialize_me_consts(VP9_COMP *cpi, MACROBLOCK *x, int qindex) { in vp9_initialize_me_consts() 268 void vp9_initialize_rd_consts(VP9_COMP *cpi) { in vp9_initialize_rd_consts() 455 void vp9_mv_pred(VP9_COMP *cpi, MACROBLOCK *x, in vp9_mv_pred() 547 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const VP9_COMP *cpi, in vp9_get_scaled_ref_frame() 557 int vp9_get_switchable_rate(const VP9_COMP *cpi, const MACROBLOCKD *const xd) { in vp9_get_switchable_rate() 564 void vp9_set_rd_speed_thresholds(VP9_COMP *cpi) { in vp9_set_rd_speed_thresholds() 618 void vp9_set_rd_speed_thresholds_sub8x8(VP9_COMP *cpi) { in vp9_set_rd_speed_thresholds_sub8x8()
|
D | vp9_encodeframe.c | 105 unsigned int vp9_get_sby_perpixel_variance(VP9_COMP *cpi, in vp9_get_sby_perpixel_variance() 116 VP9_COMP *cpi, const struct buf_2d *ref, BLOCK_SIZE bs, int bd) { in vp9_high_get_sby_perpixel_variance() 140 static unsigned int get_sby_perpixel_diff_variance(VP9_COMP *cpi, in get_sby_perpixel_diff_variance() 155 static BLOCK_SIZE get_rd_var_based_fixed_partition(VP9_COMP *cpi, MACROBLOCK *x, in get_rd_var_based_fixed_partition() 184 static void set_offsets(VP9_COMP *cpi, const TileInfo *const tile, in set_offsets() 254 static void set_block_size(VP9_COMP * const cpi, in set_block_size() 390 static int set_vt_partitioning(VP9_COMP *cpi, in set_vt_partitioning() 480 static void set_vbp_thresholds(VP9_COMP *cpi, int64_t thresholds[], int q) { in set_vbp_thresholds() 506 void vp9_set_variance_partition_thresholds(VP9_COMP *cpi, int q) { in vp9_set_variance_partition_thresholds() 653 static int choose_partitioning(VP9_COMP *cpi, in choose_partitioning() [all …]
|
D | vp9_ethread.c | 36 VP9_COMP *const cpi = thread_data->cpi; in enc_worker_hook() local 55 static int get_max_tile_cols(VP9_COMP *cpi) { in get_max_tile_cols() 67 void vp9_encode_tiles_mt(VP9_COMP *cpi) { in vp9_encode_tiles_mt()
|
D | vp9_aq_variance.c | 46 void vp9_vaq_frame_setup(VP9_COMP *cpi) { in vp9_vaq_frame_setup() 141 static unsigned int block_variance(VP9_COMP *cpi, MACROBLOCK *x, in block_variance() 192 double vp9_log_block_var(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) { in vp9_log_block_var() 199 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) { in vp9_block_energy()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 203 static void save_layer_context(VP8_COMP *cpi) in save_layer_context() 241 static void restore_layer_context(VP8_COMP *cpi, const int layer) in restore_layer_context() 288 static void init_temporal_layer_context(VP8_COMP *cpi, in init_temporal_layer_context() 348 static void reset_temporal_layer_change(VP8_COMP *cpi, in reset_temporal_layer_change() 398 static void setup_features(VP8_COMP *cpi) in setup_features() 437 static void dealloc_compressor_data(VP8_COMP *cpi) in dealloc_compressor_data() 485 static void enable_segmentation(VP8_COMP *cpi) in enable_segmentation() 492 static void disable_segmentation(VP8_COMP *cpi) in disable_segmentation() 501 static void set_segmentation_map(VP8_COMP *cpi, unsigned char *segmentation_map) in set_segmentation_map() 523 static void set_segment_data(VP8_COMP *cpi, signed char *feature_data, unsigned char abs_delta) in set_segment_data() [all …]
|
D | ratectrl.c | 217 void vp8_save_coding_context(VP8_COMP *cpi) in vp8_save_coding_context() 256 void vp8_restore_coding_context(VP8_COMP *cpi) in vp8_restore_coding_context() 294 void vp8_setup_key_frame(VP8_COMP *cpi) in vp8_setup_key_frame() 342 static void calc_iframe_target_size(VP8_COMP *cpi) in calc_iframe_target_size() 442 static void calc_gf_params(VP8_COMP *cpi) in calc_gf_params() 608 static void calc_pframe_target_size(VP8_COMP *cpi) in calc_pframe_target_size() 1109 void vp8_update_rate_correction_factors(VP8_COMP *cpi, int damp_var) in vp8_update_rate_correction_factors() 1216 int vp8_regulate_q(VP8_COMP *cpi, int target_bits_per_frame) in vp8_regulate_q() 1366 static int estimate_keyframe_frequency(VP8_COMP *cpi) in estimate_keyframe_frequency() 1423 void vp8_adjust_key_frame_context(VP8_COMP *cpi) in vp8_adjust_key_frame_context() [all …]
|
D | encodeframe.c | 82 static unsigned int tt_activity_measure( VP8_COMP *cpi, MACROBLOCK *x ) in tt_activity_measure() 106 static unsigned int alt_activity_measure( VP8_COMP *cpi, in alt_activity_measure() 117 static unsigned int mb_activity_measure( VP8_COMP *cpi, MACROBLOCK *x, in mb_activity_measure() 143 static void calc_av_activity( VP8_COMP *cpi, int64_t activity_sum ) in calc_av_activity() 206 static void calc_activity_index( VP8_COMP *cpi, MACROBLOCK *x ) in calc_activity_index() 264 static void build_activity_map( VP8_COMP *cpi ) in build_activity_map() 338 void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x) in vp8_activity_masking() 363 void encode_mb_row(VP8_COMP *cpi, in encode_mb_row() 627 static void init_encode_frame_mb_context(VP8_COMP *cpi) in init_encode_frame_mb_context() 735 void vp8_encode_frame(VP8_COMP *cpi) in vp8_encode_frame() [all …]
|
D | firstpass.c | 81 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position) in reset_fpf_position() 86 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) in lookup_next_frame_stats() 96 static int read_frame_stats( VP8_COMP *cpi, in read_frame_stats() 118 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) in input_stats() 129 static void output_stats(const VP8_COMP *cpi, in output_stats() 264 static double calculate_modified_err(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in calculate_modified_err() 344 static int frame_max_bits(VP8_COMP *cpi) in frame_max_bits() 395 void vp8_init_first_pass(VP8_COMP *cpi) in vp8_init_first_pass() 400 void vp8_end_first_pass(VP8_COMP *cpi) in vp8_end_first_pass() 405 static void zz_motion_search( VP8_COMP *cpi, MACROBLOCK * x, in zz_motion_search() [all …]
|
D | ethreading.c | 24 VP8_COMP *cpi = (VP8_COMP *)(((LPFTHREAD_DATA *)p_data)->ptr1); in thread_loopfilter() local 50 VP8_COMP *cpi = (VP8_COMP *)(((ENCODETHREAD_DATA *)p_data)->ptr1); in thread_encoding_proc() local 449 void vp8cx_init_mbrthread_data(VP8_COMP *cpi, in vp8cx_init_mbrthread_data() 512 int vp8cx_create_encoder_threads(VP8_COMP *cpi) in vp8cx_create_encoder_threads() 638 void vp8cx_remove_encoder_threads(VP8_COMP *cpi) in vp8cx_remove_encoder_threads()
|
D | picklpf.c | 100 static int get_min_filter_level(VP8_COMP *cpi, int base_qindex) in get_min_filter_level() 121 static int get_max_filter_level(VP8_COMP *cpi, int base_qindex) in get_max_filter_level() 137 void vp8cx_pick_filter_level_fast(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi) in vp8cx_pick_filter_level_fast() 256 void vp8cx_set_alt_lf_level(VP8_COMP *cpi, int filt_val) in vp8cx_set_alt_lf_level() 267 void vp8cx_pick_filter_level(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi) in vp8cx_pick_filter_level()
|
D | tokenize.c | 107 VP8_COMP *cpi in tokenize2nd_order_b() 196 VP8_COMP *cpi in tokenize1st_order_b() 383 void vp8_tokenize_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) in vp8_tokenize_mb() 499 VP8_COMP *cpi, in stuff2nd_order_b() 524 VP8_COMP *cpi, in stuff1st_order_b() 549 VP8_COMP *cpi, in stuff1st_order_buv() 567 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) in vp8_stuff_mb()
|
D | mr_dissim.c | 21 void vp8_cal_low_res_mb_cols(VP8_COMP *cpi) in vp8_cal_low_res_mb_cols() 55 void vp8_cal_dissimilarity(VP8_COMP *cpi) in vp8_cal_dissimilarity() 221 void vp8_store_drop_frame_info(VP8_COMP *cpi) in vp8_store_drop_frame_info()
|
D | vp8_quantize.c | 250 void vp8cx_init_quantizer(VP8_COMP *cpi) in vp8cx_init_quantizer() 364 void vp8cx_mb_init_quantizer(VP8_COMP *cpi, MACROBLOCK *x, int ok_to_skip) in vp8cx_mb_init_quantizer() 496 void vp8_update_zbin_extra(VP8_COMP *cpi, MACROBLOCK *x) in vp8_update_zbin_extra() 522 void vp8cx_frame_init_quantizer(VP8_COMP *cpi) in vp8cx_frame_init_quantizer() 532 void vp8_set_quantizer(struct VP8_COMP *cpi, int Q) in vp8_set_quantizer()
|
D | bitstream.c | 108 static void update_mbintra_mode_probs(VP8_COMP *cpi) in update_mbintra_mode_probs() 377 static void pack_tokens_into_partitions(VP8_COMP *cpi, unsigned char *cx_data, in pack_tokens_into_partitions() 411 static void pack_mb_row_tokens(VP8_COMP *cpi, vp8_writer *w) in pack_mb_row_tokens() 495 void vp8_convert_rfct_to_prob(VP8_COMP *const cpi) in vp8_convert_rfct_to_prob() 518 static void pack_inter_mode_mvs(VP8_COMP *const cpi) in pack_inter_mode_mvs() 720 static void write_kfmodes(VP8_COMP *cpi) in write_kfmodes() 853 static int independent_coef_context_savings(VP8_COMP *cpi) in independent_coef_context_savings() 929 static int default_coef_context_savings(VP8_COMP *cpi) in default_coef_context_savings() 1002 int vp8_estimate_entropy_savings(VP8_COMP *cpi) in vp8_estimate_entropy_savings() 1058 int vp8_update_coef_context(VP8_COMP *cpi) in vp8_update_coef_context() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
D | Form3rc.java | 75 int cpi = ci.getIndex(); in isCompatible() local 100 int cpi = ((CstInsn) insn).getIndex(); in writeTo() local
|
D | Form22c.java | 82 int cpi = ci.getIndex(); in isCompatible() local 108 int cpi = ((CstInsn) insn).getIndex(); in writeTo() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatTest.java | 261 CurrencyPluralInfo cpi = new CurrencyPluralInfo(); in TestGetPluralRules() local 271 CurrencyPluralInfo cpi = new CurrencyPluralInfo(new ULocale("en_US")); in TestGetLocale() local 282 CurrencyPluralInfo cpi = new CurrencyPluralInfo(); in TestSetLocale() local 294 CurrencyPluralInfo cpi = new CurrencyPluralInfo(); in TestEquals() local
|