Searched refs:residual_size_ (Results 1 – 2 of 2) sorted by relevance
457 residual_size_((sequence_header_.color_config.bitdepth == 8)583 32, (4096 + 32 * kResidualPaddingVertical) * residual_size_); in Init()1399 memset(residual, 0, (tx_width * tx_height + tx_padding) * residual_size_); in ReadTransformCoefficients()1545 *block.residual += tx_width * tx_height * residual_size_; in ReadTransformCoefficients()1754 kTransformWidth[tx_size] * kTransformHeight[tx_size] * residual_size_; in ReconstructBlock()
692 const size_t residual_size_; variable