Home | History | Annotate | Download | only in src

Lines Matching refs:gaui16vc1VlcTableData

270 extern IMG_UINT16        gaui16vc1VlcTableData[];
341 uint16_t *gaui16vc1VlcTableData,
352 vlc_packed_data[i] = ((gaui16vc1VlcTableData[j + 0]) << 12) |
353 ((gaui16vc1VlcTableData[j + 1]) << 9) |
354 (gaui16vc1VlcTableData[j + 2]);
550 psb__VC1_pack_vlc_tables(vlc_packed_data_address, gaui16vc1VlcTableData, gui16vc1VlcTableSize);