Searched defs:oldp (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_subexp.c | 76 static int prob_diff_update_cost(vp9_prob newp, vp9_prob oldp) { in prob_diff_update_cost() 109 void vp9_write_prob_diff_update(vp9_writer *w, vp9_prob newp, vp9_prob oldp) { in vp9_write_prob_diff_update() 121 vp9_prob oldp, vp9_prob *bestp, in vp9_prob_diff_update_savings_search() 142 const vp9_prob *oldp, in vp9_prob_diff_update_savings_search_model() 179 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, in vp9_cond_prob_diff_update()
|
D | vp9_bitstream.c | 534 const vp9_prob oldp = old_frame_coef_probs[i][j][k][l][t]; in update_coef_probs_common() local 571 vp9_prob *oldp = old_frame_coef_probs[i][j][k][l] + t; in update_coef_probs_common() local 616 vp9_prob *oldp = old_frame_coef_probs[i][j][k][l] + t; in update_coef_probs_common() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.c | 841 const vp8_prob oldp, const vp8_prob newp, in prob_update_savings() 897 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t]; in independent_coef_context_savings() local 958 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t]; in default_coef_context_savings() local 1105 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j] in vp8_update_coef_probs() local
|