Searched refs:vp8_dequant_idct_add (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.pl27 add_proto qw/void vp8_dequant_idct_add/, "short *input, short *dq, unsigned char *output, int stride";
28 specialize qw/vp8_dequant_idct_add mmx neon dspr2 msa/;
/external/libvpx/config/arm/
H A Dvp8_rtcd.h63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/generic/
H A Dvp8_rtcd.h63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp8_rtcd.h68 #define vp8_dequant_idct_add vp8_dequant_idct_add_dspr2 macro
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h74 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h74 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/config/mips32-msa/
H A Dvp8_rtcd.h75 #define vp8_dequant_idct_add vp8_dequant_idct_add_msa macro
/external/libvpx/config/mips64-msa/
H A Dvp8_rtcd.h75 #define vp8_dequant_idct_add vp8_dequant_idct_add_msa macro
/external/libvpx/config/x86/
H A Dvp8_rtcd.h91 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h91 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c194 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);
H A Ddecodeframe.c180 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);

Completed in 64 milliseconds