Searched refs:residual_size (Results 1 – 7 of 7) sorted by relevance
85 size_t residual_size) in ResidualBufferPool() argument88 subsampling_x, subsampling_y, residual_size)), in ResidualBufferPool()93 int subsampling_y, size_t residual_size) { in Reset() argument96 subsampling_x, subsampling_y, residual_size); in Reset()
120 int subsampling_y, size_t residual_size);125 size_t residual_size);
765 residual_size[kPlaneY] = kPlaneResidualSize[size][0][0]; in Block()766 residual_size[kPlaneU] = residual_size[kPlaneV] = in Block()769 assert(residual_size[kPlaneY] != kBlockInvalid); in Block()771 assert(residual_size[kPlaneU] != kBlockInvalid); in Block()889 BlockSize residual_size[kMaxPlanes]; member
480 const size_t residual_size) { in GetResidualBufferSize() argument494 return residual_size * (number_elements + tx_padding); in GetResidualBufferSize()
954 const BlockSize plane_size = block.residual_size[plane]; in GetTransformAllZeroContext()2018 const BlockSize plane_size = block.residual_size[plane]; in ComputePrediction()2170 : kUVTransformSize[block.residual_size[kPlaneU]]; in ProcessBlock()
851 !IsBlockSmallerThan8x8(block.residual_size[plane])) { in ObmcPrediction()
449 chroma_from_luma_allowed = block.residual_size[kPlaneU] == kBlock4x4; in ReadPredictionModeUV()