Searched refs:coef_d (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/common/x86/ |
D | 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
|
D | ihevc_deblk_ssse3_intr.c | 147 coef_8x16b = _mm_load_si128((__m128i *)(coef_d)); in ihevc_deblk_luma_vert_ssse3() 606 coef_8x16b = _mm_load_si128((__m128i *)(coef_d)); in ihevc_deblk_luma_horz_ssse3()
|
/external/libhevc/common/ |
D | ihevc_tables_x86_intr.h | 57 extern MEM_ALIGN16 const WORD8 coef_d[16];
|