Searched refs:gai4_ihevc_tc_table (Results 1 – 13 of 13) sorted by relevance
/external/libhevc/common/ |
D | ihevc_hbd_deblk_edge_filter.c | 138 tc = gai4_ihevc_tc_table[tc_indx] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_luma_vert() 373 tc = gai4_ihevc_tc_table[tc_indx] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_luma_horz() 625 tc_u = gai4_ihevc_tc_table[tc_indx_u] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_chroma_vert() 628 tc_v = gai4_ihevc_tc_table[tc_indx_v] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_chroma_vert() 739 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_422chroma_vert() 742 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_422chroma_vert() 857 tc_u = gai4_ihevc_tc_table[tc_indx_u] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_422chroma_vert() 860 tc_v = gai4_ihevc_tc_table[tc_indx_v] * (1 << (bit_depth - 8)); in ihevc_hbd_deblk_422chroma_vert() 976 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_422chroma_horz() 979 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_422chroma_horz() [all …]
|
D | ihevc_deblk_edge_filter.c | 131 tc = gai4_ihevc_tc_table[tc_indx]; in ihevc_deblk_luma_vert() 368 tc = gai4_ihevc_tc_table[tc_indx]; in ihevc_deblk_luma_horz() 622 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_vert() 625 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_chroma_vert() 743 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_horz() 746 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_chroma_horz()
|
D | ihevc_deblk_tables.c | 58 const WORD32 gai4_ihevc_tc_table[54] = variable
|
D | ihevc_deblk_tables.h | 41 extern const WORD32 gai4_ihevc_tc_table[54];
|
/external/libhevc/common/arm64/ |
D | ihevc_deblk_chroma_horz.s | 55 .extern gai4_ihevc_tc_table 120 adrp x3, :got:gai4_ihevc_tc_table 121 ldr x3, [x3, #:got_lo12:gai4_ihevc_tc_table]
|
D | ihevc_deblk_chroma_vert.s | 56 .extern gai4_ihevc_tc_table 139 adrp x6, :got:gai4_ihevc_tc_table 140 ldr x6, [x6, #:got_lo12:gai4_ihevc_tc_table]
|
D | ihevc_deblk_luma_horz.s | 43 .extern gai4_ihevc_tc_table 97 adrp x4, :got:gai4_ihevc_tc_table 98 ldr x4, [x4, #:got_lo12:gai4_ihevc_tc_table]
|
D | ihevc_deblk_luma_vert.s | 45 .extern gai4_ihevc_tc_table 99 adrp x4, :got:gai4_ihevc_tc_table 100 ldr x4, [x4, #:got_lo12:gai4_ihevc_tc_table]
|
/external/libhevc/common/arm/ |
D | ihevc_deblk_chroma_horz.s | 52 .extern gai4_ihevc_tc_table 59 .long gai4_ihevc_tc_table - ulbl2 - 8
|
D | ihevc_deblk_chroma_vert.s | 54 .extern gai4_ihevc_tc_table 61 .long gai4_ihevc_tc_table - ulbl2 - 8
|
D | ihevc_deblk_luma_vert.s | 53 .extern gai4_ihevc_tc_table 59 .long gai4_ihevc_tc_table - ulbl1 - 8
|
D | ihevc_deblk_luma_horz.s | 52 .extern gai4_ihevc_tc_table 57 .long gai4_ihevc_tc_table - ulbl1 - 8
|
/external/libhevc/common/x86/ |
D | ihevc_deblk_ssse3_intr.c | 139 tc = gai4_ihevc_tc_table[tc_indx]; in ihevc_deblk_luma_vert_ssse3() 579 tc = gai4_ihevc_tc_table[tc_indx]; in ihevc_deblk_luma_horz_ssse3() 1015 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_vert_ssse3() 1018 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_chroma_vert_ssse3() 1168 tc_u = gai4_ihevc_tc_table[tc_indx_u]; in ihevc_deblk_chroma_horz_ssse3() 1171 tc_v = gai4_ihevc_tc_table[tc_indx_v]; in ihevc_deblk_chroma_horz_ssse3()
|