Home
last modified time | relevance | path

Searched refs:bScalingLists4x4 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu1.c657 temp = (p_hal->qm->bScalingLists4x4[i][4 * j + 0] << 24) | in vdpu1_set_asic_regs()
658 (p_hal->qm->bScalingLists4x4[i][4 * j + 1] << 16) | in vdpu1_set_asic_regs()
659 (p_hal->qm->bScalingLists4x4[i][4 * j + 2] << 8) | in vdpu1_set_asic_regs()
660 (p_hal->qm->bScalingLists4x4[i][4 * j + 3]); in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c766 temp = (p_hal->qm->bScalingLists4x4[i][4 * j + 0] << 24) | in set_asic_regs()
767 (p_hal->qm->bScalingLists4x4[i][4 * j + 1] << 16) | in set_asic_regs()
768 (p_hal->qm->bScalingLists4x4[i][4 * j + 2] << 8) | in set_asic_regs()
769 (p_hal->qm->bScalingLists4x4[i][4 * j + 3]); in set_asic_regs()
H A Dhal_h264d_rkv_reg.c417 mpp_put_bits(&bp, p_hal->qm->bScalingLists4x4[i][j], 8); in prepare_scanlist()
H A Dhal_h264d_vdpu34x.c517 data[n++] = p_hal->qm->bScalingLists4x4[i][j]; in prepare_scanlist()
H A Dhal_h264d_vdpu382.c523 data[n++] = p_hal->qm->bScalingLists4x4[i][j]; in prepare_scanlist()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h114 RK_U8 bScalingLists4x4[6][16]; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c83 qm->bScalingLists4x4[i][j] = p_Vid->qmatrix[i][j]; in fill_scanlist()