Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c318 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()
Dvp9_entropy.c731 vp9_copy(cm->fc.coef_probs[TX_4X4], default_coef_probs_4x4); in vp9_default_coef_probs()
732 vp9_copy(cm->fc.coef_probs[TX_8X8], default_coef_probs_8x8); in vp9_default_coef_probs()
733 vp9_copy(cm->fc.coef_probs[TX_16X16], default_coef_probs_16x16); in vp9_default_coef_probs()
734 vp9_copy(cm->fc.coef_probs[TX_32X32], default_coef_probs_32x32); in vp9_default_coef_probs()
Dvp9_common.h37 #define vp9_copy(dest, src) { \ macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c214 vp9_copy(cc->nmvjointcost, cpi->mb.nmvjointcost); in save_coding_context()
215 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts); in save_coding_context()
216 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp); in save_coding_context()
218 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs); in save_coding_context()
223 vp9_copy(cc->last_ref_lf_deltas, cm->lf.last_ref_deltas); in save_coding_context()
224 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas); in save_coding_context()
235 vp9_copy(cpi->mb.nmvjointcost, cc->nmvjointcost); in restore_coding_context()
236 vp9_copy(cpi->mb.nmvcosts, cc->nmvcosts); in restore_coding_context()
237 vp9_copy(cpi->mb.nmvcosts_hp, cc->nmvcosts_hp); in restore_coding_context()
239 vp9_copy(cm->seg.pred_probs, cc->segment_pred_probs); in restore_coding_context()
[all …]
/external/libvpx/libvpx/vp9/decoder/
Dvp9_dthread.c191 vp9_copy(lf_data->planes, pbi->mb.plane); in vp9_loop_filter_frame_mt()
Dvp9_decodeframe.c819 vp9_copy(lf_data->planes, pbi->mb.plane); in decode_tiles()