Home
last modified time | relevance | path

Searched refs:aui16InitialOpcode (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dpsb_VC1.c1315 psInfo->aui16InitialOpcode = (IMG_UINT16)((tmp >> 28) & 0x3); in psb__VC1_extract_table_info()
1775 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE0, ctx->sTableInfo[0].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1776 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE1, ctx->sTableInfo[1].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1777 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE2, ctx->sTableInfo[2].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1778 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE3, ctx->sTableInfo[3].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1779 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE4, ctx->sTableInfo[4].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1780 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE5, ctx->sTableInfo[5].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1781 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE6, ctx->sTableInfo[6].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1782 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE7, ctx->sTableInfo[7].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1783 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE8, ctx->sTableInfo[8].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
[all …]
/hardware/intel/img/psb_video/src/
Dpnw_VC1.c1314 psInfo->aui16InitialOpcode = (IMG_UINT16)((tmp >> 28) & 0x3); in psb__VC1_extract_table_info()
1773 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE0, ctx->sTableInfo[0].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1774 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE1, ctx->sTableInfo[1].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1775 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE2, ctx->sTableInfo[2].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1776 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE3, ctx->sTableInfo[3].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1777 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE4, ctx->sTableInfo[4].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1778 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE5, ctx->sTableInfo[5].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1779 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE6, ctx->sTableInfo[6].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1780 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE7, ctx->sTableInfo[7].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
1781 …R_VEC_VLC_TABLE_INITIAL_OPCODE0, VLC_TABLE_INITIAL_OPCODE8, ctx->sTableInfo[8].aui16InitialOpcode); in psb__VC1_build_VLC_tables()
[all …]
Dvc1_header.h177 IMG_UINT16 aui16InitialOpcode; member