Searched refs:tblIdx (Results 1 – 2 of 2) sorted by relevance
288 uint tblIdx = ((high >> 16) & 15);289 const ivec4 table0 = kAlphaModifierTable[tblIdx * 2];290 const ivec4 table1 = kAlphaModifierTable[tblIdx * 2 + 1];321 uint tblIdx = ((high >> 16) & 15);322 const ivec4 table0 = kAlphaModifierTable[tblIdx * 2];323 const ivec4 table1 = kAlphaModifierTable[tblIdx * 2 + 1];
448 int tblIdx = pIn[1] & 15; in eac_decode_single_channel_block() local449 const int* table = kAlphaModifierTable + tblIdx * 8; in eac_decode_single_channel_block()