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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h139 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member in struct:macroblock
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h138 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; member in struct:macroblock
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c491 vp9_coeff_count *coef_counts = cpi->coef_counts[tx_size]; local
502 coef_counts[i][j][k][l]);
H A Dvp9_encoder.h290 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member in struct:VP9_COMP
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c490 vp9_coeff_count *coef_counts = cpi->coef_counts[tx_size]; local
501 coef_counts[i][j][k][l]);
H A Dvp9_onyx_int.h388 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; member in struct:VP9_COMP

Completed in 2073 milliseconds