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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c517 vp9_coeff_stats *frame_branch_ct,
539 frame_branch_ct[i][j][k][l][0],
543 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
577 frame_branch_ct[i][j][k][l][0],
581 frame_branch_ct[i][j][k][l][t],
625 frame_branch_ct[i][j][k][l][0],
629 frame_branch_ct[i][j][k][l][t],
672 vp9_coeff_stats frame_branch_ct[TX_SIZES][PLANE_TYPES]; local
676 build_tree_distribution(cpi, tx_size, frame_branch_ct[tx_size],
680 update_coef_probs_common(w, cpi, tx_size, frame_branch_ct[tx_siz
515 update_coef_probs_common(vp9_writer* const bc, VP9_COMP *cpi, TX_SIZE tx_size, vp9_coeff_stats *frame_branch_ct, vp9_coeff_probs_model *new_coef_probs) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c516 vp9_coeff_stats *frame_branch_ct) {
539 frame_branch_ct[i][j][k][l][0],
543 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
577 frame_branch_ct[i][j][k][l][0],
581 frame_branch_ct[i][j][k][l][t],
625 frame_branch_ct[i][j][k][l][0],
629 frame_branch_ct[i][j][k][l][t],
672 vp9_coeff_stats frame_branch_ct[TX_SIZES][PLANE_TYPES]; local
677 build_tree_distribution(cpi, tx_size, frame_branch_ct[tx_size]);
680 update_coef_probs_common(w, cpi, tx_size, frame_branch_ct[tx_siz
514 update_coef_probs_common(vp9_writer* const bc, VP9_COMP *cpi, TX_SIZE tx_size, vp9_coeff_stats *frame_branch_ct) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h448 unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2]; member in struct:VP8_COMP
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h451 unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2]; member in struct:VP8_COMP

Completed in 138 milliseconds