Lines Matching refs:order
69 u8* order = ( u8* )m_order + 16*iteration; in ConstructOrdering() local
73 order[i] = ( u8 )i; in ConstructOrdering()
82 std::swap( order[j], order[j - 1] ); in ConstructOrdering()
93 if( order[i] != prev[i] ) in ConstructOrdering()
109 int j = order[i]; in ConstructOrdering()
228 u8 const* order = ( u8* )m_order + 16*bestiteration; in Compress3() local
232 unordered[order[m]] = 0; in Compress3()
234 unordered[order[m]] = 2; in Compress3()
236 unordered[order[m]] = 1; in Compress3()
371 u8 const* order = ( u8* )m_order + 16*bestiteration; in Compress4() local
375 unordered[order[m]] = 0; in Compress4()
377 unordered[order[m]] = 2; in Compress4()
379 unordered[order[m]] = 3; in Compress4()
381 unordered[order[m]] = 1; in Compress4()