Searched refs:RAM_location (Results 1 – 2 of 2) sorted by relevance
1701 uint16_t RAM_location = 0; in psb__VC1_build_VLC_tables() local1705 if (RAM_location & 0x03) { in psb__VC1_build_VLC_tables()1707 RAM_location += 4 - (RAM_location & 0x03); in psb__VC1_build_VLC_tables()1709 ctx->sTableInfo[i].aui16RAMLocation = RAM_location; in psb__VC1_build_VLC_tables()1717 RAM_location * sizeof(IMG_UINT32), /* destination */ in psb__VC1_build_VLC_tables()1719 …i, ctx->sTableInfo[i].aui16StartLocation * sizeof(IMG_UINT16), RAM_location, RAM_location * sizeof… in psb__VC1_build_VLC_tables()1720 RAM_location += ctx->sTableInfo[i].aui16VLCTableLength; in psb__VC1_build_VLC_tables()
1700 uint16_t RAM_location = 0; in psb__VC1_build_VLC_tables() local1704 if (RAM_location & 0x03) { in psb__VC1_build_VLC_tables()1706 RAM_location += 4 - (RAM_location & 0x03); in psb__VC1_build_VLC_tables()1708 ctx->sTableInfo[i].aui16RAMLocation = RAM_location; in psb__VC1_build_VLC_tables()1715 RAM_location * sizeof(IMG_UINT32), /* destination */ in psb__VC1_build_VLC_tables()1717 …i, ctx->sTableInfo[i].aui16StartLocation * sizeof(IMG_UINT16), RAM_location, RAM_location * sizeof… in psb__VC1_build_VLC_tables()1718 RAM_location += ctx->sTableInfo[i].aui16VLCTableLength; in psb__VC1_build_VLC_tables()