Home
last modified time | relevance | path

Searched refs:qp_offset_u (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/decoder/
Dihevcd_debug.h134 …et_div_2, tc_offset_div_2, qp_offset_u, qp_offset_v) ihevcd_debug_dump_offsets(beta_offset_div_2, … argument
143 #define DUMP_OFFSETS(beta_offset_div_2, tc_offset_div_2, qp_offset_u, qp_offset_v) argument
152 …p_q, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_chroma_vert(… argument
153 …p_q, qp_offset_u, qp_offset_v, tc_offset_div2, filter_p, filter_q) ihevcd_debug_deblk_chroma_horz(… argument
159 #define DUMP_DEBLK_CHROMA_VERT(pu1_src, src_strd, u4_bs, qp_p, qp_q, qp_offset_u, qp_offset_v, tc_o… argument
160 #define DUMP_DEBLK_CHROMA_HORZ(pu1_src, src_strd, u4_bs, qp_p, qp_q, qp_offset_u, qp_offset_v, tc_o… argument
/external/libhevc/common/
Dihevc_deblk.h68 WORD32 qp_offset_u,
79 WORD32 qp_offset_u,
114 WORD32 qp_offset_u,
126 WORD32 qp_offset_u,
Dihevc_deblk_edge_filter.c597 WORD32 qp_offset_u, in ihevc_deblk_chroma_vert() argument
615 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_vert()
717 WORD32 qp_offset_u, in ihevc_deblk_chroma_horz() argument
736 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_horz()
/external/libhevc/common/x86/
Dihevc_deblk_ssse3_intr.c992 WORD32 qp_offset_u, in ihevc_deblk_chroma_vert_ssse3() argument
1008 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_vert_ssse3()
1143 WORD32 qp_offset_u, in ihevc_deblk_chroma_horz_ssse3() argument
1161 qp_indx_u = qp_offset_u + ((quant_param_p + quant_param_q + 1) >> 1); in ihevc_deblk_chroma_horz_ssse3()