Lines Matching refs:u4_qp_chroma
522 UWORD32 u4_alpha_chroma, u4_beta_chroma, u4_qp_chroma, u4_idx_A_chroma, u4_idx_B_chroma; in ih264e_filter_top_edge() local
547 u4_qp_chroma = (gu1_qpc_fqpi[u4_qp_p] + gu1_qpc_fqpi[u4_qp_q] + 1) >> 1; in ih264e_filter_top_edge()
553 u4_idx_A_chroma = MIN(51, u4_qp_chroma + 0); in ih264e_filter_top_edge()
554 u4_idx_B_chroma = MIN(51, u4_qp_chroma + 0); in ih264e_filter_top_edge()
625 UWORD32 u4_alpha_chroma, u4_beta_chroma, u4_qp_chroma, u4_idx_A_chroma, u4_idx_B_chroma; in ih264e_filter_left_edge() local
650 u4_qp_chroma = (gu1_qpc_fqpi[u4_qp_p] + gu1_qpc_fqpi[u4_qp_q] + 1) >> 1; in ih264e_filter_left_edge()
656 u4_idx_A_chroma = MIN(51, u4_qp_chroma + 0); in ih264e_filter_left_edge()
657 u4_idx_B_chroma = MIN(51, u4_qp_chroma + 0); in ih264e_filter_left_edge()
735 UWORD32 u4_alpha_chroma, u4_beta_chroma, u4_qp_chroma, u4_idx_A_chroma, u4_idx_B_chroma; in ih264e_deblock_mb() local
787 u4_qp_chroma = gu1_qpc_fqpi[u4_qp_luma]; in ih264e_deblock_mb()
793 u4_idx_A_chroma = MIN(51, u4_qp_chroma + 0); in ih264e_deblock_mb()
794 u4_idx_B_chroma = MIN(51, u4_qp_chroma + 0); in ih264e_deblock_mb()