Searched refs:oldp (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_subexp.h23 vp9_prob newp, vp9_prob oldp);
25 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp,
29 vp9_prob oldp, vp9_prob *bestp,
34 const vp9_prob *oldp,
H A Dvp9_subexp.c76 static int prob_diff_update_cost(vp9_prob newp, vp9_prob oldp) { argument
77 int delp = remap_prob(newp, oldp);
109 void vp9_write_prob_diff_update(vp9_writer *w, vp9_prob newp, vp9_prob oldp) { argument
110 const int delp = remap_prob(newp, oldp);
121 vp9_prob oldp, vp9_prob *bestp,
123 const int old_b = cost_branch256(ct, oldp);
125 vp9_prob newp, bestnewp = oldp;
126 const int step = *bestp > oldp ? -1 : 1;
128 for (newp = *bestp; newp != oldp; newp += step) {
130 const int update_b = prob_diff_update_cost(newp, oldp)
120 vp9_prob_diff_update_savings_search(const unsigned int *ct, vp9_prob oldp, vp9_prob *bestp, vp9_prob upd) argument
141 vp9_prob_diff_update_savings_search_model(const unsigned int *ct, const vp9_prob *oldp, vp9_prob *bestp, vp9_prob upd) argument
179 vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, const unsigned int ct[2]) argument
[all...]
H A Dvp9_bitstream.c534 const vp9_prob oldp = old_frame_coef_probs[i][j][k][l][t]; local
543 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
544 if (s > 0 && newp != oldp)
571 vp9_prob *oldp = old_frame_coef_probs[i][j][k][l] + t; local
582 *oldp, &newp, upd);
583 if (s > 0 && newp != *oldp)
588 vp9_write_prob_diff_update(bc, newp, *oldp);
589 *oldp = newp;
616 vp9_prob *oldp = old_frame_coef_probs[i][j][k][l] + t; local
630 *oldp,
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c841 const vp8_prob oldp, const vp8_prob newp,
844 const int old_b = vp8_cost_branch(ct, oldp);
897 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t]; local
899 const int s = prob_update_savings(ct, oldp, newp, upd);
902 (cpi->common.frame_type == KEY_FRAME && newp != oldp))
958 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1105 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j] local
1110 prob_update_savings(ct, oldp, newp, upd);
840 prob_update_savings(const unsigned int *ct, const vp8_prob oldp, const vp8_prob newp, const vp8_prob upd) argument

Completed in 22 milliseconds