Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Didct_blk_mmx.c18 void vp8_dequantize_b_mmx(BLOCKD *d, short *DQC) in vp8_dequantize_b_mmx() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h118 void vp8_dequantize_b_mmx(struct blockd*, short *dqc);
561 if (flags & HAS_MMX) vp8_dequantize_b = vp8_dequantize_b_mmx; in setup_rtcd_internal()