Searched refs:vp9_copy (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/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 | 731 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()
|
D | vp9_common.h | 37 #define vp9_copy(dest, src) { \ macro
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 214 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/ |
D | vp9_dthread.c | 191 vp9_copy(lf_data->planes, pbi->mb.plane); in vp9_loop_filter_frame_mt()
|
D | vp9_decodeframe.c | 819 vp9_copy(lf_data->planes, pbi->mb.plane); in decode_tiles()
|