Searched refs:vp8_regular_quantize_b_sse2 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
H A Dquantize_test.cc174 make_tuple(&vp8_regular_quantize_b_sse2, &vp8_regular_quantize_b_c)));
/external/libvpx/config/x86/
H A Dvp8_rtcd.h175 void vp8_regular_quantize_b_sse2(struct block *, struct blockd *);
176 #define vp8_regular_quantize_b vp8_regular_quantize_b_sse2
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h175 void vp8_regular_quantize_b_sse2(struct block *, struct blockd *);
176 #define vp8_regular_quantize_b vp8_regular_quantize_b_sse2
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_quantize_sse2.c33 void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d) { function

Completed in 555 milliseconds