OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coef_d
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/common/
ihevc_tables_x86_intr.h
57
extern MEM_ALIGN16 const WORD8
coef_d
[16];
/external/libhevc/common/x86/
ihevc_tables_x86_intr.c
109
const WORD8
coef_d
[16] = { 0, 1, -2, 1, 1, -2, 1, 0, 0, 1, -2, 1, 1, -2, 1, 0 };
variable
ihevc_deblk_ssse3_intr.c
147
coef_8x16b = _mm_load_si128((__m128i *)(
coef_d
));
606
coef_8x16b = _mm_load_si128((__m128i *)(
coef_d
));
[
all
...]
Completed in 195 milliseconds