OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qp_indx_u
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/common/
ihevc_deblk_edge_filter.c
603
WORD32
qp_indx_u
, qp_chroma_u;
local
615
qp_indx_u
= qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1);
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
]);
723
WORD32
qp_indx_u
, qp_chroma_u;
local
736
qp_indx_u
= qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1);
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])
[
all
...]
/external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c
998
WORD32
qp_indx_u
, qp_chroma_u;
local
1149
WORD32
qp_indx_u
, qp_chroma_u;
local
[
all
...]
Completed in 306 milliseconds