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.c1436 uint8_t lfl_uv[16]; in vp9_filter_block_plane_ss11() local
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()
1464 &lfl_uv[r << 1], (int)cm->bit_depth); in vp9_filter_block_plane_ss11()
1469 &lfl_uv[r << 1]); in vp9_filter_block_plane_ss11()
1475 &lfl_uv[r << 1]); in vp9_filter_block_plane_ss11()
1516 &lfl_uv[r << 1], (int)cm->bit_depth); in vp9_filter_block_plane_ss11()
1520 &lfl_uv[r << 1]); in vp9_filter_block_plane_ss11()
1525 &lfl_uv[r << 1]); in vp9_filter_block_plane_ss11()