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()
175 int subsampling_y, size_t residual_size);180 size_t residual_size);
753 residual_size[kPlaneY] = kPlaneResidualSize[size][0][0]; in Block()754 residual_size[kPlaneU] = residual_size[kPlaneV] = in Block()757 assert(residual_size[kPlaneY] != kBlockInvalid); in Block()759 assert(residual_size[kPlaneU] != kBlockInvalid); in Block()877 BlockSize residual_size[kMaxPlanes]; member
468 const size_t residual_size) { in GetResidualBufferSize() argument482 return residual_size * (number_elements + tx_padding); in GetResidualBufferSize()
958 const BlockSize plane_size = block.residual_size[plane]; in GetTransformAllZeroContext()2043 const BlockSize plane_size = block.residual_size[plane]; in ComputePrediction()2180 : kUVTransformSize[block.residual_size[kPlaneU]]; in ProcessBlock()
856 !IsBlockSmallerThan8x8(block.residual_size[plane])) { in ObmcPrediction()
450 chroma_from_luma_allowed = block.residual_size[kPlaneU] == kBlock4x4; in ReadPredictionModeUV()