Home
last modified time | relevance | path

Searched refs:vp8_fast_quantize_b_ssse3 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_quantize_ssse3.c41 void vp8_fast_quantize_b_ssse3(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_ssse3() function
/external/libvpx/config/x86_64/
Dvp8_rtcd.h112 void vp8_fast_quantize_b_ssse3(struct block *, struct blockd *);
113 #define vp8_fast_quantize_b vp8_fast_quantize_b_ssse3
/external/libvpx/config/x86/
Dvp8_rtcd.h112 void vp8_fast_quantize_b_ssse3(struct block *, struct blockd *);
113 #define vp8_fast_quantize_b vp8_fast_quantize_b_ssse3
/external/libvpx/libvpx/test/
Dquantize_test.cc193 ::testing::Values(make_tuple(&vp8_fast_quantize_b_ssse3,