Searched refs:level_u (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/post_filter/ |
D | deblock.cc | 154 int row4x4, int column4x4, uint8_t* level_u, uint8_t* level_v, int* step, in GetHorizontalDeblockFilterEdgeInfoUV() argument 161 *level_u = 0; in GetHorizontalDeblockFilterEdgeInfoUV() 188 if (need_filter_u) *level_u = bp->deblock_filter_level[filter_id_u]; in GetHorizontalDeblockFilterEdgeInfoUV() 197 *level_u = level_u_this; in GetHorizontalDeblockFilterEdgeInfoUV() 199 *level_u = bp_prev->deblock_filter_level[filter_id_u]; in GetHorizontalDeblockFilterEdgeInfoUV() 244 int column4x4, BlockParameters* const* bp_ptr, uint8_t* level_u, in GetVerticalDeblockFilterEdgeInfoUV() argument 249 *level_u = 0; in GetVerticalDeblockFilterEdgeInfoUV() 273 if (need_filter_u) *level_u = bp->deblock_filter_level[filter_id_u]; in GetVerticalDeblockFilterEdgeInfoUV() 282 *level_u = level_u_this; in GetVerticalDeblockFilterEdgeInfoUV() 284 *level_u = bp_prev->deblock_filter_level[filter_id_u]; in GetVerticalDeblockFilterEdgeInfoUV() [all …]
|
/external/libgav1/libgav1/src/ |
D | post_filter.h | 322 uint8_t* level_u, uint8_t* level_v, 331 uint8_t* level_u, uint8_t* level_v,
|
/external/libaom/libaom/av1/common/ |
D | loopfiltermask.c | 1439 const uint8_t level_u = av1_get_filter_level(cm, &cm->lf_info, 0, 1, mbmi); in av1_store_bitmask_other_info() local 1448 memset(&lfm->lfl_u_ver[row][col_start], level_u, in av1_store_bitmask_other_info() 1450 memset(&lfm->lfl_u_hor[row][col_start], level_u, in av1_store_bitmask_other_info()
|