Home
last modified time | relevance | path

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

/external/libgav1/src/post_filter/
Ddeblock.cc154 int row4x4, int column4x4, uint8_t* level_u, uint8_t* level_v, int* step, in GetHorizontalDeblockFilterEdgeInfoUV() argument
162 *level_v = 0; in GetHorizontalDeblockFilterEdgeInfoUV()
189 if (need_filter_v) *level_v = bp->deblock_filter_level[filter_id_v]; in GetHorizontalDeblockFilterEdgeInfoUV()
204 *level_v = level_v_this; in GetHorizontalDeblockFilterEdgeInfoUV()
206 *level_v = bp_prev->deblock_filter_level[filter_id_v]; in GetHorizontalDeblockFilterEdgeInfoUV()
245 uint8_t* level_v, int* step, int* filter_length) const { in GetVerticalDeblockFilterEdgeInfoUV() argument
250 *level_v = 0; in GetVerticalDeblockFilterEdgeInfoUV()
274 if (need_filter_v) *level_v = bp->deblock_filter_level[filter_id_v]; in GetVerticalDeblockFilterEdgeInfoUV()
289 *level_v = level_v_this; in GetVerticalDeblockFilterEdgeInfoUV()
291 *level_v = bp_prev->deblock_filter_level[filter_id_v]; in GetVerticalDeblockFilterEdgeInfoUV()
[all …]
/external/libgav1/src/
Dpost_filter.h305 uint8_t* level_u, uint8_t* level_v,
314 uint8_t* level_u, uint8_t* level_v,