Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu1.c667 temp = (p_hal->qm->bScalingLists8x8[i][4 * j + 0] << 24) | in vdpu1_set_asic_regs()
668 (p_hal->qm->bScalingLists8x8[i][4 * j + 1] << 16) | in vdpu1_set_asic_regs()
669 (p_hal->qm->bScalingLists8x8[i][4 * j + 2] << 8) | in vdpu1_set_asic_regs()
670 (p_hal->qm->bScalingLists8x8[i][4 * j + 3]); in vdpu1_set_asic_regs()
H A Dhal_h264d_vdpu2.c775 temp = (p_hal->qm->bScalingLists8x8[i][4 * j + 0] << 24) | in set_asic_regs()
776 (p_hal->qm->bScalingLists8x8[i][4 * j + 1] << 16) | in set_asic_regs()
777 (p_hal->qm->bScalingLists8x8[i][4 * j + 2] << 8) | in set_asic_regs()
778 (p_hal->qm->bScalingLists8x8[i][4 * j + 3]); in set_asic_regs()
H A Dhal_h264d_rkv_reg.c423 mpp_put_bits(&bp, p_hal->qm->bScalingLists8x8[i][j], 8); in prepare_scanlist()
H A Dhal_h264d_vdpu34x.c522 data[n++] = p_hal->qm->bScalingLists8x8[i][j]; in prepare_scanlist()
H A Dhal_h264d_vdpu382.c528 data[n++] = p_hal->qm->bScalingLists8x8[i][j]; in prepare_scanlist()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h115 RK_U8 bScalingLists8x8[6][64]; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c88 qm->bScalingLists8x8[i - 6][j] = p_Vid->qmatrix[i][j]; in fill_scanlist()