OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qp_q
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/decoder/
ihevcd_debug.h
150
#define DUMP_DEBLK_LUMA_VERT(pu1_src, src_strd, u4_bs, qp_p,
qp_q
, beta_offset_div2, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_luma_vert(pu1_src, src_strd, u4_bs, qp_p,
qp_q
, beta_offset_div2, tc_offset_div2, filter_p, filter_q);
151
#define DUMP_DEBLK_LUMA_HORZ(pu1_src, src_strd, u4_bs, qp_p,
qp_q
, beta_offset_div2, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_luma_horz(pu1_src, src_strd, u4_bs, qp_p,
qp_q
, beta_offset_div2, tc_offset_div2, filter_p, filter_q);
152
#define DUMP_DEBLK_CHROMA_VERT(pu1_src, src_strd, u4_bs, qp_p,
qp_q
, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_chroma_vert(pu1_src, src_strd, u4_bs, qp_p,
qp_q
, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q)
153
#define DUMP_DEBLK_CHROMA_HORZ(pu1_src, src_strd, u4_bs, qp_p,
qp_q
, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_chroma_horz(pu1_src, src_strd, u4_bs, qp_p,
qp_q
, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q)
157
#define DUMP_DEBLK_LUMA_VERT(pu1_src, src_strd, u4_bs3, qp_p,
qp_q
, beta_offset_div2, tc_offset_div2, filter_p, filter_q)
158
#define DUMP_DEBLK_LUMA_HORZ(pu1_src, src_strd, u4_bs3, qp_p,
qp_q
, beta_offset_div2, tc_offset_div2, filter_p, filter_q
[
all
...]
ihevcd_deblk.c
105
WORD32 qp_p,
qp_q
;
local
295
qp_q
= u4_qp_const_in_ctb[1] ?
314
qp_q
= u4_qp_const_in_ctb[3] ?
328
u4_bs & 3, qp_p,
qp_q
,
333
u4_bs & 3, qp_p,
qp_q
,
437
qp_q
= u4_qp_const_in_ctb[2] ?
456
qp_q
= u4_qp_const_in_ctb[3] ?
470
u4_bs & 3, qp_p,
qp_q
,
475
u4_bs & 3, qp_p,
qp_q
,
568
qp_q
= u4_qp_const_in_ctb[1]
[
all
...]
Completed in 45 milliseconds