Searched refs:av1_copy (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | entropymode.c | 980 av1_copy(fc->palette_y_size_cdf, default_palette_y_size_cdf); in init_mode_probs() 981 av1_copy(fc->palette_uv_size_cdf, default_palette_uv_size_cdf); in init_mode_probs() 982 av1_copy(fc->palette_y_color_index_cdf, default_palette_y_color_index_cdf); in init_mode_probs() 983 av1_copy(fc->palette_uv_color_index_cdf, default_palette_uv_color_index_cdf); in init_mode_probs() 984 av1_copy(fc->kf_y_cdf, default_kf_y_mode_cdf); in init_mode_probs() 985 av1_copy(fc->angle_delta_cdf, default_angle_delta_cdf); in init_mode_probs() 986 av1_copy(fc->comp_inter_cdf, default_comp_inter_cdf); in init_mode_probs() 987 av1_copy(fc->comp_ref_type_cdf, default_comp_ref_type_cdf); in init_mode_probs() 988 av1_copy(fc->uni_comp_ref_cdf, default_uni_comp_ref_cdf); in init_mode_probs() 989 av1_copy(fc->palette_y_mode_cdf, default_palette_y_mode_cdf); in init_mode_probs() [all …]
|
D | entropy.c | 37 av1_copy(cm->fc->txb_skip_cdf, av1_default_txb_skip_cdfs[index]); in av1_default_coef_probs() 38 av1_copy(cm->fc->eob_extra_cdf, av1_default_eob_extra_cdfs[index]); in av1_default_coef_probs() 39 av1_copy(cm->fc->dc_sign_cdf, av1_default_dc_sign_cdfs[index]); in av1_default_coef_probs() 40 av1_copy(cm->fc->coeff_br_cdf, av1_default_coeff_lps_multi_cdfs[index]); in av1_default_coef_probs() 41 av1_copy(cm->fc->coeff_base_cdf, av1_default_coeff_base_multi_cdfs[index]); in av1_default_coef_probs() 42 av1_copy(cm->fc->coeff_base_eob_cdf, in av1_default_coef_probs() 44 av1_copy(cm->fc->eob_flag_cdf16, av1_default_eob_multi16_cdfs[index]); in av1_default_coef_probs() 45 av1_copy(cm->fc->eob_flag_cdf32, av1_default_eob_multi32_cdfs[index]); in av1_default_coef_probs() 46 av1_copy(cm->fc->eob_flag_cdf64, av1_default_eob_multi64_cdfs[index]); in av1_default_coef_probs() 47 av1_copy(cm->fc->eob_flag_cdf128, av1_default_eob_multi128_cdfs[index]); in av1_default_coef_probs() [all …]
|
D | common.h | 32 #define av1_copy(dest, src) \ macro
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 5445 av1_copy(frame_probs->tx_type_probs, default_tx_type_probs); in encode_with_recode_loop() 5450 av1_copy(frame_probs->obmc_probs, default_obmc_probs); in encode_with_recode_loop() 5454 av1_copy(frame_probs->warped_probs, default_warped_probs); in encode_with_recode_loop() 5458 av1_copy(frame_probs->switchable_interp_probs, in encode_with_recode_loop()
|
D | tx_search.c | 359 av1_copy(mbmi->inter_tx_size, tx_rd_info->inter_tx_size); in fetch_tx_rd_info() 515 av1_copy(tx_rd_info->inter_tx_size, mbmi->inter_tx_size); in save_tx_rd_info()
|