Searched refs:source_height4x4 (Results 1 – 1 of 1) sorted by relevance
900 const int source_height4x4 = kNum4x4BlocksHigh[source_size]; in FindWarpSamples() local901 if (block.height4x4 <= source_height4x4) { in FindWarpSamples()902 const int row_offset = -(block.row4x4 & (source_height4x4 - 1)); in FindWarpSamples()