OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qp_chroma_v
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/common/
ihevc_deblk_edge_filter.c
604
WORD32 qp_indx_v,
qp_chroma_v
;
local
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]);
624
tc_indx_v = CLIP3(
qp_chroma_v
+ 2 + (tc_offset_div2 << 1), 0, 53);
724
WORD32 qp_indx_v,
qp_chroma_v
;
local
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]);
745
tc_indx_v = CLIP3(
qp_chroma_v
+ 2 + (tc_offset_div2 << 1), 0, 53);
/external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c
999
WORD32 qp_indx_v,
qp_chroma_v
;
local
1150
WORD32 qp_indx_v,
qp_chroma_v
;
local
[
all
...]
Completed in 920 milliseconds