HomeSort by relevance Sort by last modified time
    Searched refs:aom_memalign (Results 1 - 25 of 41) sorted by null

1 2

  /external/libaom/libaom/test/
transform_test_base.h 54 aom_memalign(16, sizeof(int16_t) * num_coeffs_));
56 aom_memalign(16, sizeof(tran_low_t) * num_coeffs_));
58 aom_memalign(16, sizeof(uint8_t) * num_coeffs_));
60 aom_memalign(16, sizeof(uint8_t) * num_coeffs_));
62 aom_memalign(16, sizeof(uint16_t) * num_coeffs_));
64 aom_memalign(16, sizeof(uint16_t) * num_coeffs_));
125 aom_memalign(16, sizeof(int16_t) * stride * height_));
127 aom_memalign(16, sizeof(tran_low_t) * num_coeffs_));
129 aom_memalign(16, sizeof(tran_low_t) * num_coeffs_));
174 aom_memalign(16, sizeof(int16_t) * num_coeffs_))
    [all...]
selfguided_filter_test.cc 59 (uint8_t *)aom_memalign(32, stride * (height + 32) * sizeof(uint8_t));
60 uint8_t *output_ = (uint8_t *)aom_memalign(
62 int32_t *tmpbuf = (int32_t *)aom_memalign(32, RESTORATION_TMPBUF_SIZE);
139 (uint8_t *)aom_memalign(32, stride * (max_h + 32) * sizeof(uint8_t));
140 uint8_t *output_ = (uint8_t *)aom_memalign(
142 uint8_t *output2_ = (uint8_t *)aom_memalign(
144 int32_t *tmpbuf = (int32_t *)aom_memalign(32, RESTORATION_TMPBUF_SIZE);
240 (uint16_t *)aom_memalign(32, stride * (height + 32) * sizeof(uint16_t));
241 uint16_t *output_ = (uint16_t *)aom_memalign(
243 int32_t *tmpbuf = (int32_t *)aom_memalign(32, RESTORATION_TMPBUF_SIZE)
    [all...]
subtract_test.cc 48 aom_memalign(16, sizeof(*diff) * block_width * block_height * 2));
50 aom_memalign(16, block_width * block_height * 2));
52 aom_memalign(16, block_width * block_height * 2));
132 aom_memalign(16, max_block_size * sizeof(uint16_t))));
134 aom_memalign(16, max_block_size * sizeof(uint16_t))));
136 aom_memalign(16, max_block_size * sizeof(int16_t)));
convolve_round_test.cc 72 aom_memalign(16, block_size * sizeof(*src_)));
74 aom_memalign(16, block_size * sizeof(*dst_ref_)));
76 aom_memalign(16, block_size * sizeof(*dst_)));
fft_test.cc 91 input_ = (float *)aom_memalign(32, sizeof(*input_) * n * n);
92 temp_ = (float *)aom_memalign(32, sizeof(*temp_) * n * n);
93 output_ = (float *)aom_memalign(32, sizeof(*output_) * n * n * 2);
176 input_ = (float *)aom_memalign(32, sizeof(*input_) * n * n * 2);
177 temp_ = (float *)aom_memalign(32, sizeof(*temp_) * n * n * 2);
178 output_ = (float *)aom_memalign(32, sizeof(*output_) * n * n);
comp_mask_variance_test.cc 83 comp_pred1_ = (uint8_t *)aom_memalign(16, MAX_SB_SQUARE);
84 comp_pred2_ = (uint8_t *)aom_memalign(16, MAX_SB_SQUARE);
85 pred_ = (uint8_t *)aom_memalign(16, MAX_SB_SQUARE);
86 ref_buffer_ = (uint8_t *)aom_memalign(16, MAX_SB_SQUARE + (8 * MAX_SB_SIZE));
330 (uint16_t *)aom_memalign(16, MAX_SB_SQUARE * sizeof(*comp_pred1_));
332 (uint16_t *)aom_memalign(16, MAX_SB_SQUARE * sizeof(*comp_pred2_));
333 pred_ = (uint16_t *)aom_memalign(16, MAX_SB_SQUARE * sizeof(*pred_));
334 ref_buffer_ = (uint16_t *)aom_memalign(
av1_highbd_iht_test.cc 59 aom_memalign(16, sizeof(input_[0]) * num_coeffs_));
66 aom_memalign(32, sizeof(coeffs_[0]) * num_coeffs_));
68 aom_memalign(32, sizeof(output_[0]) * num_coeffs_));
70 aom_memalign(32, sizeof(output_ref_[0]) * num_coeffs_));
edge_detect_test.cc 58 CONVERT_TO_BYTEPTR(aom_memalign(32, sizeof(uint16_t) * pad_w * pad_h));
60 dst = (uint8_t *)aom_memalign(32, sizeof(uint8_t) * pad_w * pad_h);
88 uint8_t *buf = (uint8_t *)aom_memalign(32, bytes_per_entry * num_entries);
convolve_test.cc 274 aom_memalign(kDataAlignment, kInputBufferSize + 1)) +
277 aom_memalign(kDataAlignment, kOutputStride * kMaxDimension));
279 aom_memalign(kDataAlignment, kOutputBufferSize));
281 aom_memalign(kDataAlignment, kOutputBufferSize));
282 input16_ = reinterpret_cast<uint16_t *>(aom_memalign(
285 ref16_ = reinterpret_cast<uint16_t *>(aom_memalign(
288 aom_memalign(kDataAlignment, (kOutputBufferSize) * sizeof(uint16_t)));
290 aom_memalign(kDataAlignment, (kOutputBufferSize) * sizeof(uint16_t)));
    [all...]
encodetxb_test.cc 49 aom_memalign(16, sizeof(*coeff_contexts_ref_) * MAX_TX_SQUARE));
52 aom_memalign(16, sizeof(*coeff_contexts_) * MAX_TX_SQUARE));
sum_squares_test.cc 50 src_ = reinterpret_cast<int16_t *>(aom_memalign(16, 256 * 256 * 2));
247 src_ = reinterpret_cast<uint8_t *>(aom_memalign(32, 256 * 256 * 2));
248 ref_ = reinterpret_cast<uint8_t *>(aom_memalign(32, 256 * 256 * 2));
av1_fwd_txfm2d_test.cc 56 aom_memalign(16, sizeof(input_[0]) * txfm2d_size_));
58 aom_memalign(16, sizeof(output_[0]) * txfm2d_size_));
60 aom_memalign(16, sizeof(ref_input_[0]) * txfm2d_size_));
62 aom_memalign(16, sizeof(ref_output_[0]) * txfm2d_size_));
cfl_test.cc 121 reinterpret_cast<I *>(aom_memalign(32, sizeof(I) * CFL_BUF_SQUARE));
123 reinterpret_cast<I *>(aom_memalign(32, sizeof(I) * CFL_BUF_SQUARE));
125 aom_memalign(32, sizeof(int16_t) * CFL_BUF_SQUARE));
127 aom_memalign(32, sizeof(int16_t) * CFL_BUF_SQUARE));
sad_test.cc 73 aom_memalign(kDataAlignment, kDataBlockSize));
75 aom_memalign(kDataAlignment, kDataBufferSize));
77 reinterpret_cast<uint8_t *>(aom_memalign(kDataAlignment, 128 * 128));
79 reinterpret_cast<uint8_t *>(aom_memalign(kDataAlignment, 128 * 128));
81 reinterpret_cast<uint8_t *>(aom_memalign(kDataAlignment, 128 * 128));
83 aom_memalign(kDataAlignment, kDataBlockSize * sizeof(uint16_t)));
85 aom_memalign(kDataAlignment, kDataBufferSize * sizeof(uint16_t)));
87 aom_memalign(kDataAlignment, 128 * 128 * sizeof(uint16_t)));
89 aom_memalign(kDataAlignment, 128 * 128 * sizeof(uint16_t)));
91 aom_memalign(kDataAlignment, 128 * 128 * sizeof(uint16_t)))
    [all...]
variance_test.cc 418 src_ = reinterpret_cast<uint8_t *>(aom_memalign(16, block_size() * unit));
673 src_ = reinterpret_cast<uint8_t *>(aom_memalign(32, block_size()));
674 sec_ = reinterpret_cast<uint8_t *>(aom_memalign(32, block_size()));
676 aom_memalign(32, block_size() + width() + height() + 1));
679 aom_memalign(32, block_size() * sizeof(uint16_t))));
681 aom_memalign(32, block_size() * sizeof(uint16_t))));
682 ref_ = CONVERT_TO_BYTEPTR(aom_memalign(
    [all...]
  /external/libaom/libaom/aom_mem/
aom_mem.h 35 void *aom_memalign(size_t align, size_t size);
aom_mem.c 49 void *aom_memalign(size_t align, size_t size) { function
63 void *aom_malloc(size_t size) { return aom_memalign(DEFAULT_ALIGNMENT, size); }
  /external/libaom/libaom/av1/encoder/
context_tree.c 39 aom_memalign(32, num_blk * sizeof(*ctx->eobs[i])));
42 aom_memalign(32, num_blk * sizeof(*ctx->txb_entropy_ctx[i])));
49 aom_memalign(32, num_pix * sizeof(*ctx->color_index_map[i])));
152 aom_memalign(32, max_num_pix * sizeof(tran_low_t)));
154 aom_memalign(32, max_num_pix * sizeof(tran_low_t)));
156 aom_memalign(32, max_num_pix * sizeof(tran_low_t)));
av1_multi_thread.c 41 (FRAME_CONTEXT *)aom_memalign(
ethread.c 411 aom_memalign(32, sizeof(*thread_data->td)));
419 (uint8_t *)aom_memalign(
423 (uint8_t *)aom_memalign(
429 (int32_t *)aom_memalign(
446 (int32_t *)aom_memalign(
455 aom_memalign(16, sizeof(*thread_data->td->palette_buffer)));
459 aom_memalign(32, MAX_SB_SIZE * MAX_SB_SIZE *
464 aom_memalign(32, 2 * MAX_MB_PLANE * MAX_SB_SQUARE *
479 (FRAME_CONTEXT *)aom_memalign(16, sizeof(*thread_data->td->tctx)));
  /external/libaom/libaom/av1/common/
alloccommon.c 116 (int32_t *)aom_memalign(16, RESTORATION_TMPBUF_SIZE));
160 (uint8_t *)aom_memalign(32, buf_size));
162 (uint8_t *)aom_memalign(32, buf_size));
  /external/libaom/libaom/aom_dsp/
noise_util.c 70 noise_tx->tx_block = (float *)aom_memalign(
72 noise_tx->temp = (float *)aom_memalign(
  /external/libaom/libaom/aom_scale/generic/
yv12config.c 106 ybf->buffer_alloc = (uint8_t *)aom_memalign(32, (size_t)frame_size);
157 ybf->y_buffer_8bit = (uint8_t *)aom_memalign(32, (size_t)yplane_size);
  /external/libaom/libaom/av1/decoder/
decoder.c 74 AV1Decoder *volatile const pbi = aom_memalign(32, sizeof(*pbi));
92 (FRAME_CONTEXT *)aom_memalign(32, sizeof(*cm->fc)));
95 (FRAME_CONTEXT *)aom_memalign(32, sizeof(*cm->default_frame_context)));
  /external/libaom/libaom/aom/src/
aom_image.c 121 img->img_data = (uint8_t *)aom_memalign(buf_align, (size_t)alloc_size);

Completed in 857 milliseconds

1 2