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.h175 int subsampling_y, size_t residual_size);
180 size_t residual_size);
Dtile.h753 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
/external/libgav1/libgav1/src/utils/
Dcommon.h468 const size_t residual_size) { in GetResidualBufferSize() argument
482 return residual_size * (number_elements + tx_padding); in GetResidualBufferSize()
/external/libgav1/libgav1/src/tile/
Dtile.cc958 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()
Dprediction.cc856 !IsBlockSmallerThan8x8(block.residual_size[plane])) { in ObmcPrediction()
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc450 chroma_from_luma_allowed = block.residual_size[kPlaneU] == kBlock4x4; in ReadPredictionModeUV()