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 | 615 av1_copy(cc->nmv_vec_cost, cpi->td.mb.nmv_vec_cost); in save_coding_context() 616 av1_copy(cc->nmv_costs, cpi->nmv_costs); in save_coding_context() 617 av1_copy(cc->nmv_costs_hp, cpi->nmv_costs_hp); in save_coding_context() 628 av1_copy(cpi->td.mb.nmv_vec_cost, cc->nmv_vec_cost); in restore_coding_context() 629 av1_copy(cpi->nmv_costs, cc->nmv_costs); in restore_coding_context() 630 av1_copy(cpi->nmv_costs_hp, cc->nmv_costs_hp); in restore_coding_context()
|
D | rdopt.c | 3968 av1_copy(tx_rd_info->inter_tx_size, mbmi->inter_tx_size); in save_tx_rd_info() 3969 av1_copy(tx_rd_info->txk_type, mbmi->txk_type); in save_tx_rd_info() 3980 av1_copy(mbmi->inter_tx_size, tx_rd_info->inter_tx_size); in fetch_tx_rd_info() 3981 av1_copy(mbmi->txk_type, tx_rd_info->txk_type); in fetch_tx_rd_info() 11146 av1_copy(best_mbmode->inter_tx_size, mbmi->inter_tx_size); in sf_refine_fast_tx_type_search() 11149 av1_copy(best_mbmode->txk_type, mbmi->txk_type); in sf_refine_fast_tx_type_search()
|