Home
last modified time | relevance | path

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

/external/libvpx/config/arm/
Dvp8_rtcd.h63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/mips64/
Dvp8_rtcd.h63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/generic/
Dvp8_rtcd.h63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/mips32/
Dvp8_rtcd.h63 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h68 #define vp8_dequant_idct_add vp8_dequant_idct_add_dspr2 macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h74 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/config/mips64-msa/
Dvp8_rtcd.h75 #define vp8_dequant_idct_add vp8_dequant_idct_add_msa macro
/external/libvpx/config/mips32-msa/
Dvp8_rtcd.h75 #define vp8_dequant_idct_add vp8_dequant_idct_add_msa macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h74 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h91 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/libvpx/config/x86/
Dvp8_rtcd.h91 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c194 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); in mt_decode_macroblock()
Ddecodeframe.c180 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); in decode_macroblock()