Home
last modified time | relevance | path

Searched refs:vp8_dequant_idct_add (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/config/generic/
Dvp8_rtcd.h66 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/mips64/
Dvp8_rtcd.h66 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/mips32/
Dvp8_rtcd.h66 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h71 #define vp8_dequant_idct_add vp8_dequant_idct_add_dspr2 macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h76 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/config/arm/
Dvp8_rtcd.h75 #define vp8_dequant_idct_add vp8_dequant_idct_add_v6 macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h85 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h99 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/libvpx/config/x86/
Dvp8_rtcd.h99 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c227 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); in mt_decode_macroblock()
Ddecodeframe.c210 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); in decode_macroblock()