Home
last modified time | relevance | path

Searched defs:coef_counts (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c61 unsigned int (*coef_counts)[COEFF_CONTEXTS][UNCONSTRAINED_NODES + 1]; in decode_coefs() local
/external/libvpx/libvpx/vp8/encoder/
Dblock.h141 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c506 vp9_coeff_count *coef_counts = cpi->td.rd_counts.coef_counts[tx_size]; in build_tree_distribution() local
Dvp9_encoder.h259 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member