Home
last modified time | relevance | path

Searched refs:vp8_dequant_idct_add_neon (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/config/arm-neon/
Dvp8_rtcd.h74 void vp8_dequant_idct_add_neon(short *input, short *dq, unsigned char *output, int stride);
75 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon
/external/libvpx/config/arm64/
Dvp8_rtcd.h74 void vp8_dequant_idct_add_neon(short *input, short *dq, unsigned char *output, int stride);
75 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon
/external/libvpx/libvpx/vp8/common/arm/neon/
Ddequant_idct_neon.c22 void vp8_dequant_idct_add_neon(int16_t *input, int16_t *dq, unsigned char *dst, in vp8_dequant_idct_add_neon() function