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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c512 vp9_coeff_stats *coef_branch_ct,
524 coef_branch_ct[i][j][k][l],
526 coef_branch_ct[i][j][k][l][0][1] =
527 eob_branch_ct[i][j][k][l] - coef_branch_ct[i][j][k][l][0][0];
530 get_binary_prob(coef_branch_ct[i][j][k][l][m][0],
531 coef_branch_ct[i][j][k][l][m][1]);
511 build_tree_distribution(VP9_COMP *cpi, TX_SIZE tx_size, vp9_coeff_stats *coef_branch_ct, vp9_coeff_probs_model *coef_probs) argument

Completed in 358 milliseconds