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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1725 int bs_hist[BLOCK_SIZES]) {
1736 bs_hist[sb_type]++;
1770 int bs_hist[BLOCK_SIZES] = {0}; local
1785 get_sb_partition_size_range(xd, prev_mi, &min_size, &max_size, bs_hist);
1791 bs_hist);
1797 bs_hist);
1814 sum += bs_hist[i];
1815 first_moment += bs_hist[i] * i;
1816 second_moment += bs_hist[i] * i * i;
1722 get_sb_partition_size_range(MACROBLOCKD *xd, MODE_INFO *mi_8x8, BLOCK_SIZE *min_block_size, BLOCK_SIZE *max_block_size, int bs_hist[BLOCK_SIZES]) argument

Completed in 327 milliseconds