OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shuffle_d
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/common/
ihevc_tables_x86_intr.h
60
extern MEM_ALIGN16 const WORD32
shuffle_d
[4];
/external/libhevc/common/x86/
ihevc_tables_x86_intr.c
112
const WORD32
shuffle_d
[4] = { 0x80800403, 0x80800c0b, 0x03000704, 0x0b080f0c };
variable
ihevc_deblk_ssse3_intr.c
148
mask_16x8b = _mm_load_si128((__m128i *)(
shuffle_d
));
607
mask_16x8b = _mm_load_si128((__m128i *)(
shuffle_d
));
610
//WORD32
shuffle_d
[4]={0x80800403,0x80800c0b,0x03000704,0x0b080f0c};
[
all
...]
Completed in 42 milliseconds