/external/libaom/libaom/aom_dsp/ |
D | intrapred.c | 382 aom_memset16(dst, left[r], bw); in highbd_h_predictor() 505 aom_memset16(dst, 128 << (bd - 8), bw); in highbd_dc_128_predictor() 522 aom_memset16(dst, expected_dc, bw); in highbd_dc_left_predictor() 539 aom_memset16(dst, expected_dc, bw); in highbd_dc_top_predictor() 561 aom_memset16(dst, expected_dc, bw); in highbd_dc_predictor() 600 aom_memset16(dst, expected_dc, bw); in highbd_dc_predictor_rect()
|
/external/libaom/libaom/aom_mem/ |
D | aom_mem.h | 39 void *aom_memset16(void *dest, int val, size_t length);
|
D | aom_mem.c | 79 void *aom_memset16(void *dest, int val, size_t length) { in aom_memset16() function
|
/external/libaom/libaom/test/ |
D | masked_variance_test.cc | 277 aom_memset16(src_ptr, (i & 0x1) ? ((1 << bit_depth_) - 1) : 0, in TEST_P() 279 aom_memset16(ref_ptr, (i & 0x2) ? ((1 << bit_depth_) - 1) : 0, in TEST_P() 281 aom_memset16(second_pred_ptr, (i & 0x4) ? ((1 << bit_depth_) - 1) : 0, in TEST_P()
|
D | variance_test.cc | 565 aom_memset16(CONVERT_TO_SHORTPTR(src_), 255 << byte_shift(), block_size()); in OneQuarterTest() 566 aom_memset16(CONVERT_TO_SHORTPTR(ref_), 255 << byte_shift(), half); in OneQuarterTest() 567 aom_memset16(CONVERT_TO_SHORTPTR(ref_) + half, 0, half); in OneQuarterTest() 770 aom_memset16(CONVERT_TO_SHORTPTR(src_), mask(), half); in ExtremeRefTest() 771 aom_memset16(CONVERT_TO_SHORTPTR(src_) + half, 0, half); in ExtremeRefTest() 772 aom_memset16(CONVERT_TO_SHORTPTR(ref_), 0, half); in ExtremeRefTest() 773 aom_memset16(CONVERT_TO_SHORTPTR(ref_) + half, mask(), in ExtremeRefTest() 1000 aom_memset16(CONVERT_TO_SHORTPTR(pre_), bd_mask(), half); in ExtremeRefTest() 1001 aom_memset16(CONVERT_TO_SHORTPTR(pre_) + half, 0, half); in ExtremeRefTest()
|
D | convolve_test.cc | 368 aom_memset16(input16_, value, kInputBufferSize); in SetConstantInput()
|
/external/libaom/libaom/av1/encoder/ |
D | extend.c | 75 aom_memset16(dst_ptr1, src_ptr1[0], extend_left); in highbd_copy_and_extend_plane() 77 aom_memset16(dst_ptr2, src_ptr2[0], extend_right); in highbd_copy_and_extend_plane()
|
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 673 aom_memset16(dst, above[max_base_x], bw); in av1_highbd_dr_prediction_z1_c() 1184 aom_memset16(dst, val, txwpx); in build_intra_predictors_high() 1205 aom_memset16(&left_col[i], left_col[i - 1], num_left_pixels_needed - i); in build_intra_predictors_high() 1208 aom_memset16(left_col, above_ref[0], num_left_pixels_needed); in build_intra_predictors_high() 1210 aom_memset16(left_col, base + 1, num_left_pixels_needed); in build_intra_predictors_high() 1231 aom_memset16(&above_row[i], above_row[i - 1], in build_intra_predictors_high() 1235 aom_memset16(above_row, left_ref[0], num_top_pixels_needed); in build_intra_predictors_high() 1237 aom_memset16(above_row, base - 1, num_top_pixels_needed); in build_intra_predictors_high()
|
D | resize.c | 1076 aom_memset16(in_tl + i * in_stride, input16[i * in_stride], border_cols); in highbd_upscale_normative_rect() 1084 aom_memset16(in_tr + i * in_stride, input16[i * in_stride + width - 1], in highbd_upscale_normative_rect()
|
D | restoration.c | 1376 aom_memset16(buf16 - extend, buf16[0], extend); in extend_lines() 1377 aom_memset16(buf16 + width, buf16[width - 1], extend); in extend_lines()
|
/external/libaom/libaom/aom_scale/generic/ |
D | yv12extend.c | 76 aom_memset16(dst_ptr1, src_ptr1[0], extend_left); in extend_plane_high() 77 aom_memset16(dst_ptr2, src_ptr2[0], extend_right); in extend_plane_high()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 102 aom_memset16(base, val, buf->crop_widths[is_uv]); in set_planes_to_neutral_grey() 434 if (left) aom_memset16(dst, ref_row[0], left); in highbd_build_mc_border() 438 if (right) aom_memset16(dst + left + copy, ref_row[w - 1], right); in highbd_build_mc_border()
|