Home
last modified time | relevance | path

Searched refs:vp9_copy (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c318 vp9_copy(fc->uv_mode_prob, default_if_uv_probs); in init_mode_probs()
319 vp9_copy(fc->y_mode_prob, default_if_y_probs); in init_mode_probs()
320 vp9_copy(fc->switchable_interp_prob, default_switchable_interp_prob); in init_mode_probs()
321 vp9_copy(fc->partition_prob, default_partition_probs); in init_mode_probs()
322 vp9_copy(fc->intra_inter_prob, default_intra_inter_p); in init_mode_probs()
323 vp9_copy(fc->comp_inter_prob, default_comp_inter_p); in init_mode_probs()
324 vp9_copy(fc->comp_ref_prob, default_comp_ref_p); in init_mode_probs()
325 vp9_copy(fc->single_ref_prob, default_single_ref_p); in init_mode_probs()
327 vp9_copy(fc->skip_probs, default_skip_probs); in init_mode_probs()
328 vp9_copy(fc->inter_mode_probs, default_inter_mode_probs); in init_mode_probs()
Dvp9_entropy.c757 vp9_copy(cm->fc->coef_probs[TX_4X4], default_coef_probs_4x4); in vp9_default_coef_probs()
758 vp9_copy(cm->fc->coef_probs[TX_8X8], default_coef_probs_8x8); in vp9_default_coef_probs()
759 vp9_copy(cm->fc->coef_probs[TX_16X16], default_coef_probs_16x16); in vp9_default_coef_probs()
760 vp9_copy(cm->fc->coef_probs[TX_32X32], default_coef_probs_32x32); in vp9_default_coef_probs()
Dvp9_common.h29 #define vp9_copy(dest, src) { \ macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c427 vp9_copy(cc->nmvjointcost, cpi->td.mb.nmvjointcost); in save_coding_context()
438 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs); in save_coding_context()
443 vp9_copy(cc->last_ref_lf_deltas, cm->lf.last_ref_deltas); in save_coding_context()
444 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas); in save_coding_context()
455 vp9_copy(cpi->td.mb.nmvjointcost, cc->nmvjointcost); in restore_coding_context()
464 vp9_copy(cm->seg.pred_probs, cc->segment_pred_probs); in restore_coding_context()
470 vp9_copy(cm->lf.last_ref_deltas, cc->last_ref_lf_deltas); in restore_coding_context()
471 vp9_copy(cm->lf.last_mode_deltas, cc->last_mode_lf_deltas); in restore_coding_context()