Home
last modified time | relevance | path

Searched refs:coef_d (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/common/x86/
Dihevc_tables_x86_intr.c109 const WORD8 coef_d[16] = { 0, 1, -2, 1, 1, -2, 1, 0, 0, 1, -2, 1, 1, -2, 1, 0 }; variable
Dihevc_deblk_ssse3_intr.c147 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/
Dihevc_tables_x86_intr.h57 extern MEM_ALIGN16 const WORD8 coef_d[16];