Home
last modified time | relevance | path

Searched refs:vp8_regular_quantize_b_sse2 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dquantize_sse2.c36 void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d) in vp8_regular_quantize_b_sse2() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h248 void vp8_regular_quantize_b_sse2(struct block *, struct blockd *);
655 if (flags & HAS_SSE2) vp8_regular_quantize_b = vp8_regular_quantize_b_sse2; in setup_rtcd_internal()