Home
last modified time | relevance | path

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

/external/libgav1/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/libgav1/src/
Dpost_filter.h322 uint8_t* level_u, uint8_t* level_v,
331 uint8_t* level_u, uint8_t* level_v,
/external/libaom/libaom/av1/common/
Dloopfiltermask.c1440 const uint8_t level_v = av1_get_filter_level(cm, &cm->lf_info, 0, 2, mbmi); in av1_store_bitmask_other_info() local
1452 memset(&lfm->lfl_v_ver[row][col_start], level_v, in av1_store_bitmask_other_info()
1454 memset(&lfm->lfl_v_hor[row][col_start], level_v, in av1_store_bitmask_other_info()