Home
last modified time | relevance | path

Searched refs:DCT_MAX_VALUE (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dentropy.h56 #define DCT_MAX_VALUE 2048 macro
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h78 #define DCT_MAX_VALUE 16384 macro
/external/libaom/libaom/av1/common/
Dentropy.h64 #define DCT_MAX_VALUE 16384 macro
/external/libvpx/libvpx/test/
Ddct32x32_test.cc240 EXPECT_GE(4 * DCT_MAX_VALUE << (bit_depth_ - 8), abs(output_ref_block[j])) in TEST_P()
242 EXPECT_GE(4 * DCT_MAX_VALUE << (bit_depth_ - 8), abs(output_block[j])) in TEST_P()
Ddct_test.cc338 4 * DCT_MAX_VALUE << (bit_depth_ - 8), in RunMemCheck()
Ddct16x16_test.cc427 EXPECT_GE(4 * DCT_MAX_VALUE << (bit_depth_ - 8), abs(output_block[j])) in RunMemCheck()
/external/libvpx/libvpx/vp8/encoder/
Dtokenize.c29 dct_value_tokens + DCT_MAX_VALUE;
30 const short *const vp8_dct_value_cost_ptr = dct_value_cost + DCT_MAX_VALUE;