Home
last modified time | relevance | path

Searched refs:VPX_FORCE_INLINE (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c19 static VPX_FORCE_INLINE void copy_w16(const uint8_t *src, ptrdiff_t src_stride, in copy_w16()
31 static VPX_FORCE_INLINE void copy_w32(const uint8_t *src, ptrdiff_t src_stride, in copy_w32()
44 static VPX_FORCE_INLINE void copy_w64(const uint8_t *src, ptrdiff_t src_stride, in copy_w64()
94 static VPX_FORCE_INLINE void avg_w16(const uint8_t *src, ptrdiff_t src_stride, in avg_w16()
107 static VPX_FORCE_INLINE void avg_w32(const uint8_t *src, ptrdiff_t src_stride, in avg_w32()
122 static VPX_FORCE_INLINE void avg_w64(const uint8_t *src, ptrdiff_t src_stride, in avg_w64()
166 static VPX_FORCE_INLINE void convolve_line(uint8_t *dst, const int16x8_t s, in convolve_line()
177 static VPX_FORCE_INLINE void convolve_line_h(uint8_t *dst, in convolve_line_h()
187 static VPX_FORCE_INLINE void convolve_horiz(const uint8_t *src, in convolve_horiz()
208 static VPX_FORCE_INLINE void convolve_avg_horiz( in convolve_avg_horiz()
[all …]
Dsubtract_vsx.c18 static VPX_FORCE_INLINE void subtract_block4x4( in subtract_block4x4()
/external/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_avx2.c15 static VPX_FORCE_INLINE void init_one_qp(const __m128i *p, __m256i *qp) { in init_one_qp()
22 static VPX_FORCE_INLINE void update_qp(__m256i *qp) { in update_qp()
29 static VPX_FORCE_INLINE void init_qp(const int16_t *zbin_ptr, in init_qp()
61 static VPX_FORCE_INLINE __m256i mm256_mul_shift_epi32(const __m256i *x, in mm256_mul_shift_epi32()
75 static VPX_FORCE_INLINE __m256i get_max_lane_eob(const int16_t *iscan_ptr, in get_max_lane_eob()
88 static VPX_FORCE_INLINE uint16_t get_max_eob(__m256i eob) { in get_max_eob()
103 static VPX_FORCE_INLINE void quantize(const __m256i *qp, in quantize()
174 static VPX_FORCE_INLINE __m256i mm256_mul_shift_epi32_logscale(const __m256i *x, in mm256_mul_shift_epi32_logscale()
189 static VPX_FORCE_INLINE void quantize_b_32x32( in quantize_b_32x32()
Dquantize_avx2.c17 static VPX_FORCE_INLINE void load_b_values_avx2( in load_b_values_avx2()
50 static VPX_FORCE_INLINE __m256i
63 static VPX_FORCE_INLINE void store_coefficients_avx2(__m256i coeff_vals, in store_coefficients_avx2()
78 static VPX_FORCE_INLINE __m256i
127 static VPX_FORCE_INLINE __m256i get_max_lane_eob(const int16_t *iscan, in get_max_lane_eob()
140 static VPX_FORCE_INLINE int16_t accumulate_eob256(__m256i eob256) { in accumulate_eob256()
194 static VPX_FORCE_INLINE __m256i quantize_b_32x32_16( in quantize_b_32x32_16()
Dhighbd_sad_avx2.c14 static VPX_FORCE_INLINE unsigned int calc_final(const __m256i sums_32) { in calc_final()
22 static VPX_FORCE_INLINE void highbd_sad64xH(__m256i *sums_16, in highbd_sad64xH()
87 static VPX_FORCE_INLINE void highbd_sad32xH(__m256i *sums_16, in highbd_sad32xH()
147 static VPX_FORCE_INLINE void highbd_sad16xH(__m256i *sums_16, in highbd_sad16xH()
228 static VPX_FORCE_INLINE void highbd_sad64xH_avg(__m256i *sums_16, in highbd_sad64xH_avg()
305 static VPX_FORCE_INLINE void highbd_sad32xH_avg(__m256i *sums_16, in highbd_sad32xH_avg()
373 static VPX_FORCE_INLINE void highbd_sad16xH_avg(__m256i *sums_16, in highbd_sad16xH_avg()
Dsubtract_avx2.c17 static VPX_FORCE_INLINE void subtract32_avx2(int16_t *diff_ptr, in subtract32_avx2()
32 static VPX_FORCE_INLINE void subtract_block_16xn_avx2( in subtract_block_16xn_avx2()
49 static VPX_FORCE_INLINE void subtract_block_32xn_avx2( in subtract_block_32xn_avx2()
61 static VPX_FORCE_INLINE void subtract_block_64xn_avx2( in subtract_block_64xn_avx2()
Dhighbd_sad4d_avx2.c14 static VPX_FORCE_INLINE void calc_final_4(const __m256i *const sums /*[4]*/, in calc_final_4()
24 static VPX_FORCE_INLINE void highbd_sad64xHx4d(__m256i *sums_16 /*[4]*/, in highbd_sad64xHx4d()
129 static VPX_FORCE_INLINE void highbd_sad32xHx4d(__m256i *sums_16 /*[4]*/, in highbd_sad32xHx4d()
242 static VPX_FORCE_INLINE void highbd_sad16xHx4d(__m256i *sums_16 /*[4]*/, in highbd_sad16xHx4d()
/external/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c21 static VPX_FORCE_INLINE void store_zero_tran_low(tran_low_t *a) { in store_zero_tran_low()
31 static VPX_FORCE_INLINE void load_fp_values_avx2( in load_fp_values_avx2()
43 static VPX_FORCE_INLINE __m256i get_max_lane_eob(const int16_t *iscan, in get_max_lane_eob()
56 static VPX_FORCE_INLINE uint16_t get_max_eob(__m256i eob256) { in get_max_eob()
74 static VPX_FORCE_INLINE void quantize_fp_16( in quantize_fp_16()
150 static VPX_FORCE_INLINE void quantize_fp_32x32_16_no_nzflag( in quantize_fp_32x32_16_no_nzflag()
172 static VPX_FORCE_INLINE void quantize_fp_32x32_16( in quantize_fp_32x32_16()
265 static VPX_FORCE_INLINE __m256i mm256_mul_shift_epi32_logscale(const __m256i *x, in mm256_mul_shift_epi32_logscale()
280 static VPX_FORCE_INLINE __m256i highbd_init_256(const int16_t *val_ptr) { in highbd_init_256()
288 static VPX_FORCE_INLINE void highbd_load_fp_values( in highbd_load_fp_values()
[all …]
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c29 static VPX_FORCE_INLINE void calculate_dqcoeff_and_store( in calculate_dqcoeff_and_store()
44 static VPX_FORCE_INLINE int16x8_t get_max_lane_eob(const int16_t *iscan_ptr, in get_max_lane_eob()
52 static VPX_FORCE_INLINE uint16_t get_max_eob(int16x8_t v_eobmax) { in get_max_eob()
71 static VPX_FORCE_INLINE void load_fp_values(const int16_t *round_ptr, in load_fp_values()
81 static VPX_FORCE_INLINE void update_fp_values(int16x8_t *v_round, in update_fp_values()
95 static VPX_FORCE_INLINE void quantize_fp_8( in quantize_fp_8()
152 static VPX_FORCE_INLINE void quantize_fp_32x32_8( in quantize_fp_32x32_8()
234 static VPX_FORCE_INLINE uint16x4_t
317 static VPX_FORCE_INLINE uint16x4_t
/external/libvpx/vpx/
Dvpx_integer.h18 #define VPX_FORCE_INLINE __forceinline macro
21 #define VPX_FORCE_INLINE __inline__ __attribute__((always_inline)) macro
/external/libvpx/vpx_dsp/arm/
Dhighbd_quantize_neon.c17 static VPX_FORCE_INLINE void highbd_calculate_dqcoeff_and_store( in highbd_calculate_dqcoeff_and_store()
24 static VPX_FORCE_INLINE void highbd_quantize_8_neon( in highbd_quantize_8_neon()
70 static VPX_FORCE_INLINE int16x8_t
184 static VPX_FORCE_INLINE int32x4_t extract_sign_bit(int32x4_t a) { in extract_sign_bit()
188 static VPX_FORCE_INLINE void highbd_calculate_dqcoeff_and_store_32x32( in highbd_calculate_dqcoeff_and_store_32x32()
200 static VPX_FORCE_INLINE int16x8_t highbd_quantize_b_32x32_neon( in highbd_quantize_b_32x32_neon()
Dhighbd_sad_neon.c20 static VPX_FORCE_INLINE uint32_t highbd_sad4_neon(const uint8_t *src_ptr, in highbd_sad4_neon()
42 static VPX_FORCE_INLINE uint32_t highbd_sad8_neon(const uint8_t *src_ptr, in highbd_sad8_neon()
67 static VPX_FORCE_INLINE uint32_t highbd_sad4_avg_neon( in highbd_sad4_avg_neon()
91 static VPX_FORCE_INLINE uint32_t highbd_sad8_avg_neon( in highbd_sad8_avg_neon()