Home
last modified time | relevance | path

Searched refs:PlaneCount (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/tile/
Dtile.cc506 for (int plane = 0; plane < PlaneCount(); ++plane) {
564 if (!coefficient_levels_[i].Reset(PlaneCount(), contexts_per_plane)) { in Init()
568 if (!dc_categories_[i].Reset(PlaneCount(), contexts_per_plane)) { in Init()
924 for (int plane = 0; plane < PlaneCount(); ++plane) { in PopulateIntraPredictionBuffer()
1796 for (int plane = 0; plane < (block.HasChroma() ? PlaneCount() : 1); in Residual()
2001 for (int plane = 0; plane < (block.HasChroma() ? PlaneCount() : 1); ++plane) { in ResetEntropyContext()
2031 const int plane_count = block.HasChroma() ? PlaneCount() : 1; in ComputePrediction()
2370 for (int plane = 0; plane < PlaneCount(); ++plane) { in ClearBlockDecoded()
2491 for (int plane = kPlaneY; plane < PlaneCount(); ++plane) { in ReadLoopRestorationCoefficients()
/external/libgav1/libgav1/src/
Dtile.h573 int PlaneCount() const { in PlaneCount() function
758 if (tile.PlaneCount() > 1) { in Block()
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc362 frame_lf_count = kFrameLfCount - (PlaneCount() > 1 ? 0 : 2); in ReadLoopFilterDelta()