HomeSort by relevance Sort by last modified time
    Searched refs:qp_p (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
284 qp_p = u4_qp_const_in_ctb[0] ?
290 qp_p = u4_qp_const_in_ctb[1] ?
303 qp_p = u4_qp_const_in_ctb[2] ?
309 qp_p = u4_qp_const_in_ctb[3] ?
328 u4_bs & 3, qp_p, qp_q,
333 u4_bs & 3, qp_p, qp_q,
426 qp_p = u4_qp_const_in_ctb[0] ?
432 qp_p = u4_qp_const_in_ctb[2] ?
445 qp_p = u4_qp_const_in_ctb[1]
    [all...]

Completed in 59 milliseconds