Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.h80 uint8_t lfl_uv[16]; member
Dvp9_loopfilter.c1124 lfm->lfl_uv[(r << 1) + c] = lfm->lfl_y[(r << 3) + (c << 1)]; in vp9_filter_block_plane()
1125 lfm->lfl_uv[((r + 2) << 1) + c] = lfm->lfl_y[((r + 2) << 3) + in vp9_filter_block_plane()
1143 &cm->lf_info, &lfm->lfl_uv[r << 1]); in vp9_filter_block_plane()
1183 &cm->lf_info, &lfm->lfl_uv[r << 1]); in vp9_filter_block_plane()