Searched refs:lfl_y (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 675 memset(&lfm->lfl_y[index], filter_level, w); in build_masks() 747 memset(&lfm->lfl_y[index], filter_level, w); in build_y_mask() 1263 &lfm->lfl_y[r << 3], (int)cm->bit_depth); in vp9_filter_block_plane_ss00() 1270 (unsigned int)mask_4x4_int, cm->lf_info.lfthr, &lfm->lfl_y[r << 3]); in vp9_filter_block_plane_ss00() 1308 &lfm->lfl_y[r << 3], (int)cm->bit_depth); in vp9_filter_block_plane_ss00() 1313 cm->lf_info.lfthr, &lfm->lfl_y[r << 3]); in vp9_filter_block_plane_ss00() 1346 lfl_uv[(r << 1) + c] = lfm->lfl_y[(r << 3) + (c << 1)]; in vp9_filter_block_plane_ss11() 1347 lfl_uv[((r + 2) << 1) + c] = lfm->lfl_y[((r + 2) << 3) + (c << 1)]; in vp9_filter_block_plane_ss11() 1554 memset(&lfm->lfl_y[index], filter_level, bw); in vp9_build_mask()
|
D | vp9_loopfilter.h | 67 uint8_t lfl_y[64]; member
|