Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp8_rtcd.h67 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h78 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h78 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/config/x86/
Dvp8_rtcd.h92 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h92 #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()