Searched refs:vp8_dequant_idct_add_uv_block_neon (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c52 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, function
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c52 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, function
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp8_rtcd.h97 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
98 #define vp8_dequant_idct_add_uv_block vp8_dequant_idct_add_uv_block_neon
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp8_rtcd.h107 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
108 #define vp8_dequant_idct_add_uv_block vp8_dequant_idct_add_uv_block_neon
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h92 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
93 #define vp8_dequant_idct_add_uv_block vp8_dequant_idct_add_uv_block_neon
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp8_rtcd.h107 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
464 if (flags & HAS_NEON) vp8_dequant_idct_add_uv_block = vp8_dequant_idct_add_uv_block_neon;

Completed in 162 milliseconds