Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dtile.cc505 for (int plane = kPlaneY; plane < PlaneCount(); ++plane) {
563 if (!coefficient_levels_[i].Reset(PlaneCount(), contexts_per_plane)) { in Init()
567 if (!dc_categories_[i].Reset(PlaneCount(), contexts_per_plane)) { in Init()
920 for (int plane = kPlaneY; plane < PlaneCount(); ++plane) { in PopulateIntraPredictionBuffer()
1766 const int num_planes = block.HasChroma() ? PlaneCount() : 1; in Residual()
1974 const int num_planes = block.HasChroma() ? PlaneCount() : 1; in ResetEntropyContext()
2006 const int plane_count = block.HasChroma() ? PlaneCount() : 1; in ComputePrediction()
2406 for (int plane = kPlaneY; plane < PlaneCount(); ++plane) { in ClearBlockDecoded()
2517 for (int plane = kPlaneY; plane < PlaneCount(); ++plane) { in ReadLoopRestorationCoefficients()
/external/libgav1/libgav1/src/
Dtile.h584 int PlaneCount() const { in PlaneCount() function
770 if (tile.PlaneCount() > 1) { in Block()
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc361 frame_lf_count = kFrameLfCount - (PlaneCount() > 1 ? 0 : 2); in ReadLoopFilterDelta()