Searched defs:coef_branch_ct (Results 1 - 2 of 2) sorted by last modified time

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c488 vp9_coeff_stats *coef_branch_ct) {
500 coef_branch_ct[i][j][k][l],
502 coef_branch_ct[i][j][k][l][0][1] = eob_branch_ct[i][j][k][l] -
503 coef_branch_ct[i][j][k][l][0][0];
506 coef_branch_ct[i][j][k][l][m][0],
507 coef_branch_ct[i][j][k][l][m][1]);
487 build_tree_distribution(VP9_COMP *cpi, TX_SIZE tx_size, vp9_coeff_stats *coef_branch_ct) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c489 vp9_coeff_stats *coef_branch_ct,
501 coef_branch_ct[i][j][k][l],
503 coef_branch_ct[i][j][k][l][0][1] = eob_branch_ct[i][j][k][l] -
504 coef_branch_ct[i][j][k][l][0][0];
507 coef_branch_ct[i][j][k][l][m][0],
508 coef_branch_ct[i][j][k][l][m][1]);
488 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 58 milliseconds