Searched refs:u4_qp_q (Results 1 – 1 of 1) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_deblk.c | 521 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 526 u4_qp_q = pu1_mb_qp[0]; 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 629 u4_qp_q = pu1_mb_qp[0]; 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()
|