Searched refs:vp8_dc_only_idct_add (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.pl110 add_proto qw/void vp8_dc_only_idct_add/, "short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride";
111 specialize qw/vp8_dc_only_idct_add mmx neon dspr2 msa mmi/;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c67 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
/external/libvpx/config/arm/
H A Dvp8_rtcd.h55 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/config/generic/
H A Dvp8_rtcd.h55 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h55 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp8_rtcd.h59 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_dspr2 macro
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h55 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h63 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h63 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
/external/libvpx/config/mips32-msa/
H A Dvp8_rtcd.h64 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_msa macro
/external/libvpx/config/mips64-msa/
H A Dvp8_rtcd.h64 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_msa macro
/external/libvpx/config/x86/
H A Dvp8_rtcd.h80 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h80 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c196 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], dst, dst_stride, dst,
H A Ddecodeframe.c182 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], dst, dst_stride, dst,

Completed in 142 milliseconds