Searched refs:psInfo (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_VC1.c1304 static void psb__VC1_extract_table_info(context_VC1_p ctx, sTableData *psInfo, int idx) argument
1312 psInfo->aui16StartLocation = (IMG_UINT16)(tmp & 0xffff);
1313 psInfo->aui16VLCTableLength = (IMG_UINT16)((tmp >> 16) & 0x1ff);
1314 psInfo->aui16InitialWidth = (IMG_UINT16)((tmp >> 25) & 0x7);
1315 psInfo->aui16InitialOpcode = (IMG_UINT16)((tmp >> 28) & 0x3);
/hardware/intel/img/psb_video/src/
H A Dpnw_VC1.c1303 static void psb__VC1_extract_table_info(context_VC1_p ctx, sTableData *psInfo, int idx) argument
1311 psInfo->aui16StartLocation = (IMG_UINT16)(tmp & 0xffff);
1312 psInfo->aui16VLCTableLength = (IMG_UINT16)((tmp >> 16) & 0x1ff);
1313 psInfo->aui16InitialWidth = (IMG_UINT16)((tmp >> 25) & 0x7);
1314 psInfo->aui16InitialOpcode = (IMG_UINT16)((tmp >> 28) & 0x3);

Completed in 136 milliseconds