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

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_VC1.c1324 IMG_UINT16 ui16Table = 0, ui16IntraTable = 0, ui16InterTable = 0, aui16Table[3]; local
1635 ui16InterTable = InterTablePQIndexLT9[ui32InterCodingSetIndex];
1638 ui16InterTable = InterTablePQIndexGT8[ui32InterCodingSetIndex];
1644 psb__VC1_extract_table_info(ctx, &ctx->sTableInfo[ui32TableNum], ui16InterTable);
1675 ui16InterTable = VC1_VLC_Low_Mot_Chroma_DC_Diff_VLC;
1682 ui16InterTable = VC1_VLC_High_Mot_Chroma_DC_Diff_VLC;
1688 psb__VC1_extract_table_info(ctx, &ctx->sTableInfo[ui32TableNum], ui16InterTable);
/hardware/intel/img/psb_video/src/
H A Dpnw_VC1.c1323 IMG_UINT16 ui16Table = 0, ui16IntraTable = 0, ui16InterTable = 0, aui16Table[3]; local
1634 ui16InterTable = InterTablePQIndexLT9[ui32InterCodingSetIndex];
1637 ui16InterTable = InterTablePQIndexGT8[ui32InterCodingSetIndex];
1643 psb__VC1_extract_table_info(ctx, &ctx->sTableInfo[ui32TableNum], ui16InterTable);
1674 ui16InterTable = VC1_VLC_Low_Mot_Chroma_DC_Diff_VLC;
1681 ui16InterTable = VC1_VLC_High_Mot_Chroma_DC_Diff_VLC;
1687 psb__VC1_extract_table_info(ctx, &ctx->sTableInfo[ui32TableNum], ui16InterTable);

Completed in 31 milliseconds