/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/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 56 INLINE static float X(uint32_t sampleNum) = delete; 57 INLINE static float Y(uint32_t sampleNum) = delete; 58 INLINE static simdscalari FullSampleMask() = delete; 66 INLINE static float X(uint32_t sampleNum) {return samplePosX[sampleNum];}; 67 INLINE static float Y(uint32_t sampleNum) {return samplePosY[sampleNum];}; 68 INLINE static simdscalari FullSampleMask(){return _simd_set1_epi32(0x1);}; 82 INLINE static float X(uint32_t sampleNum) {return 0.5f;}; 83 INLINE static float Y(uint32_t sampleNum) {return 0.5f;}; 84 INLINE static simdscalari FullSampleMask(){return _simd_set1_epi32(0x1);}; [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/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()
|
D | txfm_common_avx2.h | 23 static INLINE __m256i pair_set_w16_epi16(int16_t a, int16_t b) { in pair_set_w16_epi16() 28 static INLINE void btf_16_w16_avx2(const __m256i w0, const __m256i w1, in btf_16_w16_avx2() 52 static INLINE void btf_16_adds_subs_avx2(__m256i *in0, __m256i *in1) { in btf_16_adds_subs_avx2() 59 static INLINE void btf_32_add_sub_avx2(__m256i *in0, __m256i *in1) { in btf_32_add_sub_avx2() 66 static INLINE void btf_16_adds_subs_out_avx2(__m256i *out0, __m256i *out1, in btf_16_adds_subs_out_avx2() 74 static INLINE void btf_32_add_sub_out_avx2(__m256i *out0, __m256i *out1, in btf_32_add_sub_out_avx2() 82 static INLINE __m256i load_16bit_to_16bit_avx2(const int16_t *a) { in load_16bit_to_16bit_avx2() 86 static INLINE void load_buffer_16bit_to_16bit_avx2(const int16_t *in, in load_buffer_16bit_to_16bit_avx2() 94 static INLINE void load_buffer_16bit_to_16bit_flip_avx2(const int16_t *in, in load_buffer_16bit_to_16bit_flip_avx2() 103 static INLINE __m256i load_32bit_to_16bit_w16_avx2(const int32_t *a) { in load_32bit_to_16bit_w16_avx2() [all …]
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 55 static INLINE int is_comp_ref_allowed(BLOCK_SIZE bsize) { in is_comp_ref_allowed() 59 static INLINE int is_inter_mode(PREDICTION_MODE mode) { in is_inter_mode() 68 static INLINE int is_inter_singleref_mode(PREDICTION_MODE mode) { in is_inter_singleref_mode() 71 static INLINE int is_inter_compound_mode(PREDICTION_MODE mode) { in is_inter_compound_mode() 75 static INLINE PREDICTION_MODE compound_ref0_mode(PREDICTION_MODE mode) { in compound_ref0_mode() 108 static INLINE PREDICTION_MODE compound_ref1_mode(PREDICTION_MODE mode) { in compound_ref1_mode() 141 static INLINE int have_nearmv_in_inter_mode(PREDICTION_MODE mode) { in have_nearmv_in_inter_mode() 146 static INLINE int have_newmv_in_inter_mode(PREDICTION_MODE mode) { in have_newmv_in_inter_mode() 151 static INLINE int is_masked_compound_type(COMPOUND_TYPE type) { in is_masked_compound_type() 274 static INLINE int is_intrabc_block(const MB_MODE_INFO *mbmi) { in is_intrabc_block() [all …]
|
D | pred_common.h | 24 static INLINE int get_segment_id(const AV1_COMMON *const cm, in get_segment_id() 43 static INLINE int av1_get_spatial_seg_pred(const AV1_COMMON *const cm, in av1_get_spatial_seg_pred() 85 static INLINE int av1_get_pred_context_seg_id(const MACROBLOCKD *xd) { in av1_get_pred_context_seg_id() 94 static INLINE int get_comp_index_context(const AV1_COMMON *cm, in get_comp_index_context() 133 static INLINE int get_comp_group_idx_context(const MACROBLOCKD *xd) { in get_comp_group_idx_context() 154 static INLINE aom_cdf_prob *av1_get_pred_cdf_seg_id( in av1_get_pred_cdf_seg_id() 159 static INLINE int av1_get_skip_mode_context(const MACROBLOCKD *xd) { in av1_get_skip_mode_context() 167 static INLINE int av1_get_skip_context(const MACROBLOCKD *xd) { in av1_get_skip_context() 184 static INLINE int av1_get_palette_bsize_ctx(BLOCK_SIZE bsize) { in av1_get_palette_bsize_ctx() 188 static INLINE int av1_get_palette_mode_ctx(const MACROBLOCKD *xd) { in av1_get_palette_mode_ctx() [all …]
|
D | onyxc_int.h | 579 static INLINE YV12_BUFFER_CONFIG *get_ref_frame(AV1_COMMON *cm, int index) { in get_ref_frame() 585 static INLINE int get_free_fb(AV1_COMMON *cm) { in get_free_fb() 618 static INLINE RefCntBuffer *assign_cur_frame_new_fb(AV1_COMMON *const cm) { in assign_cur_frame_new_fb() 637 static INLINE void assign_frame_buffer_p(RefCntBuffer **lhs_ptr, in assign_frame_buffer_p() 651 static INLINE int frame_is_intra_only(const AV1_COMMON *const cm) { in frame_is_intra_only() 656 static INLINE int frame_is_sframe(const AV1_COMMON *cm) { in frame_is_sframe() 663 static INLINE int get_ref_frame_map_idx(const AV1_COMMON *const cm, in get_ref_frame_map_idx() 670 static INLINE RefCntBuffer *get_ref_frame_buf( in get_ref_frame_buf() 678 static INLINE const struct scale_factors *get_ref_scale_factors_const( in get_ref_scale_factors_const() 684 static INLINE struct scale_factors *get_ref_scale_factors( in get_ref_scale_factors() [all …]
|
D | av1_txfm.h | 48 static INLINE const int32_t *cospi_arr(int n) { in cospi_arr() 52 static INLINE const int32_t *sinpi_arr(int n) { in sinpi_arr() 56 static INLINE int32_t range_check_value(int32_t value, int8_t bit) { in range_check_value() 75 static INLINE int32_t round_shift(int64_t value, int bit) { in round_shift() 80 static INLINE int32_t half_btf(int32_t w0, int32_t in0, int32_t w1, int32_t in1, in half_btf() 104 static INLINE uint16_t highbd_clip_pixel_add(uint16_t dest, tran_high_t trans, in highbd_clip_pixel_add() 147 static INLINE void get_flip_cfg(TX_TYPE tx_type, int *ud_flip, int *lr_flip) { in get_flip_cfg() 187 static INLINE void set_flip_cfg(TX_TYPE tx_type, TXFM_2D_FLIP_CFG *cfg) { in set_flip_cfg() 193 static INLINE int get_rect_tx_log_ratio(int col, int row) { in get_rect_tx_log_ratio() 220 static INLINE int get_txw_idx(TX_SIZE tx_size) { in get_txw_idx() [all …]
|
D | reconintra.h | 50 static INLINE int av1_is_directional_mode(PREDICTION_MODE mode) { in av1_is_directional_mode() 54 static INLINE int av1_use_angle_delta(BLOCK_SIZE bsize) { in av1_use_angle_delta() 58 static INLINE int av1_allow_intrabc(const AV1_COMMON *const cm) { in av1_allow_intrabc() 63 static INLINE int av1_filter_intra_allowed_bsize(const AV1_COMMON *const cm, in av1_filter_intra_allowed_bsize() 70 static INLINE int av1_filter_intra_allowed(const AV1_COMMON *const cm, in av1_filter_intra_allowed() 83 static INLINE int av1_get_dx(int angle) { in av1_get_dx() 98 static INLINE int av1_get_dy(int angle) { in av1_get_dy() 109 static INLINE int av1_use_intra_edge_upsample(int bs0, int bs1, int delta, in av1_use_intra_edge_upsample()
|
/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/aom_util/ |
D | aom_thread.h | 72 static INLINE int pthread_create(pthread_t *const thread, const void *attr, in pthread_create() 92 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join() 99 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex, in pthread_mutex_init() 110 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { in pthread_mutex_trylock() 114 static INLINE int pthread_mutex_lock(pthread_mutex_t *const mutex) { in pthread_mutex_lock() 119 static INLINE int pthread_mutex_unlock(pthread_mutex_t *const mutex) { in pthread_mutex_unlock() 124 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { in pthread_mutex_destroy() 130 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() 142 static INLINE int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init() 160 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) { in pthread_cond_signal() [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 …]
|
D | convolve_avx2.h | 42 static INLINE void shuffle_filter_avx2(const int16_t *const filter, in shuffle_filter_avx2() 53 static INLINE __m256i convolve8_16_avx2(const __m256i *const s, in convolve8_16_avx2() 76 static INLINE __m128i convolve8_8_avx2(const __m256i *const s, in convolve8_8_avx2() 103 static INLINE __m256i mm256_loadu2_si128(const void *lo, const void *hi) { in mm256_loadu2_si128() 109 static INLINE __m256i mm256_loadu2_epi64(const void *lo, const void *hi) { in mm256_loadu2_epi64() 115 static INLINE void mm256_store2_si128(__m128i *const dst_ptr_1, in mm256_store2_si128() 122 static INLINE void mm256_storeu2_epi64(__m128i *const dst_ptr_1, in mm256_storeu2_epi64() 129 static INLINE void mm256_storeu2_epi32(__m128i *const dst_ptr_1, in mm256_storeu2_epi32() 137 static INLINE __m256i mm256_round_epi32(const __m256i *const src, in mm256_round_epi32() 144 static INLINE __m256i mm256_round_epi16(const __m256i *const src, in mm256_round_epi16() [all …]
|
D | convolve_sse2.h | 20 static INLINE __m128i extract_quarter_2_epi16_sse2(const __m128i *const reg) { in extract_quarter_2_epi16_sse2() 27 static INLINE __m128i extract_quarter_3_epi16_sse2(const __m128i *const reg) { in extract_quarter_3_epi16_sse2() 35 static INLINE __m128i mm_madd_add_epi8_sse2(const __m128i *const src_1, in mm_madd_add_epi8_sse2() 49 static INLINE __m128i mm_madd_add_epi16_sse2(const __m128i *const src_1, in mm_madd_add_epi16_sse2() 58 static INLINE __m128i mm_madd_packs_epi16_sse2(const __m128i *const src_0, in mm_madd_packs_epi16_sse2() 67 static INLINE __m128i mm_zip_epi32_sse2(const __m128i *const src_1, in mm_zip_epi32_sse2() 74 static INLINE __m128i mm_round_epi32_sse2(const __m128i *const src, in mm_round_epi32_sse2() 81 static INLINE __m128i mm_round_epi16_sse2(const __m128i *const src, in mm_round_epi16_sse2()
|
/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 …]
|
/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/libaom/libaom/aom_dsp/ |
D | bitreader.h | 55 static INLINE int aom_reader_init(aom_reader *r, const uint8_t *buffer, in aom_reader_init() 60 static INLINE const uint8_t *aom_reader_find_begin(aom_reader *r) { in aom_reader_find_begin() 64 static INLINE const uint8_t *aom_reader_find_end(aom_reader *r) { in aom_reader_find_end() 70 static INLINE int aom_reader_has_overflowed(const aom_reader *r) { in aom_reader_has_overflowed() 75 static INLINE uint32_t aom_reader_tell(const aom_reader *r) { in aom_reader_tell() 80 static INLINE uint32_t aom_reader_tell_frac(const aom_reader *r) { in aom_reader_tell_frac() 85 static INLINE void aom_process_accounting(const aom_reader *r ACCT_STR_PARAM) { in aom_process_accounting() 95 static INLINE void aom_update_symb_counts(const aom_reader *r, int is_binary) { in aom_update_symb_counts() 103 static INLINE int aom_read_(aom_reader *r, int prob ACCT_STR_PARAM) { in aom_read_() 113 static INLINE int aom_read_bit_(aom_reader *r ACCT_STR_PARAM) { in aom_read_bit_() [all …]
|
D | bitwriter.h | 40 static INLINE void init_token_stats(TOKEN_STATS *token_stats) { in init_token_stats() 52 static INLINE void aom_start_encode(aom_writer *bc, uint8_t *buffer) { in aom_start_encode() 56 static INLINE int aom_stop_encode(aom_writer *bc) { in aom_stop_encode() 60 static INLINE void aom_write(aom_writer *br, int bit, int probability) { in aom_write() 64 static INLINE void aom_write_bit(aom_writer *w, int bit) { in aom_write_bit() 68 static INLINE void aom_write_literal(aom_writer *w, int data, int bits) { in aom_write_literal() 74 static INLINE void aom_write_cdf(aom_writer *w, int symb, in aom_write_cdf() 79 static INLINE void aom_write_symbol(aom_writer *w, int symb, aom_cdf_prob *cdf, in aom_write_symbol()
|
/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 …]
|
/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/arm/ |
D | mem_neon.h | 17 static INLINE void store_row2_u8_8x8(uint8_t *s, int p, const uint8x8_t s0, in store_row2_u8_8x8() 33 static INLINE void load_u8_8x8(const uint8_t *s, ptrdiff_t p, in load_u8_8x8() 55 static INLINE void load_u8_8x16(const uint8_t *s, ptrdiff_t p, in load_u8_8x16() 67 static INLINE void load_u8_8x4(const uint8_t *s, const ptrdiff_t p, in load_u8_8x4() 79 static INLINE void load_u16_4x4(const uint16_t *s, const ptrdiff_t p, in load_u16_4x4() 92 static INLINE void load_u16_8x4(const uint16_t *s, const ptrdiff_t p, in load_u16_8x4() 105 static INLINE void load_s16_4x8(const int16_t *s, ptrdiff_t p, in load_s16_4x8() 127 static INLINE void load_s16_4x4(const int16_t *s, ptrdiff_t p, in load_s16_4x4() 146 static INLINE void store_u8_8x8(uint8_t *s, ptrdiff_t p, const uint8x8_t s0, in store_u8_8x8() 168 static INLINE void store_u8_8x4(uint8_t *s, ptrdiff_t p, const uint8x8_t s0, in store_u8_8x4() [all …]
|