Home
last modified time | relevance | path

Searched refs:gai4_ihevc_qp_table (Results 1 – 9 of 9) sorted by relevance

/external/libhevc/common/arm64/
Dihevc_deblk_chroma_horz.s54 .extern gai4_ihevc_qp_table
85 adrp x3, :got:gai4_ihevc_qp_table
86 ldr x3, [x3, #:got_lo12:gai4_ihevc_qp_table]
Dihevc_deblk_chroma_vert.s55 .extern gai4_ihevc_qp_table
90 adrp x7, :got:gai4_ihevc_qp_table
91 ldr x7, [x7, #:got_lo12:gai4_ihevc_qp_table]
/external/libhevc/common/
Dihevc_deblk_tables.c72 const WORD32 gai4_ihevc_qp_table[58] = variable
Dihevc_deblk_tables.h43 extern const WORD32 gai4_ihevc_qp_table[58];
Dihevc_deblk_edge_filter.c616 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_vert()
619 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_vert()
737 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_horz()
740 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_horz()
Dihevc_hbd_deblk_edge_filter.c619 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_hbd_deblk_chroma_vert()
622 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_hbd_deblk_chroma_vert()
1084 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_hbd_deblk_chroma_horz()
1087 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_hbd_deblk_chroma_horz()
/external/libhevc/common/arm/
Dihevc_deblk_chroma_horz.s51 .extern gai4_ihevc_qp_table
56 .long gai4_ihevc_qp_table - ulbl1 - 8
Dihevc_deblk_chroma_vert.s53 .extern gai4_ihevc_qp_table
58 .long gai4_ihevc_qp_table - ulbl1 - 8
/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c1009 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_vert_ssse3()
1012 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_vert_ssse3()
1162 …qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_horz_ssse3()
1165 …qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 : gai4_ihevc_qp_table[qp… in ihevc_deblk_chroma_horz_ssse3()