Searched refs:vp8_copy (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 189 vp8_copy(cc->mvc, cpi->common.fc.mvc); in vp8_save_coding_context() 190 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts); in vp8_save_coding_context() 192 vp8_copy(cc->ymode_prob, cpi->common.fc.ymode_prob); in vp8_save_coding_context() 193 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob); in vp8_save_coding_context() 195 vp8_copy(cc->ymode_count, cpi->mb.ymode_count); in vp8_save_coding_context() 196 vp8_copy(cc->uv_mode_count, cpi->mb.uv_mode_count); in vp8_save_coding_context() 200 vp8_copy(cc->y_modes, y_modes); in vp8_save_coding_context() 201 vp8_copy(cc->uv_modes, uv_modes); in vp8_save_coding_context() 202 vp8_copy(cc->b_modes, b_modes); in vp8_save_coding_context() 203 vp8_copy(cc->inter_y_modes, inter_y_modes); in vp8_save_coding_context() [all …]
|
D | bitstream.c | 852 vp8_copy(cpi->mb.coef_counts, default_coef_counts); in vp8_update_coef_context()
|
/external/libvpx/libvpx/vp8/common/ |
D | common.h | 26 #define vp8_copy(Dest, Src) \ macro
|