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

  /external/libaom/libaom/test/
av1_convolve_scale_test.cc 50 std::vector<int16_t> coeffs_; member in class:__anon26704::TestFilter
59 coeffs_.resize(n * SUBPEL_SHIFTS + 8);
80 coeffs_[i] = static_cast<int16_t>(A * (backwards ? (n - i) : (i + 1)));
85 const size_t filter_size = sizeof(coeffs_[0] * n);
86 int16_t *const filter0 = &coeffs_[0];
88 int16_t *filterk = &coeffs_[k * n];
100 for (int i = 0; i < 8; ++i) coeffs_[n * SUBPEL_SHIFTS + i] = 123 + i;
103 params_.filter_ptr = &coeffs_[0];
av1_highbd_iht_test.cc 65 coeffs_ = reinterpret_cast<int32_t *>(
66 aom_memalign(32, sizeof(coeffs_[0]) * num_coeffs_));
75 aom_free(coeffs_);
109 int32_t *coeffs_; member in class:__anon26709::AV1HighbdInvHTNxN
127 txfm_ref_(input_, coeffs_, stride, tx_type_, bit_depth_);
128 inv_txfm_ref_(coeffs_, output_ref_, stride, tx_type_, bit_depth_);
130 inv_txfm_(coeffs_, output_, stride, tx_type_, bit_depth_));
  /external/webp/src/dec/
vp8i_dec.h 146 int16_t coeffs_[384]; // 384 coeffs = (16+4+4) * 4*4 member in struct:__anon49422
  /external/webp/src/enc/
vp8i_enc.h 151 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes member in struct:__anon49462

Completed in 191 milliseconds