Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp8_rtcd.h76 #define vp8_dequantize_b vp8_dequantize_b_c macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h90 #define vp8_dequantize_b vp8_dequantize_b_neon macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h90 #define vp8_dequantize_b vp8_dequantize_b_neon macro
/external/libvpx/config/x86/
Dvp8_rtcd.h104 #define vp8_dequantize_b vp8_dequantize_b_mmx macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h104 #define vp8_dequantize_b vp8_dequantize_b_mmx macro
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c223 vp8_dequantize_b(b, xd->dequant_y2); in mt_decode_macroblock()
Ddecodeframe.c209 vp8_dequantize_b(b, xd->dequant_y2); in decode_macroblock()