Home
last modified time | relevance | path

Searched refs:vp8_fast_quantize_b_sse2 (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dquantize_sse2.c146 void vp8_fast_quantize_b_sse2(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_sse2() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h126 void vp8_fast_quantize_b_sse2(struct block *, struct blockd *);
567 if (flags & HAS_SSE2) vp8_fast_quantize_b = vp8_fast_quantize_b_sse2; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG503 Added vp8_fast_quantize_b_sse2