Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h59 #define BLOCK_SIZES 13 macro
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DRegularFileTest.java84 public static final ImmutableSet<Integer> BLOCK_SIZES = ImmutableSet.of(2, 8, 128, 8192); field in RegularFileTest
/external/libaom/libaom/av1/common/
Denums.h120 BLOCK_SIZES = BLOCK_4X16, enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2946 int bs_hist[BLOCK_SIZES]) { in get_sb_partition_size_range()