Searched refs:coef_dep1 (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_tables_x86_intr.c | 111 const WORD8 coef_dep1[16] = { -2, 1, 1, -2, -2, 1, 1, -2, -2, 1, 1, -2, -2, 1, 1, -2 }; variable
|
D | ihevc_deblk_ssse3_intr.c | 431 coefdelta_0_8x16b = _mm_load_si128((__m128i *)coef_dep1); in ihevc_deblk_luma_vert_ssse3() 867 coefdelta_0_8x16b = _mm_load_si128((__m128i *)coef_dep1); in ihevc_deblk_luma_horz_ssse3()
|
/external/libhevc/common/ |
D | ihevc_tables_x86_intr.h | 59 extern MEM_ALIGN16 const WORD8 coef_dep1[16];
|