Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c148 ProbaArray coef_probs; in vp8_decode_mb_tokens() local
161 coef_probs = fc->coef_probs[1]; in vp8_decode_mb_tokens()
163 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16); in vp8_decode_mb_tokens()
169 coef_probs = fc->coef_probs[0]; in vp8_decode_mb_tokens()
172 coef_probs = fc->coef_probs[3]; in vp8_decode_mb_tokens()
180 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr); in vp8_decode_mb_tokens()
189 coef_probs = fc->coef_probs[2]; in vp8_decode_mb_tokens()
197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr); in vp8_decode_mb_tokens()
Ddecodeframe.c1188 vp8_prob *const p = pc->fc.coef_probs[i][j][k] + l; in vp8_decode_frame()
1193 if (k > 0 && *p != pc->fc.coef_probs[i][j][k - 1][l]) { in vp8_decode_frame()
/external/libvpx/libvpx/vp8/encoder/
Dtokenize.c123 t->context_tree = cpi->common.fc.coef_probs[1][0][pt]; in tokenize2nd_order_b()
138 t->context_tree = cpi->common.fc.coef_probs[1][0][pt]; in tokenize2nd_order_b()
154 t->context_tree = cpi->common.fc.coef_probs[1][band][pt]; in tokenize2nd_order_b()
166 t->context_tree = cpi->common.fc.coef_probs[1][band][pt]; in tokenize2nd_order_b()
213 t->context_tree = cpi->common.fc.coef_probs[type][c][pt]; in tokenize1st_order_b()
229 t->context_tree = cpi->common.fc.coef_probs[type][c][pt]; in tokenize1st_order_b()
246 t->context_tree = cpi->common.fc.coef_probs[type][band][pt]; in tokenize1st_order_b()
257 t->context_tree = cpi->common.fc.coef_probs[type][band][pt]; in tokenize1st_order_b()
282 t->context_tree = cpi->common.fc.coef_probs[2][0][pt]; in tokenize1st_order_b()
298 t->context_tree = cpi->common.fc.coef_probs[2][0][pt]; in tokenize1st_order_b()
[all …]
Dbitstream.c623 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
641 (unsigned int)(coef_probs [i][j][k][l]));
715 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j][k][t]; in independent_coef_context_savings()
763 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j][k][t]; in default_coef_context_savings()
885 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j][k][t]; in vp8_update_coef_probs()
906 vp8_prob *Pold = cpi->common.fc.coef_probs[i][j][k] + t; in vp8_update_coef_probs()
969 const vp8_prob newp = cpi->common.fc.coef_probs[i][j][k][t]; in pack_coef_probs()
Drdopt.c249 (const vp8_prob(*)[8][3][11])l->coef_probs); in vp8_initialize_rd_consts()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.c1042 vp9_copy(cm->fc->coef_probs[TX_4X4], default_coef_probs_4x4); in vp9_default_coef_probs()
1043 vp9_copy(cm->fc->coef_probs[TX_8X8], default_coef_probs_8x8); in vp9_default_coef_probs()
1044 vp9_copy(cm->fc->coef_probs[TX_16X16], default_coef_probs_16x16); in vp9_default_coef_probs()
1045 vp9_copy(cm->fc->coef_probs[TX_32X32], default_coef_probs_32x32); in vp9_default_coef_probs()
1059 vp9_coeff_probs_model *const probs = cm->fc->coef_probs[tx_size]; in adapt_coef_probs()
1060 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size]; in adapt_coef_probs()
Dvp9_entropymode.h48 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES]; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c371 vpx_prob(*const coef_probs)[COEFF_CONTEXTS][UNCONSTRAINED_NODES] = in tokenize_b() local
372 cpi->common.fc->coef_probs[tx_size][type][ref]; in tokenize_b()
392 add_token_no_extra(&t, coef_probs[band[c]][pt], ZERO_TOKEN, in tokenize_b()
403 add_token(&t, coef_probs[band[c]][pt], token, extra, counts[band[c]][pt]); in tokenize_b()
411 add_token_no_extra(&t, coef_probs[band[c]][pt], EOB_TOKEN, in tokenize_b()
Dvp9_bitstream.c514 vp9_coeff_probs_model *coef_probs) { in build_tree_distribution() argument
530 coef_probs[i][j][k][l][m] = in build_tree_distribution()
543 vp9_coeff_probs_model *old_coef_probs = cpi->common.fc->coef_probs[tx_size]; in update_coef_probs_common()
Dvp9_rd.c342 fill_token_costs(x->token_costs, cm->fc->coef_probs); in vp9_initialize_rd_consts()
Dvp9_encoder.c197 (pre_fc->coef_probs[i][j][k][l][m][n] - in compute_context_model_diff()
198 cur_fc->coef_probs[i][j][k][l][m][n]); in compute_context_model_diff()
203 pre_fc->coef_probs[i][j][k][l][m][UNCONSTRAINED_NODES - 1]; in compute_context_model_diff()
206 cur_fc->coef_probs[i][j][k][l][m][UNCONSTRAINED_NODES - 1]; in compute_context_model_diff()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c83 const vpx_prob(*coef_probs)[COEFF_CONTEXTS][UNCONSTRAINED_NODES] = in decode_coefs() local
84 fc->coef_probs[tx_size][type][ref]; in decode_coefs()
120 prob = coef_probs[band][ctx]; in decode_coefs()
140 prob = coef_probs[band][ctx]; in decode_coefs()
Dvp9_decodeframe.c1304 static void read_coef_probs_common(vp9_coeff_probs_model *coef_probs, in read_coef_probs_common() argument
1314 vp9_diff_update_prob(r, &coef_probs[i][j][k][l][m]); in read_coef_probs_common()
1321 read_coef_probs_common(fc->coef_probs[tx_size], r); in read_coef_probs()
/external/libvpx/libvpx/vp8/common/
Dentropy.c146 memcpy(pc->fc.coef_probs, default_coef_probs, sizeof(default_coef_probs)); in vp8_default_coef_probs()
Donyxc_int.h45 vp8_prob coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] member
/external/v4l2_codec2/vda/
Dvp9_compressed_header_parser.cc135 for (auto& ai : fhdr->frame_context.coef_probs[tx_size]) { in ReadCoefProbs()
Dvp9_parser.h147 Vp9Prob coef_probs[4][2][2][6][6][3]; member
Dvp9_parser.cc178 for (auto& a : coef_probs) { in IsValid()