Home | History | Annotate | Download | only in encoder

Lines Matching refs:pu2_sad_thrsh

1058             ps_qp_params->pu2_sad_thrsh[0] = u4_satdq_t / MAX(pu2_smat[3], pu2_smat[11]);
1059 ps_qp_params->pu2_sad_thrsh[1] = u4_satdq_t / MAX(pu2_smat[1], pu2_smat[9]);
1060 ps_qp_params->pu2_sad_thrsh[2] = u4_satdq_t / pu2_smat[15];
1061 ps_qp_params->pu2_sad_thrsh[3] = u4_satdq_t / pu2_smat[7];
1062 ps_qp_params->pu2_sad_thrsh[4] = u4_satdq_t / MAX(pu2_smat[12], pu2_smat[14]);
1063 ps_qp_params->pu2_sad_thrsh[5] = u4_satdq_t / MAX(pu2_smat[4], pu2_smat[6]);
1064 ps_qp_params->pu2_sad_thrsh[6] = u4_satdq_t / pu2_smat[13];
1065 ps_qp_params->pu2_sad_thrsh[7] = u4_satdq_t / pu2_smat[5];
1066 ps_qp_params->pu2_sad_thrsh[8] = u4_satdq_t / MAX(MAX3(pu2_smat[0], pu2_smat[2], pu2_smat[8]), pu2_smat[10]);