Searched refs:lfl_y (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 733 memset(&lfm->lfl_y[index], filter_level, w); in build_masks() 807 memset(&lfm->lfl_y[index], filter_level, w); in build_y_mask() 1364 &lfm->lfl_y[r << 3], (int)cm->bit_depth); in vp9_filter_block_plane_ss00() 1368 mask_4x4_l, mask_4x4_int_l, &cm->lf_info, &lfm->lfl_y[r << 3]); in vp9_filter_block_plane_ss00() 1373 mask_4x4_l, mask_4x4_int_l, &cm->lf_info, &lfm->lfl_y[r << 3]); in vp9_filter_block_plane_ss00() 1408 mask_4x4_r, mask_4x4_int & 0xff, &cm->lf_info, &lfm->lfl_y[r << 3], in vp9_filter_block_plane_ss00() 1413 &lfm->lfl_y[r << 3]); in vp9_filter_block_plane_ss00() 1418 &lfm->lfl_y[r << 3]); in vp9_filter_block_plane_ss00() 1448 lfl_uv[(r << 1) + c] = lfm->lfl_y[(r << 3) + (c << 1)]; in vp9_filter_block_plane_ss11() 1449 lfl_uv[((r + 2) << 1) + c] = lfm->lfl_y[((r + 2) << 3) + (c << 1)]; in vp9_filter_block_plane_ss11() [all …]
|
D | vp9_loopfilter.h | 67 uint8_t lfl_y[64]; member
|