Home
last modified time | relevance | path

Searched refs:lt_flag (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu_com.c452 if (p0->lt_flag && p1->lt_flag) { // inc in compare_p()
454 } else if (!p0->lt_flag && p1->lt_flag) { // dec in compare_p()
456 } else if (p0->lt_flag && !p1->lt_flag) { // inc in compare_p()
458 } else if (!p0->lt_flag && !p1->lt_flag) { // dec in compare_p()
476 if (p0->lt_flag && p1->lt_flag) { // inc in compare_b0()
478 } else if (!p0->lt_flag && p1->lt_flag) { // dec in compare_b0()
480 } else if (p0->lt_flag && !p1->lt_flag) { // inc in compare_b0()
482 } else if (!p0->lt_flag && !p1->lt_flag) { in compare_b0()
506 if (p0->lt_flag && p1->lt_flag) { // inc in compare_b1()
508 } else if (!p0->lt_flag && p1->lt_flag) { in compare_b1()
[all …]
H A Dhal_h264d_vdpu_com.h85 RK_S32 lt_flag; member
H A Dhal_h264d_vdpu2.c544 m_lists[0][i].lt_flag = pp->RefFrameList[i].AssociatedFlag; in set_ref_regs()
545 if (m_lists[0][i].lt_flag) { in set_ref_regs()
562 i, m_lists[0][i].ref_picnum, m_lists[0][i].lt_flag, ref_flag, in set_ref_regs()
H A Dhal_h264d_vdpu1.c488 m_lists[0][i].lt_flag = pp->RefFrameList[i].AssociatedFlag; in vdpu1_set_ref_regs()
489 if (m_lists[0][i].lt_flag) { in vdpu1_set_ref_regs()