Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c26 static TOKENVALUE dct_value_tokens[DCT_MAX_VALUE * 2];
28 static int16_t dct_value_cost[DCT_MAX_VALUE * 2];
112 TOKENVALUE *const t = dct_value_tokens + DCT_MAX_VALUE; in vp9_tokenize_initialize()
115 int i = -DCT_MAX_VALUE; in vp9_tokenize_initialize()
152 dct_value_cost[i + DCT_MAX_VALUE] = cost; in vp9_tokenize_initialize()
155 } while (++i < DCT_MAX_VALUE); in vp9_tokenize_initialize()
157 vp9_dct_value_tokens_ptr = dct_value_tokens + DCT_MAX_VALUE; in vp9_tokenize_initialize()
158 vp9_dct_value_cost_ptr = dct_value_cost + DCT_MAX_VALUE; in vp9_tokenize_initialize()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropy.h57 #define DCT_MAX_VALUE 2048 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddct32x32_test.cc202 EXPECT_GE(4 * DCT_MAX_VALUE, abs(output_ref_block[j])) in TEST_P()
204 EXPECT_GE(4 * DCT_MAX_VALUE, abs(output_block[j])) in TEST_P()
Dfdct4x4_test.cc147 EXPECT_GE(4 * DCT_MAX_VALUE, abs(output_block[j])) in RunMemCheck()
Ddct16x16_test.cc375 EXPECT_GE(4 * DCT_MAX_VALUE, abs(output_block[j])) in RunMemCheck()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.h59 #define DCT_MAX_VALUE 16384 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtokenize.c33 DCT_MAX_VALUE;
34 const short *const vp8_dct_value_cost_ptr = dct_value_cost + DCT_MAX_VALUE;