Searched refs:default_coef_counts (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddefaultcoefcounts.h20 static const unsigned int default_coef_counts[BLOCK_TYPES] variable
H A Dbitstream.c874 probs = default_coef_counts[i][j];
1064 vp8_copy(cpi->mb.coef_counts, default_coef_counts);
/external/libvpx/libvpx/vp8/encoder/
H A Ddefaultcoefcounts.h20 static const unsigned int default_coef_counts[BLOCK_TYPES] variable
H A Dbitstream.c875 probs = default_coef_counts[i][j];
1065 vp8_copy(cpi->mb.coef_counts, default_coef_counts);

Completed in 115 milliseconds