Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Ddeblock.cc196 const uint8_t level_u_this = bp->deblock_filter_level[filter_id_u]; in GetHorizontalDeblockFilterEdgeInfoUV() local
197 *level_u = level_u_this; in GetHorizontalDeblockFilterEdgeInfoUV()
198 if (level_u_this == 0) { in GetHorizontalDeblockFilterEdgeInfoUV()
281 const uint8_t level_u_this = bp->deblock_filter_level[filter_id_u]; in GetVerticalDeblockFilterEdgeInfoUV() local
282 *level_u = level_u_this; in GetVerticalDeblockFilterEdgeInfoUV()
283 if (level_u_this == 0) { in GetVerticalDeblockFilterEdgeInfoUV()