Home
last modified time | relevance | path

Searched refs:residual_size (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/libgav1/src/
Dresidual_buffer_pool.cc85 size_t residual_size) in ResidualBufferPool() argument
88 subsampling_x, subsampling_y, residual_size)), in ResidualBufferPool()
93 int subsampling_y, size_t residual_size) { in Reset() argument
96 subsampling_x, subsampling_y, residual_size); in Reset()
Dresidual_buffer_pool.h120 int subsampling_y, size_t residual_size);
125 size_t residual_size);
Dtile.h765 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
/external/libgav1/libgav1/src/utils/
Dcommon.h480 const size_t residual_size) { in GetResidualBufferSize() argument
494 return residual_size * (number_elements + tx_padding); in GetResidualBufferSize()
/external/libgav1/libgav1/src/tile/
Dtile.cc954 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()
Dprediction.cc851 !IsBlockSmallerThan8x8(block.residual_size[plane])) { in ObmcPrediction()
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc449 chroma_from_luma_allowed = block.residual_size[kPlaneU] == kBlock4x4; in ReadPredictionModeUV()