Lines Matching refs:u4_qp_luma
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
531 u4_qp_luma = (u4_qp_p + u4_qp_q + 1) >> 1; in ih264e_filter_top_edge()
537 u4_idx_A_luma = MIN(51, u4_qp_luma + 0); in ih264e_filter_top_edge()
538 u4_idx_B_luma = MIN(51, u4_qp_luma + 0); 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
634 u4_qp_luma = (u4_qp_p + u4_qp_q + 1) >> 1; in ih264e_filter_left_edge()
640 u4_idx_A_luma = MIN(51, u4_qp_luma + 0); in ih264e_filter_left_edge()
641 u4_idx_B_luma = MIN(51, u4_qp_luma + 0); in ih264e_filter_left_edge()
734 UWORD32 u4_alpha_luma, u4_beta_luma, u4_qp_luma, u4_idx_A_luma, u4_idx_B_luma; in ih264e_deblock_mb() local
771 u4_qp_luma = pu1_pic_qp[0]; in ih264e_deblock_mb()
777 u4_idx_A_luma = MIN(51, u4_qp_luma + 0); in ih264e_deblock_mb()
778 u4_idx_B_luma = MIN(51, u4_qp_luma + 0); in ih264e_deblock_mb()
787 u4_qp_chroma = gu1_qpc_fqpi[u4_qp_luma]; in ih264e_deblock_mb()