Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp8_rtcd.h75 #define vp8_dequantize_b vp8_dequantize_b_c macro
/external/libvpx/config/mips64/
Dvp8_rtcd.h75 #define vp8_dequantize_b vp8_dequantize_b_c macro
/external/libvpx/config/mips32/
Dvp8_rtcd.h75 #define vp8_dequantize_b vp8_dequantize_b_c macro
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h82 #define vp8_dequantize_b vp8_dequantize_b_c macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h88 #define vp8_dequantize_b vp8_dequantize_b_neon macro
/external/libvpx/config/arm/
Dvp8_rtcd.h87 #define vp8_dequantize_b vp8_dequantize_b_v6 macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h100 #define vp8_dequantize_b vp8_dequantize_b_neon macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h113 #define vp8_dequantize_b vp8_dequantize_b_mmx macro
/external/libvpx/config/x86/
Dvp8_rtcd.h113 #define vp8_dequantize_b vp8_dequantize_b_mmx macro
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c266 vp8_dequantize_b(b, xd->dequant_y2); in mt_decode_macroblock()
Ddecodeframe.c251 vp8_dequantize_b(b, xd->dequant_y2); in decode_macroblock()