/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 672 vp9_coeff_stats *coef_branch_ct = cpi->frame_branch_ct[tx_size]; 717 vp9_coeff_stats *frame_branch_ct = cpi->frame_branch_ct[tx_size]; local 740 frame_branch_ct[i][j][k][l][0], 744 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd); 780 frame_branch_ct[i][j][k][l][0], 784 frame_branch_ct[i][j][k][l][t], 834 frame_branch_ct[i][j][k][l][0], 838 frame_branch_ct[i][j][k][l][t], [all...] |
vp9_onyx_int.h | 478 vp9_coeff_stats frame_branch_ct[TX_SIZES][BLOCK_TYPES]; member in struct:VP9_COMP
|
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | 889 cpi->frame_branch_ct [i][j][k], 895 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; 949 cpi->frame_branch_ct [i][j][k], 956 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; 1102 const unsigned int *ct = cpi->frame_branch_ct [i][j] [all...] |
onyx_int.h | 447 unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2]; member in struct:VP8_COMP
|