Searched refs:SetBlockValues (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 287 void SetBlockValues(int rows, int columns, T value, T* dst, ptrdiff_t stride) { in SetBlockValues() function 316 SetBlockValues<TransformType>(h4, w4, tx_type, dst, 32); in SetTransformType() 1666 SetBlockValues<bool>(step_y, step_x, true, block_decoded, in TransformBlock()
|