Lines Matching refs:rnd_fact
126 WORD16 rnd_fact = (u4_qp_div_6 < 4) ? 1 << (3 - u4_qp_div_6) : 0; in ih264_iquant_itrans_recon_4x4() local
133 INV_QUANT(q0, pu2_iscal_mat[0], pu2_weigh_mat[0], u4_qp_div_6, rnd_fact, in ih264_iquant_itrans_recon_4x4()
139 INV_QUANT(q2, pu2_iscal_mat[2], pu2_weigh_mat[2], u4_qp_div_6, rnd_fact, in ih264_iquant_itrans_recon_4x4()
146 INV_QUANT(q1, pu2_iscal_mat[1], pu2_weigh_mat[1], u4_qp_div_6, rnd_fact, in ih264_iquant_itrans_recon_4x4()
150 INV_QUANT(q3, pu2_iscal_mat[3], pu2_weigh_mat[3], u4_qp_div_6, rnd_fact, in ih264_iquant_itrans_recon_4x4()
229 WORD16 rnd_fact = (u4_qp_div_6 < 4) ? 1 << (3 - u4_qp_div_6) : 0; in ih264_iquant_itrans_recon_4x4_dc() local
235 INV_QUANT(q0, pu2_iscal_mat[0], pu2_weigh_mat[0], u4_qp_div_6, rnd_fact, 4); in ih264_iquant_itrans_recon_4x4_dc()
344 WORD32 rnd_fact = (qp_div < 6) ? (1 << (5 - qp_div)) : 0; in ih264_iquant_itrans_recon_8x8() local
354 INV_QUANT(q, pu2_iscale_mat[i], pu2_weigh_mat[i], qp_div, rnd_fact, 6); in ih264_iquant_itrans_recon_8x8()
567 WORD32 rnd_fact = (qp_div < 6) ? (1 << (5 - qp_div)) : 0; in ih264_iquant_itrans_recon_8x8_dc() local
576 INV_QUANT(q, pu2_iscale_mat[0], pu2_weigh_mat[0], qp_div, rnd_fact, 6); in ih264_iquant_itrans_recon_8x8_dc()
702 WORD16 rnd_fact = (u4_qp_div_6 < 4) ? 1 << (3 - u4_qp_div_6) : 0; in ih264_iquant_itrans_recon_chroma_4x4() local
715 INV_QUANT(q0, pu2_iscal_mat[0], pu2_weigh_mat[0], u4_qp_div_6, rnd_fact, 4); in ih264_iquant_itrans_recon_chroma_4x4()
719 INV_QUANT(q2, pu2_iscal_mat[2], pu2_weigh_mat[2], u4_qp_div_6, rnd_fact, in ih264_iquant_itrans_recon_chroma_4x4()
726 INV_QUANT(q1, pu2_iscal_mat[1], pu2_weigh_mat[1], u4_qp_div_6, rnd_fact, in ih264_iquant_itrans_recon_chroma_4x4()
730 INV_QUANT(q3, pu2_iscal_mat[3], pu2_weigh_mat[3], u4_qp_div_6, rnd_fact, in ih264_iquant_itrans_recon_chroma_4x4()