Searched refs:vp9_copy (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymode.c | 318 vp9_copy(fc->uv_mode_prob, default_if_uv_probs); in vp9_init_mode_probs() 319 vp9_copy(fc->y_mode_prob, default_if_y_probs); in vp9_init_mode_probs() 320 vp9_copy(fc->switchable_interp_prob, default_switchable_interp_prob); in vp9_init_mode_probs() 321 vp9_copy(fc->partition_prob, default_partition_probs); in vp9_init_mode_probs() 322 vp9_copy(fc->intra_inter_prob, default_intra_inter_p); in vp9_init_mode_probs() 323 vp9_copy(fc->comp_inter_prob, default_comp_inter_p); in vp9_init_mode_probs() 324 vp9_copy(fc->comp_ref_prob, default_comp_ref_p); in vp9_init_mode_probs() 325 vp9_copy(fc->single_ref_prob, default_single_ref_p); in vp9_init_mode_probs() 327 vp9_copy(fc->skip_probs, default_skip_probs); in vp9_init_mode_probs() 328 vp9_copy(fc->inter_mode_probs, default_inter_mode_probs); in vp9_init_mode_probs()
|
D | vp9_entropy.c | 723 vp9_copy(cm->fc.coef_probs[TX_4X4], default_coef_probs_4x4); in vp9_default_coef_probs() 724 vp9_copy(cm->fc.coef_probs[TX_8X8], default_coef_probs_8x8); in vp9_default_coef_probs() 725 vp9_copy(cm->fc.coef_probs[TX_16X16], default_coef_probs_16x16); in vp9_default_coef_probs() 726 vp9_copy(cm->fc.coef_probs[TX_32X32], default_coef_probs_32x32); in vp9_default_coef_probs()
|
D | vp9_common.h | 37 #define vp9_copy(dest, src) { \ macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 117 vp9_copy(cc->nmvjointcost, cpi->mb.nmvjointcost); in vp9_save_coding_context() 118 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts); in vp9_save_coding_context() 119 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp); in vp9_save_coding_context() 121 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs); in vp9_save_coding_context() 126 vp9_copy(cc->last_ref_lf_deltas, cm->lf.last_ref_deltas); in vp9_save_coding_context() 127 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas); in vp9_save_coding_context() 138 vp9_copy(cpi->mb.nmvjointcost, cc->nmvjointcost); in vp9_restore_coding_context() 139 vp9_copy(cpi->mb.nmvcosts, cc->nmvcosts); in vp9_restore_coding_context() 140 vp9_copy(cpi->mb.nmvcosts_hp, cc->nmvcosts_hp); in vp9_restore_coding_context() 142 vp9_copy(cm->seg.pred_probs, cc->segment_pred_probs); in vp9_restore_coding_context() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 370 vp9_copy(oxcf->ss_target_bitrate, cfg->ss_target_bitrate); in set_vp9e_config() 378 vp9_copy(oxcf->ts_target_bitrate, cfg->ts_target_bitrate); in set_vp9e_config() 379 vp9_copy(oxcf->ts_rate_decimator, cfg->ts_rate_decimator); in set_vp9e_config()
|