Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c1332 uint8_t lfl_uv[16]; in vp9_filter_block_plane_ss11() local
1339 vp9_zero(lfl_uv); in vp9_filter_block_plane_ss11()
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()
1357 &lfl_uv[r << 1], (int)cm->bit_depth); in vp9_filter_block_plane_ss11()
1364 (unsigned int)mask_4x4_int, cm->lf_info.lfthr, &lfl_uv[r << 1]); in vp9_filter_block_plane_ss11()
1405 mask_4x4_r, mask_4x4_int_r, cm->lf_info.lfthr, &lfl_uv[r << 1], in vp9_filter_block_plane_ss11()
1411 &lfl_uv[r << 1]); in vp9_filter_block_plane_ss11()