Searched defs:tx_probs (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.h102 const struct tx_probs *tx_probs) {
105 return tx_probs->p8x8[ctx];
107 return tx_probs->p16x16[ctx];
109 return tx_probs->p32x32[ctx];
118 const struct tx_probs *tx_probs) {
119 return get_tx_probs(max_tx_size, vp9_get_tx_size_context(xd), tx_probs);
101 get_tx_probs(TX_SIZE max_tx_size, int ctx, const struct tx_probs *tx_probs) argument
116 get_tx_probs2(TX_SIZE max_tx_size, const MACROBLOCKD *xd, const struct tx_probs *tx_probs) argument
H A Dvp9_entropymode.h28 struct tx_probs { struct
52 struct tx_probs tx_probs; member in struct:frame_contexts
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.h102 const struct tx_probs *tx_probs) {
105 return tx_probs->p8x8[ctx];
107 return tx_probs->p16x16[ctx];
109 return tx_probs->p32x32[ctx];
118 const struct tx_probs *tx_probs) {
119 return get_tx_probs(max_tx_size, vp9_get_tx_size_context(xd), tx_probs);
101 get_tx_probs(TX_SIZE max_tx_size, int ctx, const struct tx_probs *tx_probs) argument
116 get_tx_probs2(TX_SIZE max_tx_size, const MACROBLOCKD *xd, const struct tx_probs *tx_probs) argument
H A Dvp9_entropymode.h28 struct tx_probs { struct
52 struct tx_probs tx_probs; member in struct:frame_contexts
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c64 const vp9_prob *tx_probs = get_tx_probs(max_tx_size, ctx, &cm->fc.tx_probs); local
65 int tx_size = vp9_read(r, tx_probs[0]);
67 tx_size += vp9_read(r, tx_probs[1]);
69 tx_size += vp9_read(r, tx_probs[2]);
H A Dvp9_decodeframe.c88 static void read_tx_mode_probs(struct tx_probs *tx_probs, vp9_reader *r) { argument
93 vp9_diff_update_prob(r, &tx_probs->p8x8[i][j]);
97 vp9_diff_update_prob(r, &tx_probs->p16x16[i][j]);
101 vp9_diff_update_prob(r, &tx_probs->p32x32[i][j]);
1190 read_tx_mode_probs(&fc->tx_probs, &r);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c65 const vp9_prob *tx_probs = get_tx_probs(max_tx_size, ctx, &cm->fc.tx_probs); local
66 int tx_size = vp9_read(r, tx_probs[0]);
68 tx_size += vp9_read(r, tx_probs[1]);
70 tx_size += vp9_read(r, tx_probs[2]);
H A Dvp9_decodeframe.c86 static void read_tx_mode_probs(struct tx_probs *tx_probs, vp9_reader *r) { argument
91 vp9_diff_update_prob(r, &tx_probs->p8x8[i][j]);
95 vp9_diff_update_prob(r, &tx_probs->p16x16[i][j]);
99 vp9_diff_update_prob(r, &tx_probs->p32x32[i][j]);
1172 read_tx_mode_probs(&fc->tx_probs, &r);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c87 const vp9_prob *const tx_probs = get_tx_probs2(max_tx_size, xd, local
88 &cpi->common.fc.tx_probs);
89 vp9_write(w, tx_size != TX_4X4, tx_probs[0]);
91 vp9_write(w, tx_size != TX_8X8, tx_probs[1]);
93 vp9_write(w, tx_size != TX_16X16, tx_probs[2]);
824 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p8x8[i][j], ct_8x8p[j]);
830 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p16x16[i][j],
837 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p32x32[i][j],
H A Dvp9_rdopt.c816 const vp9_prob *tx_probs = get_tx_probs2(max_tx_size, xd, &cm->fc.tx_probs); local
826 r[n][1] += vp9_cost_zero(tx_probs[m]);
828 r[n][1] += vp9_cost_one(tx_probs[m]);
900 const vp9_prob *tx_probs = get_tx_probs2(max_tx_size, xd, &cm->fc.tx_probs); local
910 r[n][1] += vp9_cost_zero(tx_probs[m]);
912 r[n][1] += vp9_cost_one(tx_probs[m]);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c87 const vp9_prob *const tx_probs = get_tx_probs2(max_tx_size, xd, local
88 &cpi->common.fc.tx_probs);
89 vp9_write(w, tx_size != TX_4X4, tx_probs[0]);
91 vp9_write(w, tx_size != TX_8X8, tx_probs[1]);
93 vp9_write(w, tx_size != TX_16X16, tx_probs[2]);
822 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p8x8[i][j], ct_8x8p[j]);
828 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p16x16[i][j],
835 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p32x32[i][j],
H A Dvp9_rdopt.c813 const vp9_prob *tx_probs = get_tx_probs2(max_tx_size, xd, &cm->fc.tx_probs); local
823 r[n][1] += vp9_cost_zero(tx_probs[m]);
825 r[n][1] += vp9_cost_one(tx_probs[m]);
897 const vp9_prob *tx_probs = get_tx_probs2(max_tx_size, xd, &cm->fc.tx_probs); local
907 r[n][1] += vp9_cost_zero(tx_probs[m]);
909 r[n][1] += vp9_cost_one(tx_probs[m]);

Completed in 221 milliseconds