HomeSort by relevance Sort by last modified time
    Searched defs:bit_depth_ (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/test/
vp9_error_block_test.cc 48 bit_depth_ = GET_PARAM(2);
54 vpx_bit_depth_t bit_depth_; member in class:__anon16468::ErrorBlockTest
70 const int msb = bit_depth_ + 8 - 1;
88 bit_depth_);
90 &ssz, bit_depth_));
113 const int msb = bit_depth_ + 8 - 1;
146 bit_depth_);
148 &ssz, bit_depth_));
vp9_intrapred_test.cc 104 bit_depth_ = GET_PARAM(3);
106 mask_ = (1 << bit_depth_) - 1;
112 ref_fn_(ref_dst_, stride_, const_above_row, const_left_col, bit_depth_);
114 const_left_col, bit_depth_));
118 int bit_depth_; member in class:__anon16471::VP9IntraPredTest
vp9_quantize_test.cc 51 bit_depth_ = GET_PARAM(2);
52 mask_ = (1 << bit_depth_) - 1;
58 vpx_bit_depth_t bit_depth_; member in class:__anon16473::VP9QuantizeTest
70 bit_depth_ = GET_PARAM(2);
71 mask_ = (1 << bit_depth_) - 1;
77 vpx_bit_depth_t bit_depth_; member in class:__anon16473::VP9Quantize32Test
dct32x32_test.cc 105 bit_depth_ = GET_PARAM(3);
106 mask_ = (1 << bit_depth_) - 1;
113 vpx_bit_depth_t bit_depth_; member in class:__anon16423::Trans32x32Test
136 if (bit_depth_ == VPX_BITS_8) {
150 if (bit_depth_ == VPX_BITS_8) {
162 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
178 EXPECT_GE(1u << 2 * (bit_depth_ - 8), max_error)
181 EXPECT_GE(count_test_block << 2 * (bit_depth_ - 8), total_error)
248 EXPECT_GE(4 * DCT_MAX_VALUE << (bit_depth_ - 8), abs(output_ref_block[j]))
250 EXPECT_GE(4 * DCT_MAX_VALUE << (bit_depth_ - 8), abs(output_block[j])
    [all...]
lpf_8_test.cc 160 bit_depth_ = GET_PARAM(2);
162 mask_ = (1 << bit_depth_) - 1;
168 int bit_depth_; member in class:__anon16436::Loop8Test6Param
181 bit_depth_ = GET_PARAM(2);
182 mask_ = (1 << bit_depth_) - 1;
188 int bit_depth_; member in class:__anon16436::Loop8Test9Param
198 int32_t bd = bit_depth_;
283 const int32_t bd = bit_depth_;
354 const int32_t bd = bit_depth_;
503 const int32_t bd = bit_depth_;
    [all...]
fdct4x4_test.cc 118 if (bit_depth_ == VPX_BITS_8) {
133 if (bit_depth_ == VPX_BITS_8) {
145 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
147 ASSERT_EQ(VPX_BITS_8, bit_depth_);
214 EXPECT_GE(4 * DCT_MAX_VALUE << (bit_depth_ - 8), abs(output_block[j]))
235 if (bit_depth_ == VPX_BITS_8) {
250 if (bit_depth_ == VPX_BITS_8) {
262 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
277 vpx_bit_depth_t bit_depth_; member in class:__anon16429::Trans4x4TestBase
293 bit_depth_ = GET_PARAM(3)
    [all...]
fdct8x8_test.cc 157 test_input_block[j] = ((rnd.Rand16() >> (16 - bit_depth_)) & mask_) -
158 ((rnd.Rand16() >> (16 - bit_depth_)) & mask_);
173 EXPECT_LT(diff, max_diff << (bit_depth_ - 8))
203 EXPECT_LT(diff, max_diff << (bit_depth_ - 8))
230 if (bit_depth_ == VPX_BITS_8) {
256 if (bit_depth_ == VPX_BITS_8) {
269 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
280 EXPECT_GE(1 << 2 * (bit_depth_ - 8), max_error)
284 EXPECT_GE((count_test_block << 2 * (bit_depth_ - 8))/5, total_error)
308 if (bit_depth_ == VPX_BITS_8)
527 vpx_bit_depth_t bit_depth_; member in class:__anon16430::FwdTrans8x8TestBase
    [all...]
dct16x16_test.cc 349 if (bit_depth_ == VPX_BITS_8) {
364 if (bit_depth_ == VPX_BITS_8) {
377 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j];
388 EXPECT_GE(1u << 2 * (bit_depth_ - 8), max_error)
391 EXPECT_GE(count_test_block << 2 * (bit_depth_ - 8), total_error)
443 EXPECT_GE(4 * DCT_MAX_VALUE << (bit_depth_ - 8), abs(output_block[j]))
488 if (bit_depth_ == VPX_BITS_8) {
499 if (bit_depth_ == VPX_BITS_8) {
528 if (bit_depth_ == VPX_BITS_8) {
545 if (bit_depth_ == VPX_BITS_8)
628 vpx_bit_depth_t bit_depth_; member in class:__anon16422::Trans16x16TestBase
    [all...]
sad_test.cc 99 bit_depth_ = VPX_BITS_8;
106 bit_depth_ = static_cast<vpx_bit_depth_t>(bd_);
112 mask_ = (1 << bit_depth_) - 1;
225 vpx_bit_depth_t bit_depth_; member in class:__anon16441::SADTestBase
    [all...]
variance_test.cc 224 bit_depth_ = static_cast<vpx_bit_depth_t>(get<3>(params));
227 bit_depth_ = VPX_BITS_8;
230 mask_ = (1 << bit_depth_) - 1;
272 vpx_bit_depth_t bit_depth_; member in class:__anon16450::VarianceTest
286 vpx_memset16(CONVERT_TO_SHORTPTR(src_), i << (bit_depth_ - 8),
295 vpx_memset16(CONVERT_TO_SHORTPTR(ref_), j << (bit_depth_ - 8),
330 use_high_bit_depth_, bit_depth_);
363 use_high_bit_depth_, bit_depth_);
378 vpx_memset16(CONVERT_TO_SHORTPTR(src_), 255 << (bit_depth_ - 8),
380 vpx_memset16(CONVERT_TO_SHORTPTR(ref_), 255 << (bit_depth_ - 8), half)
610 vpx_bit_depth_t bit_depth_; member in class:__anon16450::SubpelVarianceTest
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 466 void set_bit_depth(uint64 bit_depth) { bit_depth_ = bit_depth; }
467 uint64 bit_depth() const { return bit_depth_; }
475 uint64 bit_depth_; member in class:mkvmuxer::AudioTrack
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 509 void set_bit_depth(uint64 bit_depth) { bit_depth_ = bit_depth; }
510 uint64 bit_depth() const { return bit_depth_; }
518 uint64 bit_depth_; member in class:mkvmuxer::AudioTrack
    [all...]

Completed in 140 milliseconds