Searched refs:log2 (Results 1 – 2 of 2) sorted by relevance
18 static int get_tile_offset(int idx, int mis, int log2) { in get_tile_offset() argument20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2; in get_tile_offset()
417 ; FIXME(rbultje) instead of out=((num-x)*in1+x*in2+rnd)>>log2(num), we can418 ; also do out=in1+(((num-x)*(in2-in1)+rnd)>>log2(num)). Total number of