/external/libaom/libaom/aom_dsp/x86/ |
D | blend_a64_hmask_sse4.c | 29 uint8_t *dst_8, uint32_t dst_stride, const uint8_t *src0_8, in aom_highbd_blend_a64_hmask_sse4_1() argument 32 aom_highbd_blend_a64_mask_sse4_1(dst_8, dst_stride, src0_8, src0_stride, in aom_highbd_blend_a64_hmask_sse4_1()
|
D | blend_a64_vmask_sse4.c | 241 uint8_t *dst_8, uint32_t dst_stride, const uint8_t *src0_8, in aom_highbd_blend_a64_vmask_sse4_1() argument 263 assert(IMPLIES(src0_8 == dst_8, src0_stride == dst_stride)); in aom_highbd_blend_a64_vmask_sse4_1() 264 assert(IMPLIES(src1_8 == dst_8, src1_stride == dst_stride)); in aom_highbd_blend_a64_vmask_sse4_1() 274 aom_highbd_blend_a64_vmask_c(dst_8, dst_stride, src0_8, src0_stride, src1_8, in aom_highbd_blend_a64_vmask_sse4_1() 277 uint16_t *const dst = CONVERT_TO_SHORTPTR(dst_8); in aom_highbd_blend_a64_vmask_sse4_1()
|
D | blend_a64_mask_sse4.c | 816 void aom_highbd_blend_a64_mask_sse4_1(uint8_t *dst_8, uint32_t dst_stride, in aom_highbd_blend_a64_mask_sse4_1() argument 850 assert(IMPLIES(src0_8 == dst_8, src0_stride == dst_stride)); in aom_highbd_blend_a64_mask_sse4_1() 851 assert(IMPLIES(src1_8 == dst_8, src1_stride == dst_stride)); in aom_highbd_blend_a64_mask_sse4_1() 860 aom_highbd_blend_a64_mask_c(dst_8, dst_stride, src0_8, src0_stride, src1_8, in aom_highbd_blend_a64_mask_sse4_1() 864 uint16_t *const dst = CONVERT_TO_SHORTPTR(dst_8); in aom_highbd_blend_a64_mask_sse4_1()
|
/external/libaom/libaom/av1/common/x86/ |
D | warp_plane_sse2.c | 32 __m128i dst_8 = in av1_calc_frame_error_sse2() local 36 __m128i dst_16_lo = _mm_unpacklo_epi8(dst_8, zero); in av1_calc_frame_error_sse2() 37 __m128i dst_16_hi = _mm_unpackhi_epi8(dst_8, zero); in av1_calc_frame_error_sse2()
|
/external/libaom/libaom/aom_dsp/ |
D | blend_a64_vmask.c | 45 void aom_highbd_blend_a64_vmask_c(uint8_t *dst_8, uint32_t dst_stride, in aom_highbd_blend_a64_vmask_c() argument 50 uint16_t *dst = CONVERT_TO_SHORTPTR(dst_8); in aom_highbd_blend_a64_vmask_c()
|
D | blend_a64_hmask.c | 44 void aom_highbd_blend_a64_hmask_c(uint8_t *dst_8, uint32_t dst_stride, in aom_highbd_blend_a64_hmask_c() argument 49 uint16_t *dst = CONVERT_TO_SHORTPTR(dst_8); in aom_highbd_blend_a64_hmask_c()
|
D | blend_a64_mask.c | 125 uint8_t *dst_8, uint32_t dst_stride, const CONV_BUF_TYPE *src0, in aom_highbd_blend_a64_d16_mask_c() argument 134 uint16_t *dst = CONVERT_TO_SHORTPTR(dst_8); in aom_highbd_blend_a64_d16_mask_c() 287 void aom_highbd_blend_a64_mask_c(uint8_t *dst_8, uint32_t dst_stride, in aom_highbd_blend_a64_mask_c() argument 293 uint16_t *dst = CONVERT_TO_SHORTPTR(dst_8); in aom_highbd_blend_a64_mask_c()
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 315 uint8_t *dst_8, int dst_stride, const uint8_t *src0_8, int src0_stride, in build_masked_compound_highbd() argument 326 aom_highbd_blend_a64_mask(dst_8, dst_stride, src0_8, src0_stride, src1_8, in build_masked_compound_highbd()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | var-permute-512.ll | 1788 %dst_8.i.i = insertelement <64 x i8> %dst_7.i.i, i8 %v_8.i.i, i32 8 1789 %dst_9.i.i = insertelement <64 x i8> %dst_8.i.i, i8 %v_9.i.i, i32 9
|