Home
last modified time | relevance | path

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

/external/libgav1/src/post_filter/
Ddeblock.cc203 const uint8_t level_v_this = bp->deblock_filter_level[filter_id_v]; in GetHorizontalDeblockFilterEdgeInfoUV() local
204 *level_v = level_v_this; in GetHorizontalDeblockFilterEdgeInfoUV()
205 if (level_v_this == 0) { in GetHorizontalDeblockFilterEdgeInfoUV()
288 const uint8_t level_v_this = bp->deblock_filter_level[filter_id_v]; in GetVerticalDeblockFilterEdgeInfoUV() local
289 *level_v = level_v_this; in GetVerticalDeblockFilterEdgeInfoUV()
290 if (level_v_this == 0) { in GetVerticalDeblockFilterEdgeInfoUV()