OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gai4_ihevc_qp_table
(Results
1 - 9
of
9
) sorted by null
/external/libhevc/common/
ihevc_deblk_tables.c
32
*
gai4_ihevc_qp_table
72
const WORD32
gai4_ihevc_qp_table
[58] =
variable
ihevc_deblk_tables.h
43
extern const WORD32
gai4_ihevc_qp_table
[58];
ihevc_deblk_edge_filter.c
616
qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 :
gai4_ihevc_qp_table
[qp_indx_u]);
619
qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 :
gai4_ihevc_qp_table
[qp_indx_v]);
737
qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 :
gai4_ihevc_qp_table
[qp_indx_u]);
740
qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 :
gai4_ihevc_qp_table
[qp_indx_v]);
ihevc_hbd_deblk_edge_filter.c
619
qp_chroma_u = qp_indx_u < 0 ? qp_indx_u : (qp_indx_u > 57 ? qp_indx_u - 6 :
gai4_ihevc_qp_table
[qp_indx_u]);
622
qp_chroma_v = qp_indx_v < 0 ? qp_indx_v : (qp_indx_v > 57 ? qp_indx_v - 6 :
gai4_ihevc_qp_table
[qp_indx_v]);
[
all
...]
/external/libhevc/common/arm/
ihevc_deblk_chroma_horz.s
51
.extern
gai4_ihevc_qp_table
56
.long
gai4_ihevc_qp_table
- ulbl1 - 8
ihevc_deblk_chroma_vert.s
53
.extern
gai4_ihevc_qp_table
58
.long
gai4_ihevc_qp_table
- ulbl1 - 8
/external/libhevc/common/arm64/
ihevc_deblk_chroma_horz.s
54
.extern
gai4_ihevc_qp_table
85
adrp x3, :got:
gai4_ihevc_qp_table
86
ldr x3, [x3, #:got_lo12:
gai4_ihevc_qp_table
]
ihevc_deblk_chroma_vert.s
55
.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/x86/
ihevc_deblk_ssse3_intr.c
[
all
...]
Completed in 390 milliseconds