/external/llvm-project/openmp/libomptarget/deviceRTLs/common/ |
D | omptarget.h | 41 INLINE void Init() { in Init() 45 INLINE void DeInit() { in DeInit() 53 INLINE void EnsureSize(size_t size) { in EnsureSize() 63 INLINE void **GetArgs() const { return args; }; in GetArgs() 104 INLINE omp_sched_t GetRuntimeSched() const; 105 INLINE void SetRuntimeSched(omp_sched_t sched); 106 INLINE int InParallelRegion() const { return items.flags & TaskDescr_InPar; } in InParallelRegion() 107 INLINE int InL2OrHigherParallelRegion() const { in InL2OrHigherParallelRegion() 110 INLINE int IsParallelConstruct() const { in IsParallelConstruct() 113 INLINE int IsTaskConstruct() const { return !IsParallelConstruct(); } in IsTaskConstruct() [all …]
|
D | omptargeti.h | 20 INLINE omp_sched_t omptarget_nvptx_TaskDescr::GetRuntimeSched() const { in GetRuntimeSched() 26 INLINE void omptarget_nvptx_TaskDescr::SetRuntimeSched(omp_sched_t sched) { in SetRuntimeSched() 35 INLINE void 50 INLINE void omptarget_nvptx_TaskDescr::InitLevelOneTaskDescr( in InitLevelOneTaskDescr() 66 INLINE void omptarget_nvptx_TaskDescr::CopyData( in CopyData() 71 INLINE void 77 INLINE void omptarget_nvptx_TaskDescr::CopyParent( in CopyParent() 83 INLINE void omptarget_nvptx_TaskDescr::CopyForExplicitTask( in CopyForExplicitTask() 90 INLINE void omptarget_nvptx_TaskDescr::CopyToWorkDescr( in CopyToWorkDescr() 98 INLINE void omptarget_nvptx_TaskDescr::CopyFromWorkDescr( in CopyFromWorkDescr() [all …]
|
D | state-queue.h | 35 INLINE uint32_t ENQUEUE_TICKET(); 36 INLINE uint32_t DEQUEUE_TICKET(); 37 INLINE static uint32_t ID(uint32_t ticket); 38 INLINE bool IsServing(uint32_t slot, uint32_t id); 39 INLINE void PushElement(uint32_t slot, ElementType *element); 40 INLINE ElementType *PopElement(uint32_t slot); 41 INLINE void DoneServing(uint32_t slot, uint32_t id); 44 INLINE omptarget_nvptx_Queue() {} in omptarget_nvptx_Queue() 45 INLINE void Enqueue(ElementType *element); 46 INLINE ElementType *Dequeue();
|
D | state-queuei.h | 23 INLINE uint32_t omptarget_nvptx_Queue<ElementType, SIZE>::ENQUEUE_TICKET() { in ENQUEUE_TICKET() 28 INLINE uint32_t omptarget_nvptx_Queue<ElementType, SIZE>::DEQUEUE_TICKET() { in DEQUEUE_TICKET() 33 INLINE uint32_t 39 INLINE bool omptarget_nvptx_Queue<ElementType, SIZE>::IsServing(uint32_t slot, in IsServing() 45 INLINE void 53 INLINE ElementType * 60 INLINE void omptarget_nvptx_Queue<ElementType, SIZE>::DoneServing(uint32_t slot, in DoneServing() 66 INLINE void 78 INLINE ElementType *omptarget_nvptx_Queue<ElementType, SIZE>::Dequeue() { in Dequeue()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | TagBalancingHtmlStreamEventReceiver.java | 300 INLINE, enumConstant 409 ElementGroup.INLINE 415 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A 417 ElementGroup.INLINE 421 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A 423 ElementGroup.INLINE 429 ElementGroup.INLINE, ElementGroup.P_ELEMENT 433 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A 435 ElementGroup.BLOCK, ElementGroup.INLINE, 445 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A [all …]
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/ |
D | target_impl.h | 24 #define INLINE __forceinline__ DEVICE macro 84 INLINE void __kmpc_impl_unpack(uint64_t val, uint32_t &lo, uint32_t &hi) { in __kmpc_impl_unpack() 88 INLINE uint64_t __kmpc_impl_pack(uint32_t lo, uint32_t hi) { in __kmpc_impl_pack() 97 INLINE __kmpc_impl_lanemask_t __kmpc_impl_lanemask_lt() { in __kmpc_impl_lanemask_lt() 103 INLINE __kmpc_impl_lanemask_t __kmpc_impl_lanemask_gt() { in __kmpc_impl_lanemask_gt() 109 INLINE uint32_t __kmpc_impl_smid() { in __kmpc_impl_smid() 115 INLINE double __kmpc_impl_get_wtick() { in __kmpc_impl_get_wtick() 120 INLINE double __kmpc_impl_get_wtime() { in __kmpc_impl_get_wtime() 126 INLINE uint32_t __kmpc_impl_ffs(uint32_t x) { return __ffs(x); } in __kmpc_impl_ffs() 128 INLINE uint32_t __kmpc_impl_popc(uint32_t x) { return __popc(x); } in __kmpc_impl_popc() [all …]
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | containers.cpp | 19 #if INLINE in test() 26 #if INLINE in test() 33 #if INLINE in test() 54 #if INLINE in testWrappers() 61 #if INLINE in testWrappers() 68 #if INLINE in testWrappers() 75 #if INLINE in testWrappers() 93 #if INLINE in MySet() 100 #if INLINE in MySet() 109 #if INLINE in isEmpty() [all …]
|
/external/clang/test/Analysis/inlining/ |
D | containers.cpp | 17 #if INLINE in test() 24 #if INLINE in test() 31 #if INLINE in test() 52 #if INLINE in testWrappers() 59 #if INLINE in testWrappers() 66 #if INLINE in testWrappers() 73 #if INLINE in testWrappers() 91 #if INLINE in MySet() 98 #if INLINE in MySet() 107 #if INLINE in isEmpty() [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | multisample.h | 36 INLINE 63 INLINE static float X(uint32_t sampleNum) = delete; 64 INLINE static float Y(uint32_t sampleNum) = delete; 65 INLINE static simdscalari FullSampleMask() = delete; 73 INLINE static float X(uint32_t sampleNum) { return samplePosX[sampleNum]; }; 74 INLINE static float Y(uint32_t sampleNum) { return samplePosY[sampleNum]; }; 75 INLINE static simdscalari FullSampleMask() { return _simd_set1_epi32(0x1); }; 89 INLINE static float X(uint32_t sampleNum) { return 0.5f; }; 90 INLINE static float Y(uint32_t sampleNum) { return 0.5f; }; 91 INLINE static simdscalari FullSampleMask() { return _simd_set1_epi32(0x1); }; [all …]
|
/external/libaom/libaom/aom_util/ |
D | aom_thread.h | 58 static INLINE int pthread_create(pthread_t *const thread, const void *attr, in pthread_create() 78 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join() 86 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex, in pthread_mutex_init() 93 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { in pthread_mutex_trylock() 97 static INLINE int pthread_mutex_lock(pthread_mutex_t *const mutex) { in pthread_mutex_lock() 102 static INLINE int pthread_mutex_unlock(pthread_mutex_t *const mutex) { in pthread_mutex_unlock() 107 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { in pthread_mutex_destroy() 113 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() 118 static INLINE int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init() 125 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) { in pthread_cond_signal() [all …]
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_intmath.h | 56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) in opj_int_min() 65 static INLINE OPJ_UINT32 opj_uint_min(OPJ_UINT32 a, OPJ_UINT32 b) in opj_uint_min() 74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) in opj_int_max() 83 static INLINE OPJ_UINT32 opj_uint_max(OPJ_UINT32 a, OPJ_UINT32 b) in opj_uint_max() 92 static INLINE OPJ_UINT32 opj_uint_adds(OPJ_UINT32 a, OPJ_UINT32 b) in opj_uint_adds() 102 static INLINE OPJ_UINT32 opj_uint_subs(OPJ_UINT32 a, OPJ_UINT32 b) in opj_uint_subs() 116 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, in opj_int_clamp() 137 static INLINE OPJ_INT64 opj_int64_clamp(OPJ_INT64 a, OPJ_INT64 min, in opj_int64_clamp() 152 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) in opj_int_abs() 160 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildiv() [all …]
|
/external/llvm-project/llvm/test/Transforms/SampleProfile/ |
D | profile-context-tracker-debug.ll | 6 …-size -debug-only=sample-context-tracker -o /dev/null 2>&1 | FileCheck %s --check-prefix=INLINE-ALL 7 ….prof -debug-only=sample-context-tracker -o /dev/null 2>&1 | FileCheck %s --check-prefix=INLINE-HOT 14 ; INLINE-ALL: Getting base profile for function: main 15 ; INLINE-ALL-NEXT: Merging context profile into base profile: main 16 ; INLINE-ALL-NEXT: Found context tree root to promote: external:12 @ main 17 ; INLINE-ALL-NEXT: Context promoted and merged to: main 18 ; INLINE-ALL-NEXT: Getting callee context for instr: %call = tail call i32 @_Z5funcBi 19 ; INLINE-ALL-NEXT: Callee context found: main:3.1 @ _Z5funcBi 20 ; INLINE-ALL-NEXT: Getting callee context for instr: %call1 = tail call i32 @_Z5funcAi 21 ; INLINE-ALL-NEXT: Callee context found: main:3 @ _Z5funcAi [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | synonyms.h | 31 static INLINE __m128i xx_loadl_32(const void *a) { in xx_loadl_32() 37 static INLINE __m128i xx_loadl_64(const void *a) { in xx_loadl_64() 41 static INLINE __m128i xx_load_128(const void *a) { in xx_load_128() 45 static INLINE __m128i xx_loadu_128(const void *a) { in xx_loadu_128() 49 static INLINE void xx_storel_32(void *const a, const __m128i v) { in xx_storel_32() 54 static INLINE void xx_storel_64(void *const a, const __m128i v) { in xx_storel_64() 58 static INLINE void xx_store_128(void *const a, const __m128i v) { in xx_store_128() 62 static INLINE void xx_storeu_128(void *const a, const __m128i v) { in xx_storeu_128() 69 static INLINE __m128i xx_set_64_from_32i(int32_t e1, int32_t e0) { in xx_set_64_from_32i() 80 static INLINE __m128i xx_set1_64_from_32i(int32_t a) { in xx_set1_64_from_32i() [all …]
|
D | synonyms_avx2.h | 30 static INLINE __m256i yy_load_256(const void *a) { in yy_load_256() 34 static INLINE __m256i yy_loadu_256(const void *a) { in yy_loadu_256() 38 static INLINE void yy_store_256(void *const a, const __m256i v) { in yy_store_256() 42 static INLINE void yy_storeu_256(void *const a, const __m256i v) { in yy_storeu_256() 49 static INLINE __m256i yy_set1_64_from_32i(int32_t a) { in yy_set1_64_from_32i() 60 static INLINE __m256i yy_set_m128i(__m128i hi, __m128i lo) { in yy_set_m128i() 64 static INLINE __m256i yy_loadu2_128(const void *hi, const void *lo) { in yy_loadu2_128() 70 static INLINE void yy_storeu2_128(void *hi, void *lo, const __m256i a) { in yy_storeu2_128() 75 static INLINE __m256i yy_roundn_epu16(__m256i v_val_w, int bits) { in yy_roundn_epu16()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/ |
D | target_impl.h | 27 #define INLINE inline DEVICE macro 68 INLINE void __kmpc_impl_unpack(uint64_t val, uint32_t &lo, uint32_t &hi) { in __kmpc_impl_unpack() 73 INLINE uint64_t __kmpc_impl_pack(uint32_t lo, uint32_t hi) { in __kmpc_impl_pack() 90 INLINE uint64_t __kmpc_impl_ffs(uint64_t x) { return __builtin_ffsl(x); } in __kmpc_impl_ffs() 92 INLINE uint64_t __kmpc_impl_popc(uint64_t x) { return __builtin_popcountl(x); } in __kmpc_impl_popc() 94 template <typename T> INLINE T __kmpc_impl_min(T x, T y) { in __kmpc_impl_min() 106 INLINE void __kmpc_impl_syncthreads() { __builtin_amdgcn_s_barrier(); } in __kmpc_impl_syncthreads() 108 INLINE void __kmpc_impl_syncwarp(__kmpc_impl_lanemask_t) { in __kmpc_impl_syncwarp() 118 INLINE void __kmpc_impl_threadfence() { in __kmpc_impl_threadfence() 122 INLINE void __kmpc_impl_threadfence_block() { in __kmpc_impl_threadfence_block() [all …]
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 74 static INLINE int pthread_create(pthread_t *const thread, const void *attr, in pthread_create() 94 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join() 101 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex, in pthread_mutex_init() 112 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { in pthread_mutex_trylock() 116 static INLINE int pthread_mutex_lock(pthread_mutex_t *const mutex) { in pthread_mutex_lock() 121 static INLINE int pthread_mutex_unlock(pthread_mutex_t *const mutex) { in pthread_mutex_unlock() 126 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { in pthread_mutex_destroy() 132 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() 144 static INLINE int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init() 162 static INLINE int pthread_cond_broadcast(pthread_cond_t *const condition) { in pthread_cond_broadcast() [all …]
|
/external/libaom/libaom/av1/common/ |
D | pred_common.h | 24 static INLINE int get_segment_id(const CommonModeInfoParams *const mi_params, in get_segment_id() 45 static INLINE int av1_get_spatial_seg_pred(const AV1_COMMON *const cm, in av1_get_spatial_seg_pred() 90 static INLINE int av1_get_pred_context_seg_id(const MACROBLOCKD *xd) { in av1_get_pred_context_seg_id() 99 static INLINE int get_comp_index_context(const AV1_COMMON *cm, in get_comp_index_context() 138 static INLINE int get_comp_group_idx_context(const MACROBLOCKD *xd) { in get_comp_group_idx_context() 159 static INLINE aom_cdf_prob *av1_get_pred_cdf_seg_id( in av1_get_pred_cdf_seg_id() 164 static INLINE int av1_get_skip_mode_context(const MACROBLOCKD *xd) { in av1_get_skip_mode_context() 172 static INLINE int av1_get_skip_context(const MACROBLOCKD *xd) { in av1_get_skip_context() 189 static INLINE int av1_get_palette_bsize_ctx(BLOCK_SIZE bsize) { in av1_get_palette_bsize_ctx() 194 static INLINE int av1_get_palette_mode_ctx(const MACROBLOCKD *xd) { in av1_get_palette_mode_ctx() [all …]
|
D | blockd.h | 57 static INLINE int is_comp_ref_allowed(BLOCK_SIZE bsize) { in is_comp_ref_allowed() 61 static INLINE int is_inter_mode(PREDICTION_MODE mode) { in is_inter_mode() 70 static INLINE int is_inter_singleref_mode(PREDICTION_MODE mode) { in is_inter_singleref_mode() 73 static INLINE int is_inter_compound_mode(PREDICTION_MODE mode) { in is_inter_compound_mode() 77 static INLINE PREDICTION_MODE compound_ref0_mode(PREDICTION_MODE mode) { in compound_ref0_mode() 110 static INLINE PREDICTION_MODE compound_ref1_mode(PREDICTION_MODE mode) { in compound_ref1_mode() 143 static INLINE int have_nearmv_in_inter_mode(PREDICTION_MODE mode) { in have_nearmv_in_inter_mode() 148 static INLINE int have_newmv_in_inter_mode(PREDICTION_MODE mode) { in have_newmv_in_inter_mode() 153 static INLINE int is_masked_compound_type(COMPOUND_TYPE type) { in is_masked_compound_type() 273 static INLINE int is_intrabc_block(const MB_MODE_INFO *mbmi) { in is_intrabc_block() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | mem_sse2.h | 19 static INLINE void storeu_uint32(void *dst, uint32_t v) { in storeu_uint32() 23 static INLINE uint32_t loadu_uint32(const void *src) { in loadu_uint32() 29 static INLINE __m128i load_unaligned_u32(const void *a) { in load_unaligned_u32() 35 static INLINE void store_unaligned_u32(void *const a, const __m128i v) { in store_unaligned_u32() 43 static INLINE __m128i loadh_epi64(const __m128i s, const void *const src) { in loadh_epi64() 48 static INLINE void load_8bit_4x4(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_4x4() 56 static INLINE void load_8bit_4x8(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_4x8() 62 static INLINE void load_8bit_8x4(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_8x4() 70 static INLINE void load_8bit_8x8(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_8x8() 76 static INLINE void load_8bit_16x8(const uint8_t *const s, in load_8bit_16x8() [all …]
|
D | highbd_inv_txfm_sse2.h | 26 static INLINE void extend_64bit(const __m128i in, in extend_64bit() 32 static INLINE __m128i wraplow_16bit_shift4(const __m128i in0, const __m128i in1, in wraplow_16bit_shift4() 42 static INLINE __m128i wraplow_16bit_shift5(const __m128i in0, const __m128i in1, in wraplow_16bit_shift5() 52 static INLINE __m128i dct_const_round_shift_64bit(const __m128i in) { in dct_const_round_shift_64bit() 58 static INLINE __m128i pack_4(const __m128i in0, const __m128i in1) { in pack_4() 64 static INLINE void abs_extend_64bit_sse2(const __m128i in, in abs_extend_64bit_sse2() 77 static INLINE __m128i multiply_apply_sign_sse2(const __m128i in, in multiply_apply_sign_sse2() 86 static INLINE __m128i multiplication_round_shift_sse2( in multiplication_round_shift_sse2() 102 static INLINE __m128i multiplication_neg_round_shift_sse2( in multiplication_neg_round_shift_sse2() 120 static INLINE void highbd_butterfly_sse2(const __m128i in0, const __m128i in1, in highbd_butterfly_sse2() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_pred_common.h | 22 static INLINE int get_segment_id(const VP9_COMMON *cm, in get_segment_id() 41 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) { in vp9_get_pred_context_seg_id() 50 static INLINE vpx_prob vp9_get_pred_prob_seg_id(const struct segmentation *seg, in vp9_get_pred_prob_seg_id() 55 static INLINE int vp9_get_skip_context(const MACROBLOCKD *xd) { in vp9_get_skip_context() 63 static INLINE vpx_prob vp9_get_skip_prob(const VP9_COMMON *cm, in vp9_get_skip_prob() 69 static INLINE int get_pred_context_switchable_interp(const MACROBLOCKD *xd) { in get_pred_context_switchable_interp() 97 static INLINE int get_intra_inter_context(const MACROBLOCKD *xd) { in get_intra_inter_context() 113 static INLINE vpx_prob vp9_get_intra_inter_prob(const VP9_COMMON *cm, in vp9_get_intra_inter_prob() 120 static INLINE vpx_prob vp9_get_reference_mode_prob(const VP9_COMMON *cm, in vp9_get_reference_mode_prob() 128 static INLINE vpx_prob vp9_get_pred_prob_comp_ref_p(const VP9_COMMON *cm, in vp9_get_pred_prob_comp_ref_p() [all …]
|
D | vp9_blockd.h | 40 static INLINE int is_inter_mode(PREDICTION_MODE mode) { in is_inter_mode() 93 static INLINE PREDICTION_MODE get_y_mode(const MODE_INFO *mi, int block) { in get_y_mode() 97 static INLINE int is_inter_block(const MODE_INFO *mi) { in is_inter_block() 101 static INLINE int has_second_ref(const MODE_INFO *mi) { in has_second_ref() 204 static INLINE PLANE_TYPE get_plane_type(int plane) { in get_plane_type() 208 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, in get_subsize() 215 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type, in get_tx_type() 225 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type, in get_tx_type_4x4() 237 static INLINE TX_SIZE get_uv_tx_size(const MODE_INFO *mi, in get_uv_tx_size() 246 static INLINE BLOCK_SIZE [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_msvc.h | 67 INLINE void atomic_signal_fence(memory_order) { in atomic_signal_fence() 71 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() 75 INLINE void proc_yield(int cnt) { in proc_yield() 81 INLINE typename T::Type atomic_load( in atomic_load() 99 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { in atomic_store() 115 INLINE u32 atomic_fetch_add(volatile atomic_uint32_t *a, in atomic_fetch_add() 123 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add() 136 INLINE u32 atomic_fetch_sub(volatile atomic_uint32_t *a, in atomic_fetch_sub() 144 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub() 157 INLINE u8 atomic_exchange(volatile atomic_uint8_t *a, in atomic_exchange() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | mem_neon.h | 22 static INLINE int16x4_t create_s16x4_neon(const int16_t c0, const int16_t c1, in create_s16x4_neon() 28 static INLINE int32x2_t create_s32x2_neon(const int32_t c0, const int32_t c1) { in create_s32x2_neon() 32 static INLINE int32x4_t create_s32x4_neon(const int32_t c0, const int32_t c1, in create_s32x4_neon() 38 static INLINE int16x8x2_t load_tran_low_to_s16x2q(const tran_low_t *buf) { in load_tran_low_to_s16x2q() 55 static INLINE int16x8_t load_tran_low_to_s16q(const tran_low_t *buf) { in load_tran_low_to_s16q() 67 static INLINE int16x4_t load_tran_low_to_s16d(const tran_low_t *buf) { in load_tran_low_to_s16d() 76 static INLINE void store_s16q_to_tran_low(tran_low_t *buf, const int16x8_t a) { in store_s16q_to_tran_low() 93 static INLINE void uint32_to_mem(uint8_t *buf, uint32_t a) { in uint32_to_mem() 98 static INLINE uint8x8_t load_unaligned_u8(const uint8_t *buf, int stride) { in load_unaligned_u8() 111 static INLINE void store_unaligned_u8(uint8_t *buf, int stride, in store_unaligned_u8() [all …]
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_txfm_sse2.h | 28 static INLINE void btf_16_w4_sse2( in btf_16_w4_sse2() 83 static INLINE __m128i load_16bit_to_16bit(const int16_t *a) { in load_16bit_to_16bit() 87 static INLINE __m128i load_32bit_to_16bit(const int32_t *a) { in load_32bit_to_16bit() 92 static INLINE __m128i load_32bit_to_16bit_w4(const int32_t *a) { in load_32bit_to_16bit_w4() 98 static INLINE void store_16bit_to_32bit_w4(const __m128i a, int32_t *const b) { in store_16bit_to_32bit_w4() 105 static INLINE void store_16bit_to_32bit(__m128i a, int32_t *b) { in store_16bit_to_32bit() 114 static INLINE __m128i scale_round_sse2(const __m128i a, const int scale) { in scale_round_sse2() 120 static INLINE void store_rect_16bit_to_32bit_w4(const __m128i a, in store_rect_16bit_to_32bit_w4() 128 static INLINE void store_rect_16bit_to_32bit(const __m128i a, in store_rect_16bit_to_32bit() 139 static INLINE void load_buffer_16bit_to_16bit_w4(const int16_t *const in, in load_buffer_16bit_to_16bit_w4() [all …]
|