Home
last modified time | relevance | path

Searched defs:poutput (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dfwd_txfm_sse2.h138 static inline void store_output(const __m128i *poutput, tran_low_t *dst_ptr) { in store_output()
147 static inline void storeu_output(const __m128i *poutput, tran_low_t *dst_ptr) { in storeu_output()
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.h246 static INLINE void store_output(const __m128i *poutput, tran_low_t *dst_ptr) { in store_output()
259 static INLINE void storeu_output(const __m128i *poutput, tran_low_t *dst_ptr) { in storeu_output()
/aosp_15_r20/external/webp/src/dsp/
H A Dfilters_msa.c102 uint8_t* poutput, int stride, in PredictLineGradient()