OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dequant0
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse2.c
56
__m128i
dequant0
= _mm_load_si128((__m128i *)(d->dequant));
local
137
y0 = _mm_mullo_epi16(y0,
dequant0
);
154
__m128i
dequant0
= _mm_load_si128((__m128i *)(d->dequant));
local
190
xdq0 = _mm_mullo_epi16(x0,
dequant0
);
Completed in 475 milliseconds