Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_deblk.c521 UWORD32 u4_alpha_luma, u4_beta_luma, u4_qp_luma, u4_idx_A_luma, u4_idx_B_luma, u4_qp_p, u4_qp_q; in ih264e_filter_top_edge() local
525 u4_qp_p = pu1_mb_qp[-ps_proc->i4_wd_mbs]; in ih264e_filter_top_edge()
531 u4_qp_luma = (u4_qp_p + u4_qp_q + 1) >> 1; in ih264e_filter_top_edge()
547 u4_qp_chroma = (gu1_qpc_fqpi[u4_qp_p] + gu1_qpc_fqpi[u4_qp_q] + 1) >> 1; in ih264e_filter_top_edge()
624 UWORD32 u4_alpha_luma, u4_beta_luma, u4_qp_luma, u4_idx_A_luma, u4_idx_B_luma, u4_qp_p, u4_qp_q; in ih264e_filter_left_edge() local
628 u4_qp_p = pu1_mb_qp[-1]; in ih264e_filter_left_edge()
634 u4_qp_luma = (u4_qp_p + u4_qp_q + 1) >> 1; in ih264e_filter_left_edge()
650 u4_qp_chroma = (gu1_qpc_fqpi[u4_qp_p] + gu1_qpc_fqpi[u4_qp_q] + 1) >> 1; in ih264e_filter_left_edge()