Home
last modified time | relevance | path

Searched refs:coef_probs (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/vp8/decoder/
Ddetokenize.c141 Prob = coef_probs; \
155 Prob = coef_probs + (ENTROPY_NODES*2); \
208 const vp8_prob *coef_probs; in vp8_decode_mb_tokens() local
239 coef_probs = oc->fc.coef_probs [type] [ 0 ] [0]; in vp8_decode_mb_tokens()
249 Prob = coef_probs; in vp8_decode_mb_tokens()
326 Prob = coef_probs + ENTROPY_NODES; in vp8_decode_mb_tokens()
351 coef_probs = oc->fc.coef_probs [type] [ 0 ] [0]; in vp8_decode_mb_tokens()
359 coef_probs = oc->fc.coef_probs [type] [ 0 ] [0]; in vp8_decode_mb_tokens()
Dasm_dec_offsets.c40 DEFINE(detok_coef_probs, offsetof(DETOK, coef_probs));
Donyxd_int.h64 vp8_prob const *coef_probs[4]; member
Ddecodframe.c833 vp8_prob *const p = pc->fc.coef_probs [i][j][k] + l; in vp8_decode_frame()
/external/libvpx/vp8/encoder/
Dtokenize.c133 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; in tokenize2nd_order_b()
184 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; in tokenize1st_order_b()
433 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; in stuff2nd_order_b()
463 t->context_tree = cpi->common.fc.coef_probs [0] [1] [pt]; in stuff1st_order_b()
492 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt]; in stuff1st_order_buv()
Dbitstream.c1212 const vp8_prob old = cpi->common.fc.coef_probs [i][j][k][t]; in vp8_estimate_entropy_savings()
1280 vp8_prob *Pold = cpi->common.fc.coef_probs [i][j][k] + t; in update_coef_probs()
Drdopt.c299 (const vp8_prob( *)[8][3][11]) cpi->common.fc.coef_probs in vp8_initialize_rd_consts()
/external/libvpx/vp8/common/
Dentropy.c151 pc->fc.coef_probs [h][i][k], branch_ct, default_coef_counts [h][i][k], in vp8_default_coef_probs()
Donyxc_int.h44 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens-1]; member